YES Problem 1: (VAR v_NonEmpty:S x:S) (RULES a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ) Problem 1: Dependency Pairs Processor: -> Pairs: A(a(x:S)) -> B(b(x:S)) A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) Problem 1: SCC Processor: -> Pairs: A(a(x:S)) -> B(b(x:S)) A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: A(a(x:S)) -> B(b(x:S)) A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) ->->-> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) Problem 1: Reduction Pair Processor: -> Pairs: A(a(x:S)) -> B(b(x:S)) A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) -> Usable rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [a](X) = 2.X + 1 [b](X) = 2.X [A](X) = 2.X + 2 [B](X) = 2.X + 2 Problem 1: SCC Processor: -> Pairs: A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) ->->-> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) Problem 1: Reduction Pair Processor: -> Pairs: A(a(x:S)) -> B(x:S) B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) -> Usable rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [a](X) = 2.X + 2 [b](X) = 2.X + 2 [A](X) = X + 2 [B](X) = 2.X Problem 1: SCC Processor: -> Pairs: B(b(a(x:S))) -> A(b(b(x:S))) B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) ->->-> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) Problem 1: Reduction Pair Processor: -> Pairs: B(b(a(x:S))) -> B(b(x:S)) B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) -> Usable rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [a](X) = 2.X + 2 [b](X) = 2.X + 2 [B](X) = X Problem 1: SCC Processor: -> Pairs: B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: B(b(a(x:S))) -> B(x:S) ->->-> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) Problem 1: Subterm Processor: -> Pairs: B(b(a(x:S))) -> B(x:S) -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Projection: pi(B) = 1 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: a(a(x:S)) -> b(b(x:S)) b(b(a(x:S))) -> a(b(b(x:S))) ->Strongly Connected Components: There is no strongly connected component The problem is finite.