(VAR x y z) (RULES -(+(x,y)) -> +(-(x),-(y)) +(x,y) -> +(y,x) +(+(x,y),z) -> +(x,+(y,z)) ) (COMMENT from the collection of \cite{AT2012})