theorem Th20:
  for R being Tolerance of X holds for x st x in X holds x in Class (R,x)
proof
  let R be Tolerance of X;
  let x;
  assume x in X;
  then [x,x] in R by Th5;
  hence thesis by Th19;
end;
