YES (VAR x y z) (RULES f(+(x,y)) -> +(f(x),f(y)) +(+(x,y),z) -> +(x,+(y,z)) ) (COMMENT Termination is shown by LPO with precedence: f > + )