theorem
  a -' a = 0
proof
  a-a = 0;
  hence thesis by XREAL_0:def 2;
end;
