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