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

theorem
  X <> {} implies {} c< X
proof
  assume
A1: X <> {};
  thus {} c= X;
  thus thesis by A1;
end;
