YES Time: 0.051 Problem: Equations: TRS: fAC(x,one()) -> x fAC(i(x),x) -> one() g(one()) -> one() g(fAC(x,y)) -> fAC(g(x),g(y)) Proof: AC-KBO Processor: precedence: i > g > fAC > one weight function: [g](x0) = 4x0 + 15, [i](x0) = x0 + 3, [one] = 8, [fAC](x0, x1) = x0 + x1 + 5 problem: Equations: TRS: Qed