theorem
  for T being Tolerance of X holds T is_symmetric_in X
proof
  let T be Tolerance of X;
  field T = X by ORDERS_1:12;
  hence thesis by RELAT_2:def 11;
end;
