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

theorem Th12:
  {} is TolSet of T
proof
  let x,y;
  assume that
A1: x in {} and
  y in {};
  thus thesis by A1;
end;
