reserve x,A,B,X,X9,Y,Y9,Z,V for set;

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