YES Problem 1: (VAR v_NonEmpty:S X:S) (RULES b -> c f(X:S,X:S) -> f(a,b) ) (STRATEGY INNERMOST) Problem 1: Dependency Pairs Processor: -> Pairs: F(X:S,X:S) -> B F(X:S,X:S) -> F(a,b) -> Rules: b -> c f(X:S,X:S) -> f(a,b) Problem 1: SCC Processor: -> Pairs: F(X:S,X:S) -> B F(X:S,X:S) -> F(a,b) -> Rules: b -> c f(X:S,X:S) -> f(a,b) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(X:S,X:S) -> F(a,b) ->->-> Rules: b -> c f(X:S,X:S) -> f(a,b) Problem 1: Reduction Pair Processor: -> Pairs: F(X:S,X:S) -> F(a,b) -> Rules: b -> c f(X:S,X:S) -> f(a,b) -> Usable rules: b -> c ->Mace4 Output: ============================== Mace4 ================================= Mace4 (64) version 2009-11A, November 2009. Process 21517 was started by sandbox2 on n143.star.cs.uiowa.edu, Mon Jun 22 08:03:08 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(f3(x1,x2),f3(y,x2)) # label(congruence). arrow_s0(x2,y) -> arrow_s0(f3(x1,x2),f3(x1,y)) # label(congruence). arrow_s0(x1,y) -> arrow_s0(f9(x1,x2),f9(y,x2)) # label(congruence). arrow_s0(x2,y) -> arrow_s0(f9(x1,x2),f9(x1,y)) # label(congruence). arrow_s0(f2,f5) # label(replacement). arrow_s0(x,y) -> gtrsim_s0(x,y) # label(inclusion). sqsupset_s0(f9(x1,x1),f9(f4,f2)) # 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(f3(x1,x2),f3(y,x2)) # label(congruence) # label(non_clause). [assumption]. 5 arrow_s0(x2,y) -> arrow_s0(f3(x1,x2),f3(x1,y)) # label(congruence) # label(non_clause). [assumption]. 6 arrow_s0(x1,y) -> arrow_s0(f9(x1,x2),f9(y,x2)) # label(congruence) # label(non_clause). [assumption]. 7 arrow_s0(x2,y) -> arrow_s0(f9(x1,x2),f9(x1,y)) # label(congruence) # label(non_clause). [assumption]. 8 arrow_s0(x,y) -> gtrsim_s0(x,y) # label(inclusion) # label(non_clause). [assumption]. 9 sqsupset_s0(x,y) -> sqsupsetStar_s0(x,y) # label(inclusion) # label(non_clause). [assumption]. 10 sqsupset_s0(x,y) & sqsupsetStar_s0(y,z) -> sqsupsetStar_s0(x,z) # label(compatibility) # label(non_clause). [assumption]. 11 (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(f3(x,z),f3(y,z)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f3(z,x),f3(z,y)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f9(x,z),f9(y,z)) # label(congruence). -arrow_s0(x,y) | arrow_s0(f9(z,x),f9(z,y)) # label(congruence). arrow_s0(f2,f5) # label(replacement). -arrow_s0(x,y) | gtrsim_s0(x,y) # label(inclusion). sqsupset_s0(f9(x,x),f9(f4,f2)) # 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(f2, [ 0 ]), function(f4, [ 1 ]), function(f5, [ 0 ]), function(f3(_,_), [ 0, 0, 0, 0 ]), function(f9(_,_), [ 0, 0, 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=77, kept=77. Selections=19, assignments=27, propagations=26, current_models=1. Rewrite_terms=134, rewrite_bools=191, indexes=18. Rules_from_neg_clauses=2, cross_offs=2. ============================== end of statistics ===================== User_CPU=0.00, System_CPU=0.00, Wall_clock=0. Exiting with 1 model. Process 21517 exit (max_models) Mon Jun 22 08:03:08 2020 The process finished Mon Jun 22 08:03:08 2020 Mace4 cooked interpretation: % number = 1 % seconds = 0 % Interpretation of size 2 f2 = 0. f4 = 1. f5 = 0. f3(0,0) = 0. f3(0,1) = 0. f3(1,0) = 0. f3(1,1) = 0. f9(0,0) = 0. f9(0,1) = 0. f9(1,0) = 1. f9(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: b -> c f(X:S,X:S) -> f(a,b) ->Strongly Connected Components: There is no strongly connected component The problem is finite.