theorem Th3:
  X c= {} implies X = {}
proof
  assume X c= {};
  hence X c= {} & {} c= X;
end;
