YES Problem: a(a(x1)) -> c(b(x1)) b(b(x1)) -> a(c(x1)) c(c(x1)) -> b(a(x1)) Proof: String Reversal Processor: a(a(x1)) -> b(c(x1)) b(b(x1)) -> c(a(x1)) c(c(x1)) -> a(b(x1)) Bounds Processor: bound: 0 enrichment: match automaton: final states: {6,4,1} transitions: f30() -> 2* b0(2) -> 7* b0(3) -> 1* c0(5) -> 4* c0(2) -> 3* a0(7) -> 6* a0(2) -> 5* 1 -> 5* 4 -> 7* 6 -> 3* problem: Qed