YES Time: 0.034 Problem: Equations: fAC(fAC(x1,x2),x3) -> fAC(x1,fAC(x2,x3)) fAC(x1,x2) -> fAC(x2,x1) fAC(x1,fAC(x2,x3)) -> fAC(fAC(x1,x2),x3) fAC(x2,x1) -> fAC(x1,x2) TRS: fAC(x,one()) -> x fAC(x,x) -> x Proof: Matrix Interpretation Processor: dimension: 2 interpretation: [0] [one] = [0], [4] [fAC](x0, x1) = x0 + x1 + [0] orientation: [4] fAC(x,one()) = x + [0] >= x = x [2 0] [4] fAC(x,x) = [0 2]x + [0] >= x = x problem: Equations: fAC(fAC(x1,x2),x3) -> fAC(x1,fAC(x2,x3)) fAC(x1,x2) -> fAC(x2,x1) fAC(x1,fAC(x2,x3)) -> fAC(fAC(x1,x2),x3) fAC(x2,x1) -> fAC(x1,x2) TRS: Qed