MAYBE (ignored inputs)COMMENT translated from Cops 165 *** Computating Strongly Quasi-Reducible Parts *** TRS: [ max(?x,0) -> ?x, max(s(?x),s(?y)) -> s(max(?x,?y)), max(?x,?y) -> max(?y,?x) ] Constructors: {0,s,max} Defined function symbols: {} Constructor subsystem: [ max(?x,0) -> ?x, max(s(?x),s(?y)) -> s(max(?x,?y)) ] Rule part & Conj Part: [ max(?x,0) -> ?x, max(s(?x),s(?y)) -> s(max(?x,?y)) ] [ max(?x,?y) -> max(?y,?x) ] *** Ground Confluence Check by Rewriting Induction *** Sort: {Nat} Signature: [ 0 : Nat, s : Nat -> Nat, max : Nat,Nat -> Nat ] Rule Part: [ max(?x,0) -> ?x, max(s(?x),s(?y)) -> s(max(?x,?y)) ] Conjecture Part: [ max(?x,?y) = max(?y,?x) ] Precedence (by weight): {(0,2),(s,0),(max,3)} Rule part is confluent. R0 is ground confluent. Check conj part consists of inductive theorems of R0. Rules: [ max(?x,0) -> ?x, max(s(?x),s(?y)) -> s(max(?x,?y)) ] Conjectures: [ max(?x,?y) = max(?y,?x) ] STEP 0 ES: [ max(?x,?y) = max(?y,?x) ] HS: [ ] ES0: [ max(?x,?y) = max(?y,?x) ] HS0: [ ] ES1: [ max(?x,?y) = max(?y,?x) ] HS1: [ ] No equation to expand Failed to prove conj part consists of inductive theorems of R0. examples/fromCops/cr/165.trs: Failure(unknown) (11 msec.)