YES Time: 0.257 Problem: Equations: TRS: plusAC(x,0()) -> x plusAC(x,x) -> x plusAC(T(x),x) -> T(x) plusAC(T(plusAC(x,y)),x) -> T(plusAC(x,y)) L(T(x)) -> L(x) L(plusAC(T(y),x)) -> plusAC(L(plusAC(x,y)),L(y)) T(T(x)) -> T(x) T(plusAC(T(y),x)) -> plusAC(T(plusAC(x,y)),T(y)) Proof: AC-KBO Processor: precedence: L > T > 0 > plusAC weight function: [L](x0) = x0, [T](x0) = 2x0 + 8, [0] = 8, [plusAC](x0, x1) = x0 + x1 + 8 problem: Equations: TRS: Qed