Input TRS: 1: terms(N) -> cons(recip(sqr(N))) 2: sqr(0()) -> 0() 3: sqr(s(X)) -> s(add(sqr(X),dbl(X))) 4: dbl(0()) -> 0() 5: dbl(s(X)) -> s(s(dbl(X))) 6: add(0(),X) -> X 7: add(s(X),Y) -> s(add(X,Y)) 8: first(0(),X) -> nil() 9: first(s(X),cons(Y)) -> cons(Y) Number of strict rules: 9 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #add(s(X),Y) -> #add(X,Y) #2: #dbl(s(X)) -> #dbl(X) #3: #sqr(s(X)) -> #add(sqr(X),dbl(X)) #4: #sqr(s(X)) -> #sqr(X) #5: #sqr(s(X)) -> #dbl(X) #6: #terms(N) -> #sqr(N) Number of SCCs: 3, DPs: 3, edges: 3 SCC { #2 } Removing DPs: Order(PosReal,>,Sum)... succeeded. s(x1) weight: (/ 1 2) + x1 recip(x1) weight: 0 dbl(x1) weight: 0 #dbl(x1) weight: x1 #terms(x1) weight: 0 #sqr(x1) weight: 0 0() weight: 0 #first(x1,x2) weight: 0 nil() weight: 0 first(x1,x2) weight: 0 cons(x1) weight: 0 #add(x1,x2) weight: 0 add(x1,x2) weight: 0 sqr(x1) weight: 0 terms(x1) weight: 0 Usable rules: { } Removed DPs: #2 Number of SCCs: 2, DPs: 2, edges: 2 SCC { #4 } Removing DPs: Order(PosReal,>,Sum)... succeeded. s(x1) weight: (/ 1 2) + x1 recip(x1) weight: 0 dbl(x1) weight: 0 #dbl(x1) weight: 0 #terms(x1) weight: 0 #sqr(x1) weight: x1 0() weight: 0 #first(x1,x2) weight: 0 nil() weight: 0 first(x1,x2) weight: 0 cons(x1) weight: 0 #add(x1,x2) weight: 0 add(x1,x2) weight: 0 sqr(x1) weight: 0 terms(x1) weight: 0 Usable rules: { } Removed DPs: #4 Number of SCCs: 1, DPs: 1, edges: 1 SCC { #1 } Removing DPs: Order(PosReal,>,Sum)... succeeded. s(x1) weight: (/ 1 2) + x1 recip(x1) weight: 0 dbl(x1) weight: 0 #dbl(x1) weight: 0 #terms(x1) weight: 0 #sqr(x1) weight: 0 0() weight: 0 #first(x1,x2) weight: 0 nil() weight: 0 first(x1,x2) weight: 0 cons(x1) weight: 0 #add(x1,x2) weight: x1 add(x1,x2) weight: 0 sqr(x1) weight: 0 terms(x1) weight: 0 Usable rules: { } Removed DPs: #1 Number of SCCs: 0, DPs: 0, edges: 0 YES