YES Problem: a(b(x)) -> b(b(a(x))) Proof: DP Processor: DPs: a#(b(x)) -> a#(x) TRS: a(b(x)) -> b(b(a(x))) CDG Processor: DPs: a#(b(x)) -> a#(x) TRS: a(b(x)) -> b(b(a(x))) graph: Qed