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

theorem
  T c= Total X
proof
  let x,y be object;
  assume [x,y] in T;
  then [x,y] in [:X,X:];
  hence thesis by EQREL_1:def 1;
end;
