YES Problem: b(a(b(c(c(b(x1)))))) -> a(b(b(c(c(b(a(x1))))))) Proof: String Reversal Processor: b(c(c(b(a(b(x1)))))) -> a(b(c(c(b(b(a(x1))))))) Bounds Processor: bound: 1 enrichment: match automaton: final states: {4} transitions: a1(19) -> 20* a1(21) -> 22* a1(13) -> 14* b1(15) -> 16* b1(14) -> 15* b1(18) -> 19* c1(17) -> 18* c1(16) -> 17* b0(4) -> 4* c0(4) -> 4* a0(4) -> 4* 4 -> 13* 18 -> 21* 20 -> 4* 22 -> 14* problem: Qed