theorem
  x in X implies {x} is Subset of X
proof
  assume x in X;
  then {x} c= X by ZFMISC_1:31;
  then {x} in bool X by ZFMISC_1:def 1;
  hence thesis by Def1;
end;
