NO Problem 1: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR vNonEmpty x) (REPLACEMENT-MAP (a) (b) (g 1) (h 1) (c) (fSNonEmpty) ) (RULES a -> h(g(b)) a -> h(c) b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) ) ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Problem 1: Problem 1: Not CS-TRS Procedure: R is not a CS-TRS Problem 1: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Confluence Problem: (VAR vNonEmpty x) (REPLACEMENT-MAP (a) (b) (g 1) (h 1) (c) (fSNonEmpty) ) (RULES a -> h(g(b)) a -> h(c) b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) ) ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Huet Levy Ordered by Num of Vars and Symbs Procedure: -> Rules: a -> h(g(b)) a -> h(c) b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) -> Vars: x, x -> Rlps: (rule: a -> h(g(b)), id: 1, possubterms: a->[]) (rule: a -> h(c), id: 2, possubterms: a->[]) (rule: b -> g(b), id: 3, possubterms: b->[]) (rule: g(x) -> h(x), id: 4, possubterms: g(x)->[]) (rule: h(g(x)) -> g(h(x)), id: 5, possubterms: h(g(x))->[], g(x)->[1]) -> Unifications: (R2 unifies with R1 at p: [], l: a, lp: a, sig: {}, l': a, r: h(c), r': h(g(b))) (R5 unifies with R4 at p: [1], l: h(g(x)), lp: g(x), sig: {x -> x'}, l': g(x'), r: g(h(x)), r': h(x')) -> Critical pairs info: => Not trivial, Overlay, Proper, NW0, N1 => Not trivial, Not overlay, Proper, NW0, N2 -> 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) (b) (g 1) (h 1) (c) (fSNonEmpty) ) (RULES a -> h(g(b)) a -> h(c) b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) ) Critical Pairs: => Not trivial, Overlay, Proper, NW0, N1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: No Convergence InfChecker Procedure: Infeasible convergence? YES Problem 1: Infeasibility Problem: [(VAR vNonEmpty x x1 vNonEmpty z0) (STRATEGY CONTEXTSENSITIVE (a) (b) (g 1) (h 1) (c) (fSNonEmpty) ) (RULES a -> h(g(b)) a -> h(c) b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) )] Infeasibility Conditions: h(g(b)) ->* z0, h(c) ->* z0 Problem 1: Obtaining a model using Mace4: -> Usable Rules: b -> g(b) g(x) -> h(x) h(g(x)) -> g(h(x)) -> Mace4 Output: ============================== Mace4 ================================= Mace4 (64) version 2009-11A, November 2009. Process 2775683 was started by shintani on shintani-XPS-13-9310, Fri Jun 9 16:29:02 2023 The command was "./mace4 -c -f /tmp/mace42775664-2.in". ============================== end of head =========================== ============================== INPUT ================================= % Reading from file /tmp/mace42775664-2.in assign(max_seconds,10). formulas(assumptions). ->(x1,y) -> ->(g(x1),g(y)) # label(congruence). ->(x1,y) -> ->(h(x1),h(y)) # label(congruence). ->(b,g(b)) # label(replacement). ->(g(x1),h(x1)) # label(replacement). ->(h(g(x1)),g(h(x1))) # label(replacement). ->*(x,x) # label(reflexivity). ->(x,y) & ->*(y,z) -> ->*(x,z) # label(transitivity). end_of_list. formulas(goals). (exists x4 (->*(h(g(b)),x4) & ->*(h(c),x4))) # label(goal). end_of_list. ============================== end of input ========================== ============================== PROCESS NON-CLAUSAL FORMULAS ========== % Formulas that are not ordinary clauses: 1 ->(x1,y) -> ->(g(x1),g(y)) # label(congruence) # label(non_clause). [assumption]. 2 ->(x1,y) -> ->(h(x1),h(y)) # label(congruence) # label(non_clause). [assumption]. 3 ->(x,y) & ->*(y,z) -> ->*(x,z) # label(transitivity) # label(non_clause). [assumption]. 4 (exists x4 (->*(h(g(b)),x4) & ->*(h(c),x4))) # label(goal) # label(non_clause) # label(goal). [goal]. ============================== end of process non-clausal formulas === ============================== CLAUSES FOR SEARCH ==================== formulas(mace4_clauses). -->(x,y) | ->(g(x),g(y)) # label(congruence). -->(x,y) | ->(h(x),h(y)) # label(congruence). ->(b,g(b)) # label(replacement). ->(g(x),h(x)) # label(replacement). ->(h(g(x)),g(h(x))) # label(replacement). ->*(x,x) # label(reflexivity). -->(x,y) | -->*(y,z) | ->*(x,z) # label(transitivity). -->*(h(g(b)),x) | -->*(h(c),x) # label(goal). end_of_list. ============================== end of clauses for search ============= % There are no natural numbers in the input. ============================== DOMAIN SIZE 2 ========================= ============================== MODEL ================================= interpretation( 2, [number=1, seconds=0], [ function(b, [ 0 ]), function(c, [ 1 ]), function(g(_), [ 0, 1 ]), function(h(_), [ 0, 1 ]), relation(->*(_,_), [ 1, 0, 0, 1 ]), relation(->(_,_), [ 1, 0, 0, 1 ]) ]). ============================== end of model ========================== ============================== STATISTICS ============================ For domain size 2. Current CPU time: 0.00 seconds (total CPU time: 0.00 seconds). Ground clauses: seen=25, kept=21. Selections=7, assignments=11, propagations=18, current_models=1. Rewrite_terms=89, rewrite_bools=64, indexes=36. Rules_from_neg_clauses=4, cross_offs=4. ============================== end of statistics ===================== User_CPU=0.00, System_CPU=0.00, Wall_clock=0. Exiting with 1 model. Process 2775683 exit (max_models) Fri Jun 9 16:29:02 2023 The process finished Fri Jun 9 16:29:02 2023 Mace4 cooked interpretation: The problem is infeasible. The problem is not confluent.