MAYBE Problem: a(f(),a(f(),x)) -> a(x,x) a(h(),x) -> a(f(),a(g(),a(f(),x))) Proof: DP Processor: DPs: a#(f(),a(f(),x)) -> a#(x,x) a#(h(),x) -> a#(f(),x) a#(h(),x) -> a#(g(),a(f(),x)) a#(h(),x) -> a#(f(),a(g(),a(f(),x))) TRS: a(f(),a(f(),x)) -> a(x,x) a(h(),x) -> a(f(),a(g(),a(f(),x))) Open