theorem
  for N being Neighbourhood of r holds r in N
proof
  let N be Neighbourhood of r;
  ( ex g st 0<g & N = ].r-g,r+g.[)& |.r-r.| = 0 by Def6,ABSVALUE:2;
  hence thesis by Th1;
end;
