YES Time: 0.226 Problem: Equations: TRS: fAC(fAC(i(x),i(y1)),y2) -> fAC(i(fAC(x,y1)),y2) fAC(one(),x) -> x phi(one(),x) -> x fAC(i(x),x) -> one() i(one()) -> one() i(i(x)) -> x phi(x,phi(y1,y2)) -> phi(fAC(x,y1),y2) fAC(i(fAC(x,y1)),y1) -> i(x) i(fAC(i(y1),x)) -> fAC(i(x),y1) fAC(i(x),i(y1)) -> i(fAC(x,y1)) Proof: AC-KBO Processor: precedence: one > phi > fAC > i weight function: [phi](x0, x1) = 3x0 + 9x1 + 15, [one] = 8, [i](x0) = 2x0 + 6, [fAC](x0, x1) = x0 + x1 + 6 problem: Equations: TRS: Qed