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