reserve X,Y,Z,x,y,z for set;
reserve T,R for Tolerance of X;

theorem
  TolClasses T c= TolSets T
proof
  let x be object;
  assume x in TolClasses T;
  then x is TolSet of T by Def4;
  hence thesis by Def3;
end;
