theorem
  R_EAL f - R_EAL g = R_EAL f + R_EAL -g
proof
  R_EAL f - R_EAL g = R_EAL(f-g) by Th23
    .=R_EAL(f + -g);
  hence thesis by Th23;
end;
