YES Problem: active(f(X)) -> mark(g(h(f(X)))) mark(f(X)) -> active(f(mark(X))) mark(g(X)) -> active(g(X)) mark(h(X)) -> active(h(mark(X))) f(mark(X)) -> f(X) f(active(X)) -> f(X) g(mark(X)) -> g(X) g(active(X)) -> g(X) h(mark(X)) -> h(X) h(active(X)) -> h(X) Proof: Bounds Processor: bound: 2 enrichment: match automaton: final states: {13,10,3,11,9,6,1} transitions: f50() -> 2* h1(76) -> 77* h1(64) -> 65* h1(34) -> 35* h1(62) -> 63* h1(70) -> 71* h1(40) -> 41* h1(20) -> 21* h1(86) -> 87* mark1(22) -> 23* g1(21) -> 22* g1(24) -> 25* g0(4) -> 5* g0(2) -> 10* active0(10) -> 9* active0(8) -> 6* active0(12) -> 11* active1(25) -> 26* f0(2) -> 3* f0(7) -> 8* g2(42) -> 43* h0(2) -> 13* h0(3) -> 4* h0(7) -> 12* f2(48) -> 49* f2(54) -> 55* active2(43) -> 44* f1(56) -> 57* f1(74) -> 75* f1(80) -> 81* f1(32) -> 33* f1(19) -> 20* mark0(2) -> 7* mark0(5) -> 1* 43 -> 64,54 35 -> 12* 7 -> 19* 77 -> 12* 12 -> 86,80 63 -> 12* 4 -> 24* 11 -> 7,19 2 -> 34,32 75 -> 8,20 22 -> 62,48 6 -> 7,19 21 -> 42* 26 -> 1* 44 -> 23,6 71 -> 12* 8 -> 70,56 49 -> 8,20 55 -> 8,20 65 -> 12* 9 -> 7,19 57 -> 8,20 41 -> 21* 10 -> 76,74 87 -> 12,80 81 -> 8,20 23 -> 6* 33 -> 20,40,8 problem: Qed