YES Problem 1: (VAR v_NonEmpty:S X:S) (RULES active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ) (STRATEGY INNERMOST) Problem 1: Dependency Pairs Processor: -> Pairs: ACTIVE(f(f(a))) -> MARK(c(f(g(f(a))))) C(active(X:S)) -> C(X:S) C(mark(X:S)) -> C(X:S) F(active(X:S)) -> F(X:S) F(mark(X:S)) -> F(X:S) G(active(X:S)) -> G(X:S) G(mark(X:S)) -> G(X:S) MARK(c(X:S)) -> ACTIVE(c(X:S)) MARK(f(X:S)) -> ACTIVE(f(mark(X:S))) MARK(f(X:S)) -> F(mark(X:S)) MARK(f(X:S)) -> MARK(X:S) MARK(g(X:S)) -> ACTIVE(g(mark(X:S))) MARK(g(X:S)) -> G(mark(X:S)) MARK(g(X:S)) -> MARK(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) Problem 1: SCC Processor: -> Pairs: ACTIVE(f(f(a))) -> MARK(c(f(g(f(a))))) C(active(X:S)) -> C(X:S) C(mark(X:S)) -> C(X:S) F(active(X:S)) -> F(X:S) F(mark(X:S)) -> F(X:S) G(active(X:S)) -> G(X:S) G(mark(X:S)) -> G(X:S) MARK(c(X:S)) -> ACTIVE(c(X:S)) MARK(f(X:S)) -> ACTIVE(f(mark(X:S))) MARK(f(X:S)) -> F(mark(X:S)) MARK(f(X:S)) -> MARK(X:S) MARK(g(X:S)) -> ACTIVE(g(mark(X:S))) MARK(g(X:S)) -> G(mark(X:S)) MARK(g(X:S)) -> MARK(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(active(X:S)) -> G(X:S) G(mark(X:S)) -> G(X:S) ->->-> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->->Cycle: ->->-> Pairs: F(active(X:S)) -> F(X:S) F(mark(X:S)) -> F(X:S) ->->-> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->->Cycle: ->->-> Pairs: C(active(X:S)) -> C(X:S) C(mark(X:S)) -> C(X:S) ->->-> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->->Cycle: ->->-> Pairs: MARK(f(X:S)) -> MARK(X:S) MARK(g(X:S)) -> MARK(X:S) ->->-> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) The problem is decomposed in 4 subproblems. Problem 1.1: Subterm Processor: -> Pairs: G(active(X:S)) -> G(X:S) G(mark(X:S)) -> G(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Projection: pi(G) = 1 Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Subterm Processor: -> Pairs: F(active(X:S)) -> F(X:S) F(mark(X:S)) -> F(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Projection: pi(F) = 1 Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.3: Subterm Processor: -> Pairs: C(active(X:S)) -> C(X:S) C(mark(X:S)) -> C(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Projection: pi(C) = 1 Problem 1.3: SCC Processor: -> Pairs: Empty -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.4: Subterm Processor: -> Pairs: MARK(f(X:S)) -> MARK(X:S) MARK(g(X:S)) -> MARK(X:S) -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Projection: pi(MARK) = 1 Problem 1.4: SCC Processor: -> Pairs: Empty -> Rules: active(f(f(a))) -> mark(c(f(g(f(a))))) c(active(X:S)) -> c(X:S) c(mark(X:S)) -> c(X:S) f(active(X:S)) -> f(X:S) f(mark(X:S)) -> f(X:S) g(active(X:S)) -> g(X:S) g(mark(X:S)) -> g(X:S) mark(c(X:S)) -> active(c(X:S)) mark(f(X:S)) -> active(f(mark(X:S))) mark(g(X:S)) -> active(g(mark(X:S))) mark(a) -> active(a) ->Strongly Connected Components: There is no strongly connected component The problem is finite.