MAYBE Problem: a(b(x)) -> b(b(a(a(x)))) Proof: DP Processor: DPs: a#(b(x)) -> a#(x) a#(b(x)) -> a#(a(x)) TRS: a(b(x)) -> b(b(a(a(x)))) Open