theorem Th32:
  F <> {} implies COMPLEMENT(F) <> {}
proof
  set X = the Element of F;
  assume
A1: F <> {};
  then reconsider X as Subset of D by TARSKI:def 3;
  X`` = X;
  hence thesis by A1,Def7;
end;
