YES Problem 1: (VAR v_NonEmpty:S x:S y:S z:S) (RULES 0 -> 2 1 -> 2 f(0,1,x:S) -> f(x:S,x:S,x:S) f(x:S,y:S,z:S) -> 2 g(x:S,x:S,y:S) -> y:S g(x:S,y:S,y:S) -> x:S ) (STRATEGY INNERMOST) Problem 1: Dependency Pairs Processor: -> Pairs: Empty -> Rules: 0 -> 2 1 -> 2 f(0,1,x:S) -> f(x:S,x:S,x:S) f(x:S,y:S,z:S) -> 2 g(x:S,x:S,y:S) -> y:S g(x:S,y:S,y:S) -> x:S Problem 1: SCC Processor: -> Pairs: Empty -> Rules: 0 -> 2 1 -> 2 f(0,1,x:S) -> f(x:S,x:S,x:S) f(x:S,y:S,z:S) -> 2 g(x:S,x:S,y:S) -> y:S g(x:S,y:S,y:S) -> x:S ->Strongly Connected Components: There is no strongly connected component The problem is finite.