reserve a,b,p,k,l,m,n,s,h,i,j,t,i1,i2 for natural Number;

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