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