Input TRS: 1: cons(x,cons(y,z)) -> big() 2: inf(x) -> cons(x,inf(s(x))) Number of strict rules: 2 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #inf(x) -> #cons(x,inf(s(x))) #2: #inf(x) -> #inf(s(x)) Number of SCCs: 1, DPs: 1, edges: 1 SCC { #2 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... Order(PosReal,>,MaxSum)... QWPOpS(PosReal,>,MaxSum)... Order(PosReal,>,Sum-Sum; PosReal,≥,Sum-Sum)... Order(PosReal,>,Sum-Sum; NegReal,≥,Sum)... Order(PosReal,>,MaxSum-Sum; NegReal,≥,Sum)... failed. Removing edges: failed. Finding a loop... found. #inf(x) -#2-> #inf(s(x)) --->* #inf(s(x)) Looping with: [ x := s(x); ] NO