YES Problem 1: (VAR v_NonEmpty:S x:S) (RULES f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) ) Problem 1: Innermost Equivalent Processor: -> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: F(a,f(x:S,a)) -> F(x:S,f(f(f(a,a),a),a)) -> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) Problem 1: SCC Processor: -> Pairs: F(a,f(x:S,a)) -> F(x:S,f(f(f(a,a),a),a)) -> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(a,f(x:S,a)) -> F(x:S,f(f(f(a,a),a),a)) ->->-> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) Problem 1: Reduction Pairs Processor: -> Pairs: F(a,f(x:S,a)) -> F(x:S,f(f(f(a,a),a),a)) -> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) -> Usable rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) ->Interpretation type: Simple mixed ->Coefficients: All rationals ->Dimension: 1 ->Bound: 2 ->Interpretation: [f](X1,X2) = 1/2.X1.X2 [a] = 1/2 [fSNonEmpty] = 0 [F](X1,X2) = 2.X1.X2 + 1/2.X1 + 2.X2 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: f(a,f(x:S,a)) -> f(x:S,f(f(f(a,a),a),a)) ->Strongly Connected Components: There is no strongly connected component The problem is finite.