YES Problem 1: (VAR v_NonEmpty:S x:S) (RULES f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) ) (STRATEGY INNERMOST) Problem 1: Dependency Pairs Processor: -> Pairs: F(x:S,x:S) -> F(g(x:S),x:S) F(x:S,x:S) -> G(x:S) -> Rules: f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) Problem 1: SCC Processor: -> Pairs: F(x:S,x:S) -> F(g(x:S),x:S) F(x:S,x:S) -> G(x:S) -> Rules: f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(x:S,x:S) -> F(g(x:S),x:S) ->->-> Rules: f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) Problem 1: Reduction Pair Processor: -> Pairs: F(x:S,x:S) -> F(g(x:S),x:S) -> Rules: f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) -> Usable rules: g(x:S) -> s(x:S) ->Mace4 Output: ============================== Mace4 ================================= Mace4 (64) version 2009-11A, November 2009. Process 27747 was started by sandbox on n149.star.cs.uiowa.edu, Sun Jun 21 23:32:39 2020 The command was "./mace4 -c -f /tmp/mace4336465782861021530.in". ============================== end of head =========================== ============================== INPUT ================================= % Reading from file /tmp/mace4336465782861021530.in assign(max_seconds,20). formulas(assumptions). gtrsim_s0(x,y) & sqsupset_s0(y,z) -> sqsupset_s0(x,z) # label(compatibility). succeq_s0(x,y) & sqsupset_s0(y,z) -> sqsupset_s0(x,z) # label(compatibility). gtrsim_s0(x,y) & succeq_s0(y,z) -> gtrsim_s0(x,z) # label(compatibility). arrow_s0(x1,y) -> arrow_s0(f2(x1,x2),f2(y,x2)) # label(congruence). arrow_s0(x2,y) -> arrow_s0(f2(x1,x2),f2(x1,y)) # label(congruence). arrow_s0(x1,y) -> arrow_s0(f3(x1),f3(y)) # label(congruence). arrow_s0(x1,y) -> arrow_s0(f5(x1),f5(y)) # label(congruence). arrow_s0(x1,y) -> arrow_s0(f7(x1,x2),f7(y,x2)) # label(congruence). arrow_s0(x2,y) -> arrow_s0(f7(x1,x2),f7(x1,y)) # label(congruence). arrow_s0(x1,y) -> arrow_s0(f8(x1),f8(y)) # label(congruence). arrow_s0(f3(x1),f5(x1)) # label(replacement). arrow_s0(x,y) -> gtrsim_s0(x,y) # label(inclusion). sqsupset_s0(f7(x1,x1),f7(f3(x1),x1)) # label(replacement). sqsupset_s0(x,y) -> sqsupsetStar_s0(x,y) # label(inclusion). sqsupset_s0(x,y) & sqsupsetStar_s0(y,z) -> sqsupsetStar_s0(x,z) # label(compatibility). end_of_list. formulas(goals). (exists x sqsupsetStar_s0(x,x)) # label(wellfoundedness). end_of_list. ============================== end of input ========================== ============================== PROCESS NON-CLAUSAL FORMULAS ========== % Formulas that are not ordinary clauses: 1 gtrsim_s0(x,y) & sqsupset_s0(y,z) -> sqsupset_s0(x,z) # label(compatibility) # label(non_clause). [assumption]. 2 succeq_s0(x,y) & sqsupset_s0(y,z) -> sqsupset_s0(x,z) # label(compatibility) # label(non_clause). [assumption]. 3 gtrsim_s0(x,y) & succeq_s0(y,z) -> gtrsim_s0(x,z) # label(compatibility) # label(non_clause). [assumption]. 4 arrow_s0(x1,y) -> arrow_s0(f2(x1,x2),f2(y,x2)) # label(congruence) # label(non_clause). [assumption]. 5 arrow_s0(x2,y) -> arrow_s0(f2(x1,x2),f2(x1,y)) # label(congruence) # label(non_clause). [assumption]. 6 arrow_s0(x1,y) -> arrow_s0(f3(x1),f3(y)) # label(congruence) # label(non_clause). [assumption]. 7 arrow_s0(x1,y) -> arrow_s0(f5(x1),f5(y)) # label(congruence) # label(non_clause). [assumption]. 8 arrow_s0(x1,y) -> arrow_s0(f7(x1,x2),f7(y,x2)) # label(congruence) # label(non_clause). [assumption]. 9 arrow_s0(x2,y) -> arrow_s0(f7(x1,x2),f7(x1,y)) # label(congruence) # label(non_clause). [assumption]. 10 arrow_s0(x1,y) -> arrow_s0(f8(x1),f8(y)) # label(congruence) # label(non_clause). [assumption]. 11 arrow_s0(x,y) -> gtrsim_s0(x,y) # label(inclusion) # label(non_clause). [assumption]. 12 sqsupset_s0(x,y) -> sqsupsetStar_s0(x,y) # label(inclusion) # label(non_clause). [assumption]. 13 sqsupset_s0(x,y) & sqsupsetStar_s0(y,z) -> sqsupsetStar_s0(x,z) # label(compatibility) # label(non_clause). [assumption]. 14 (exists x sqsupsetStar_s0(x,x)) # label(wellfoundedness) # label(non_clause) # label(goal). [goal]. ============================== end of process non-clausal formulas === ============================== CLAUSES FOR SEARCH ==================== formulas(mace4_clauses). -gtrsim_s0(x,y) | -sqsupset_s0(y,z) | sqsupset_s0(x,z) # label(compatibility). -succeq_s0(x,y) | -sqsupset_s0(y,z) | sqsupset_s0(x,z) # label(compatibility). -gtrsim_s0(x,y) | -succeq_s0(y,z) | gtrsim_s0(x,z) # label(compatibility). -arrow_s0(x,y) | arrow_s0(f2(x,z),f2(y,z)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f2(z,x),f2(z,y)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f3(x),f3(y)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f5(x),f5(y)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f7(x,z),f7(y,z)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f7(z,x),f7(z,y)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f8(x),f8(y)) # label(congruence). arrow_s0(f3(x),f5(x)) # label(replacement). -arrow_s0(x,y) | gtrsim_s0(x,y) # label(inclusion). sqsupset_s0(f7(x,x),f7(f3(x),x)) # label(replacement). -sqsupset_s0(x,y) | sqsupsetStar_s0(x,y) # label(inclusion). -sqsupset_s0(x,y) | -sqsupsetStar_s0(y,z) | sqsupsetStar_s0(x,z) # label(compatibility). -sqsupsetStar_s0(x,x) # label(wellfoundedness). 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(f3(_), [ 1, 0 ]), function(f5(_), [ 1, 0 ]), function(f8(_), [ 0, 0 ]), function(f2(_,_), [ 0, 0, 0, 0 ]), function(f7(_,_), [ 0, 1, 1, 0 ]), relation(arrow_s0(_,_), [ 1, 0, 0, 1 ]), relation(gtrsim_s0(_,_), [ 1, 0, 0, 1 ]), relation(sqsupsetStar_s0(_,_), [ 0, 1, 0, 0 ]), relation(sqsupset_s0(_,_), [ 0, 1, 0, 0 ]), relation(succeq_s0(_,_), [ 0, 0, 0, 0 ]) ]). ============================== end of model ========================== ============================== STATISTICS ============================ For domain size 2. Current CPU time: 0.00 seconds (total CPU time: 0.00 seconds). Ground clauses: seen=90, kept=90. Selections=68, assignments=125, propagations=56, current_models=1. Rewrite_terms=664, rewrite_bools=445, indexes=98. Rules_from_neg_clauses=16, cross_offs=16. ============================== end of statistics ===================== User_CPU=0.00, System_CPU=0.00, Wall_clock=0. Exiting with 1 model. Process 27747 exit (max_models) Sun Jun 21 23:32:39 2020 The process finished Sun Jun 21 23:32:39 2020 Mace4 cooked interpretation: % number = 1 % seconds = 0 % Interpretation of size 2 f3(0) = 1. f3(1) = 0. f5(0) = 1. f5(1) = 0. f8(0) = 0. f8(1) = 0. f2(0,0) = 0. f2(0,1) = 0. f2(1,0) = 0. f2(1,1) = 0. f7(0,0) = 0. f7(0,1) = 1. f7(1,0) = 1. f7(1,1) = 0. arrow_s0(0,0). - arrow_s0(0,1). - arrow_s0(1,0). arrow_s0(1,1). gtrsim_s0(0,0). - gtrsim_s0(0,1). - gtrsim_s0(1,0). gtrsim_s0(1,1). - sqsupsetStar_s0(0,0). sqsupsetStar_s0(0,1). - sqsupsetStar_s0(1,0). - sqsupsetStar_s0(1,1). - sqsupset_s0(0,0). sqsupset_s0(0,1). - sqsupset_s0(1,0). - sqsupset_s0(1,1). - succeq_s0(0,0). - succeq_s0(0,1). - succeq_s0(1,0). - succeq_s0(1,1). Problem 1: SCC Processor: -> Pairs: Empty -> Rules: f(x:S,x:S) -> f(g(x:S),x:S) g(x:S) -> s(x:S) ->Strongly Connected Components: There is no strongly connected component The problem is finite.