NO Problem 1: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR vNonEmpty x) (REPLACEMENT-MAP (a 1) (b 1) (c 1) (fSNonEmpty) ) (RULES a(b(x)) -> a(b(x)) a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) ) ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Problem 1: CleanTRS Procedure: R was updated by simple cleaning of the TRS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR vNonEmpty x) (REPLACEMENT-MAP (a 1) (b 1) (c 1) (fSNonEmpty) ) (RULES a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) ) ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Problem 1: Not CS-TRS Procedure: R is not a CS-TRS Problem 1: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR vNonEmpty x) (REPLACEMENT-MAP (a 1) (b 1) (c 1) (fSNonEmpty) ) (RULES a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) ) ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Huet Levy Ordered by Num of Vars and Symbs Procedure: -> Rules: a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) -> Vars: x, x, x, x, x, x -> Rlps: (rule: a(b(x)) -> b(c(x)), id: 1, possubterms: a(b(x))->[], b(x)->[1]) (rule: a(c(x)) -> c(a(x)), id: 2, possubterms: a(c(x))->[], c(x)->[1]) (rule: b(b(x)) -> a(c(x)), id: 3, possubterms: b(b(x))->[], b(x)->[1]) (rule: c(b(x)) -> b(c(x)), id: 4, possubterms: c(b(x))->[], b(x)->[1]) (rule: c(b(x)) -> c(c(x)), id: 5, possubterms: c(b(x))->[], b(x)->[1]) (rule: c(c(x)) -> c(b(x)), id: 6, possubterms: c(c(x))->[], c(x)->[1]) -> Unifications: (R1 unifies with R3 at p: [1], l: a(b(x)), lp: b(x), sig: {x -> b(x')}, l': b(b(x')), r: b(c(x)), r': a(c(x'))) (R2 unifies with R4 at p: [1], l: a(c(x)), lp: c(x), sig: {x -> b(x')}, l': c(b(x')), r: c(a(x)), r': b(c(x'))) (R2 unifies with R5 at p: [1], l: a(c(x)), lp: c(x), sig: {x -> b(x')}, l': c(b(x')), r: c(a(x)), r': c(c(x'))) (R2 unifies with R6 at p: [1], l: a(c(x)), lp: c(x), sig: {x -> c(x')}, l': c(c(x')), r: c(a(x)), r': c(b(x'))) (R3 unifies with R3 at p: [1], l: b(b(x)), lp: b(x), sig: {x -> b(x')}, l': b(b(x')), r: a(c(x)), r': a(c(x'))) (R4 unifies with R3 at p: [1], l: c(b(x)), lp: b(x), sig: {x -> b(x')}, l': b(b(x')), r: b(c(x)), r': a(c(x'))) (R5 unifies with R4 at p: [], l: c(b(x)), lp: c(b(x)), sig: {x -> x'}, l': c(b(x')), r: c(c(x)), r': b(c(x'))) (R5 unifies with R3 at p: [1], l: c(b(x)), lp: b(x), sig: {x -> b(x')}, l': b(b(x')), r: c(c(x)), r': a(c(x'))) (R6 unifies with R4 at p: [1], l: c(c(x)), lp: c(x), sig: {x -> b(x')}, l': c(b(x')), r: c(b(x)), r': b(c(x'))) (R6 unifies with R5 at p: [1], l: c(c(x)), lp: c(x), sig: {x -> b(x')}, l': c(b(x')), r: c(b(x)), r': c(c(x'))) (R6 unifies with R6 at p: [1], l: c(c(x)), lp: c(x), sig: {x -> c(x')}, l': c(c(x')), r: c(b(x)), r': c(b(x'))) -> Critical pairs info: => Not trivial, Overlay, Proper, NW0, N1 => Not trivial, Not overlay, Proper, NW0, N2 => Not trivial, Not overlay, Proper, NW0, N3 => Not trivial, Not overlay, Proper, NW0, N4 => Not trivial, Not overlay, Proper, NW0, N5 => Not trivial, Not overlay, Proper, NW0, N6 => Not trivial, Not overlay, Proper, NW0, N7 => Not trivial, Not overlay, Proper, NW0, N8 => Not trivial, Not overlay, Proper, NW0, N9 => Not trivial, Not overlay, Proper, NW0, N10 => Not trivial, Not overlay, Proper, NW0, N11 -> Problem conclusions: Left linear, Right linear, Linear Not weakly orthogonal, Not almost orthogonal, Not orthogonal Not Huet-Levy confluent, Not Newman confluent R is a TRS Problem 1: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR x x') (REPLACEMENT-MAP (a 1) (b 1) (c 1) (fSNonEmpty) ) (RULES a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) ) Critical Pairs: => Not trivial, Not overlay, Proper, NW0, N6 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: No Convergence InfChecker Procedure: Infeasible convergence? YES Problem 1: Infeasibility Problem: [(VAR vNonEmpty x x1 vNonEmpty z0) (STRATEGY CONTEXTSENSITIVE (a 1) (b 1) (c 1) (c_x1) (fSNonEmpty) ) (RULES a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) )] Infeasibility Conditions: a(a(c(c_x1))) ->* z0, b(c(b(c_x1))) ->* z0 Problem 1: Obtaining a model using Mace4: -> Usable Rules: a(b(x)) -> b(c(x)) a(c(x)) -> c(a(x)) b(b(x)) -> a(c(x)) c(b(x)) -> b(c(x)) c(b(x)) -> c(c(x)) c(c(x)) -> c(b(x)) -> Mace4 Output: ============================== Mace4 ================================= Mace4 (64) version 2009-11A, November 2009. Process 2828459 was started by shintani on shintani-XPS-13-9310, Fri Jun 9 18:25:58 2023 The command was "./mace4 -c -f /tmp/mace42828442-2.in". ============================== end of head =========================== ============================== INPUT ================================= % Reading from file /tmp/mace42828442-2.in assign(max_seconds,10). formulas(assumptions). ->(x1,y) -> ->(a(x1),a(y)) # label(congruence). ->(x1,y) -> ->(b(x1),b(y)) # label(congruence). ->(x1,y) -> ->(c(x1),c(y)) # label(congruence). ->(a(b(x1)),b(c(x1))) # label(replacement). ->(a(c(x1)),c(a(x1))) # label(replacement). ->(b(b(x1)),a(c(x1))) # label(replacement). ->(c(b(x1)),b(c(x1))) # label(replacement). ->(c(b(x1)),c(c(x1))) # label(replacement). ->(c(c(x1)),c(b(x1))) # label(replacement). ->*(x,x) # label(reflexivity). ->(x,y) & ->*(y,z) -> ->*(x,z) # label(transitivity). end_of_list. formulas(goals). (exists x4 (->*(a(a(c(c_x1))),x4) & ->*(b(c(b(c_x1))),x4))) # label(goal). end_of_list. ============================== end of input ========================== ============================== PROCESS NON-CLAUSAL FORMULAS ========== % Formulas that are not ordinary clauses: 1 ->(x1,y) -> ->(a(x1),a(y)) # label(congruence) # label(non_clause). [assumption]. 2 ->(x1,y) -> ->(b(x1),b(y)) # label(congruence) # label(non_clause). [assumption]. 3 ->(x1,y) -> ->(c(x1),c(y)) # label(congruence) # label(non_clause). [assumption]. 4 ->(x,y) & ->*(y,z) -> ->*(x,z) # label(transitivity) # label(non_clause). [assumption]. 5 (exists x4 (->*(a(a(c(c_x1))),x4) & ->*(b(c(b(c_x1))),x4))) # label(goal) # label(non_clause) # label(goal). [goal]. ============================== end of process non-clausal formulas === ============================== CLAUSES FOR SEARCH ==================== formulas(mace4_clauses). -->(x,y) | ->(a(x),a(y)) # label(congruence). -->(x,y) | ->(b(x),b(y)) # label(congruence). -->(x,y) | ->(c(x),c(y)) # label(congruence). ->(a(b(x)),b(c(x))) # label(replacement). ->(a(c(x)),c(a(x))) # label(replacement). ->(b(b(x)),a(c(x))) # label(replacement). ->(c(b(x)),b(c(x))) # label(replacement). ->(c(b(x)),c(c(x))) # label(replacement). ->(c(c(x)),c(b(x))) # label(replacement). ->*(x,x) # label(reflexivity). -->(x,y) | -->*(y,z) | ->*(x,z) # label(transitivity). -->*(a(a(c(c_x1))),x) | -->*(b(c(b(c_x1))),x) # label(goal). end_of_list. ============================== end of clauses for search ============= % There are no natural numbers in the input. ============================== DOMAIN SIZE 2 ========================= ============================== STATISTICS ============================ For domain size 2. Current CPU time: 0.00 seconds (total CPU time: 0.00 seconds). Ground clauses: seen=36, kept=32. Selections=50, assignments=99, propagations=120, current_models=0. Rewrite_terms=1167, rewrite_bools=563, indexes=244. Rules_from_neg_clauses=12, cross_offs=12. ============================== end of statistics ===================== ============================== DOMAIN SIZE 3 ========================= ============================== STATISTICS ============================ For domain size 3. Current CPU time: 0.00 seconds (total CPU time: 0.03 seconds). Ground clauses: seen=78, kept=69. Selections=4207, assignments=11834, propagations=13512, current_models=0. Rewrite_terms=134637, rewrite_bools=92269, indexes=16514. Rules_from_neg_clauses=1176, cross_offs=3791. ============================== end of statistics ===================== ============================== DOMAIN SIZE 4 ========================= ============================== MODEL ================================= interpretation( 4, [number=1, seconds=0], [ function(c_x1, [ 0 ]), function(a(_), [ 0, 1, 2, 3 ]), function(b(_), [ 1, 1, 3, 3 ]), function(c(_), [ 2, 3, 3, 3 ]), relation(->*(_,_), [ 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1 ]), relation(->(_,_), [ 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1 ]) ]). ============================== end of model ========================== ============================== STATISTICS ============================ For domain size 4. Current CPU time: 0.00 seconds (total CPU time: 0.03 seconds). Ground clauses: seen=144, kept=128. Selections=736, assignments=2646, propagations=5856, current_models=1. Rewrite_terms=36976, rewrite_bools=28109, indexes=8538. Rules_from_neg_clauses=894, cross_offs=3204. ============================== end of statistics ===================== User_CPU=0.03, System_CPU=0.00, Wall_clock=0. Exiting with 1 model. Process 2828459 exit (max_models) Fri Jun 9 18:25:58 2023 The process finished Fri Jun 9 18:25:58 2023 Mace4 cooked interpretation: The problem is infeasible. The problem is not confluent.