reserve a,b,c,d for Real;
reserve r,s for Real;
reserve p,q,r,s,t for ExtReal;

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