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