YES Problem: a(b(a(x))) -> b(a(x)) Proof: String Reversal Processor: a(b(a(x))) -> a(b(x)) KBO Processor: weight function: w0 = 1 w(b) = 1 w(a) = 0 precedence: a > b problem: Qed