theorem
  for R being Tolerance of X holds for x st x in X holds
  ex y st x in Class(R,y)
proof
  let R be Tolerance of X;
  let x;
  assume x in X;
  then x in Class(R,x) by Th20;
  hence thesis;
end;
