YES Problem 1: (VAR v_NonEmpty:S X:S) (RULES active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ) (STRATEGY INNERMOST) Problem 1: Dependency Pairs Processor: -> Pairs: ACTIVE(c(X:S)) -> D(X:S) ACTIVE(f(f(X:S))) -> C(f(g(f(X:S)))) ACTIVE(f(f(X:S))) -> F(g(f(X:S))) ACTIVE(f(f(X:S))) -> G(f(X:S)) ACTIVE(f(X:S)) -> ACTIVE(X:S) ACTIVE(f(X:S)) -> F(active(X:S)) ACTIVE(h(X:S)) -> ACTIVE(X:S) ACTIVE(h(X:S)) -> C(d(X:S)) ACTIVE(h(X:S)) -> D(X:S) ACTIVE(h(X:S)) -> H(active(X:S)) C(ok(X:S)) -> C(X:S) D(ok(X:S)) -> D(X:S) F(mark(X:S)) -> F(X:S) F(ok(X:S)) -> F(X:S) G(ok(X:S)) -> G(X:S) H(mark(X:S)) -> H(X:S) H(ok(X:S)) -> H(X:S) PROPER(c(X:S)) -> C(proper(X:S)) PROPER(c(X:S)) -> PROPER(X:S) PROPER(d(X:S)) -> D(proper(X:S)) PROPER(d(X:S)) -> PROPER(X:S) PROPER(f(X:S)) -> F(proper(X:S)) PROPER(f(X:S)) -> PROPER(X:S) PROPER(g(X:S)) -> G(proper(X:S)) PROPER(g(X:S)) -> PROPER(X:S) PROPER(h(X:S)) -> H(proper(X:S)) PROPER(h(X:S)) -> PROPER(X:S) TOP(mark(X:S)) -> PROPER(X:S) TOP(mark(X:S)) -> TOP(proper(X:S)) TOP(ok(X:S)) -> ACTIVE(X:S) TOP(ok(X:S)) -> TOP(active(X:S)) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) Problem 1: SCC Processor: -> Pairs: ACTIVE(c(X:S)) -> D(X:S) ACTIVE(f(f(X:S))) -> C(f(g(f(X:S)))) ACTIVE(f(f(X:S))) -> F(g(f(X:S))) ACTIVE(f(f(X:S))) -> G(f(X:S)) ACTIVE(f(X:S)) -> ACTIVE(X:S) ACTIVE(f(X:S)) -> F(active(X:S)) ACTIVE(h(X:S)) -> ACTIVE(X:S) ACTIVE(h(X:S)) -> C(d(X:S)) ACTIVE(h(X:S)) -> D(X:S) ACTIVE(h(X:S)) -> H(active(X:S)) C(ok(X:S)) -> C(X:S) D(ok(X:S)) -> D(X:S) F(mark(X:S)) -> F(X:S) F(ok(X:S)) -> F(X:S) G(ok(X:S)) -> G(X:S) H(mark(X:S)) -> H(X:S) H(ok(X:S)) -> H(X:S) PROPER(c(X:S)) -> C(proper(X:S)) PROPER(c(X:S)) -> PROPER(X:S) PROPER(d(X:S)) -> D(proper(X:S)) PROPER(d(X:S)) -> PROPER(X:S) PROPER(f(X:S)) -> F(proper(X:S)) PROPER(f(X:S)) -> PROPER(X:S) PROPER(g(X:S)) -> G(proper(X:S)) PROPER(g(X:S)) -> PROPER(X:S) PROPER(h(X:S)) -> H(proper(X:S)) PROPER(h(X:S)) -> PROPER(X:S) TOP(mark(X:S)) -> PROPER(X:S) TOP(mark(X:S)) -> TOP(proper(X:S)) TOP(ok(X:S)) -> ACTIVE(X:S) TOP(ok(X:S)) -> TOP(active(X:S)) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: H(mark(X:S)) -> H(X:S) H(ok(X:S)) -> H(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: G(ok(X:S)) -> G(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: F(mark(X:S)) -> F(X:S) F(ok(X:S)) -> F(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: D(ok(X:S)) -> D(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: C(ok(X:S)) -> C(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: PROPER(c(X:S)) -> PROPER(X:S) PROPER(d(X:S)) -> PROPER(X:S) PROPER(f(X:S)) -> PROPER(X:S) PROPER(g(X:S)) -> PROPER(X:S) PROPER(h(X:S)) -> PROPER(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: ACTIVE(f(X:S)) -> ACTIVE(X:S) ACTIVE(h(X:S)) -> ACTIVE(X:S) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->->Cycle: ->->-> Pairs: TOP(mark(X:S)) -> TOP(proper(X:S)) TOP(ok(X:S)) -> TOP(active(X:S)) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) The problem is decomposed in 8 subproblems. Problem 1.1: Subterm Processor: -> Pairs: H(mark(X:S)) -> H(X:S) H(ok(X:S)) -> H(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(H) = 1 Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Subterm Processor: -> Pairs: G(ok(X:S)) -> G(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(G) = 1 Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.3: Subterm Processor: -> Pairs: F(mark(X:S)) -> F(X:S) F(ok(X:S)) -> F(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(F) = 1 Problem 1.3: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.4: Subterm Processor: -> Pairs: D(ok(X:S)) -> D(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(D) = 1 Problem 1.4: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.5: Subterm Processor: -> Pairs: C(ok(X:S)) -> C(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(C) = 1 Problem 1.5: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.6: Subterm Processor: -> Pairs: PROPER(c(X:S)) -> PROPER(X:S) PROPER(d(X:S)) -> PROPER(X:S) PROPER(f(X:S)) -> PROPER(X:S) PROPER(g(X:S)) -> PROPER(X:S) PROPER(h(X:S)) -> PROPER(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(PROPER) = 1 Problem 1.6: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.7: Subterm Processor: -> Pairs: ACTIVE(f(X:S)) -> ACTIVE(X:S) ACTIVE(h(X:S)) -> ACTIVE(X:S) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Projection: pi(ACTIVE) = 1 Problem 1.7: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.8: Reduction Pairs Processor: -> Pairs: TOP(mark(X:S)) -> TOP(proper(X:S)) TOP(ok(X:S)) -> TOP(active(X:S)) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) -> Usable rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [active](X) = X [c](X) = 1 [d](X) = 0 [f](X) = 2.X + 2 [g](X) = 2 [h](X) = 2.X + 2 [proper](X) = X [top](X) = 0 [fSNonEmpty] = 0 [mark](X) = X + 1 [ok](X) = X [ACTIVE](X) = 0 [C](X) = 0 [D](X) = 0 [F](X) = 0 [G](X) = 0 [H](X) = 0 [PROPER](X) = 0 [TOP](X) = 2.X Problem 1.8: SCC Processor: -> Pairs: TOP(ok(X:S)) -> TOP(active(X:S)) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: TOP(ok(X:S)) -> TOP(active(X:S)) ->->-> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) Problem 1.8: Reduction Pairs Processor: -> Pairs: TOP(ok(X:S)) -> TOP(active(X:S)) -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) -> Usable rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [active](X) = 2.X + 1 [c](X) = 2.X + 1 [d](X) = 2.X + 2 [f](X) = 2.X + 2 [g](X) = X [h](X) = 2.X + 2 [proper](X) = 0 [top](X) = 0 [fSNonEmpty] = 0 [mark](X) = X [ok](X) = 2.X + 2 [ACTIVE](X) = 0 [C](X) = 0 [D](X) = 0 [F](X) = 0 [G](X) = 0 [H](X) = 0 [PROPER](X) = 0 [TOP](X) = X Problem 1.8: SCC Processor: -> Pairs: Empty -> Rules: active(c(X:S)) -> mark(d(X:S)) active(f(f(X:S))) -> mark(c(f(g(f(X:S))))) active(f(X:S)) -> f(active(X:S)) active(h(X:S)) -> h(active(X:S)) active(h(X:S)) -> mark(c(d(X:S))) c(ok(X:S)) -> ok(c(X:S)) d(ok(X:S)) -> ok(d(X:S)) f(mark(X:S)) -> mark(f(X:S)) f(ok(X:S)) -> ok(f(X:S)) g(ok(X:S)) -> ok(g(X:S)) h(mark(X:S)) -> mark(h(X:S)) h(ok(X:S)) -> ok(h(X:S)) proper(c(X:S)) -> c(proper(X:S)) proper(d(X:S)) -> d(proper(X:S)) proper(f(X:S)) -> f(proper(X:S)) proper(g(X:S)) -> g(proper(X:S)) proper(h(X:S)) -> h(proper(X:S)) top(mark(X:S)) -> top(proper(X:S)) top(ok(X:S)) -> top(active(X:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite.