YES Problem 1: (VAR v_NonEmpty:S x:S y:S) (RULES f(g(h(x:S,y:S)),f(a,a)) -> f(h(x:S,x:S),g(f(y:S,a))) ) Problem 1: Innermost Equivalent Processor: -> Rules: f(g(h(x:S,y:S)),f(a,a)) -> f(h(x:S,x:S),g(f(y:S,a))) -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: Empty -> Rules: f(g(h(x:S,y:S)),f(a,a)) -> f(h(x:S,x:S),g(f(y:S,a))) Problem 1: SCC Processor: -> Pairs: Empty -> Rules: f(g(h(x:S,y:S)),f(a,a)) -> f(h(x:S,x:S),g(f(y:S,a))) ->Strongly Connected Components: There is no strongly connected component The problem is finite.