YES Problem: f(a()) -> g(h(a())) h(g(x)) -> g(h(f(x))) k(x,h(x),a()) -> h(x) k(f(x),y,x) -> f(x) Proof: DP Processor: DPs: f#(a()) -> h#(a()) h#(g(x)) -> f#(x) h#(g(x)) -> h#(f(x)) TRS: f(a()) -> g(h(a())) h(g(x)) -> g(h(f(x))) k(x,h(x),a()) -> h(x) k(f(x),y,x) -> f(x) EDG Processor: DPs: f#(a()) -> h#(a()) h#(g(x)) -> f#(x) h#(g(x)) -> h#(f(x)) TRS: f(a()) -> g(h(a())) h(g(x)) -> g(h(f(x))) k(x,h(x),a()) -> h(x) k(f(x),y,x) -> f(x) graph: h#(g(x)) -> h#(f(x)) -> h#(g(x)) -> f#(x) h#(g(x)) -> h#(f(x)) -> h#(g(x)) -> h#(f(x)) h#(g(x)) -> f#(x) -> f#(a()) -> h#(a()) SCC Processor: #sccs: 1 #rules: 1 #arcs: 3/9 DPs: h#(g(x)) -> h#(f(x)) TRS: f(a()) -> g(h(a())) h(g(x)) -> g(h(f(x))) k(x,h(x),a()) -> h(x) k(f(x),y,x) -> f(x) Usable Rule Processor: DPs: h#(g(x)) -> h#(f(x)) TRS: f(a()) -> g(h(a())) Bounds Processor: bound: 1 enrichment: match automaton: final states: {4,1} transitions: f80() -> 2* h{#,0}(3) -> 1* f0(2) -> 3* g0(6) -> 4* h0(5) -> 6* a0() -> 5* h{#,1}(8) -> 9* f1(7) -> 8* 4 -> 3* 6 -> 7* 9 -> 1* problem: DPs: TRS: f(a()) -> g(h(a())) Qed