MAYBE 0.00/0.02 The problem does not contain well-formed TRSs: 0.00/0.02 Strict Trs: 0.00/0.02 { 2ndspos(s(N), cons(X)) -> rcons(posrecip(Y), 2ndsneg(N, Z)) 0.00/0.02 , 2ndspos(0(), Z) -> rnil() 0.00/0.02 , 2ndsneg(s(N), cons(X)) -> rcons(negrecip(Y), 2ndspos(N, Z)) 0.00/0.02 , 2ndsneg(0(), Z) -> rnil() 0.00/0.02 , from(X) -> cons(X) 0.00/0.02 , pi(X) -> 2ndspos(X, from(0())) 0.00/0.02 , plus(s(X), Y) -> s(plus(X, Y)) 0.00/0.02 , plus(0(), Y) -> Y 0.00/0.02 , times(s(X), Y) -> plus(Y, times(X, Y)) 0.00/0.02 , times(0(), Y) -> 0() 0.00/0.02 , square(X) -> times(X, X) } 0.00/0.02 StartTerms: basic terms 0.00/0.02 Strategy: none 0.00/0.02 EOF