MAYBE Time: 0.013 Problem: Equations: fAC(fAC(x3,x4),x5) -> fAC(x3,fAC(x4,x5)) fAC(x3,x4) -> fAC(x4,x3) fAC(x3,fAC(x4,x5)) -> fAC(fAC(x3,x4),x5) fAC(x4,x3) -> fAC(x3,x4) TRS: fAC(x,one()) -> x fAC(i(x),x) -> one() phi(one(),y1) -> y1 phi(y1,phi(y2,x)) -> phi(fAC(y1,y2),x) Proof: Open