theorem
  card X in card Y implies Y \ X <> {}
proof
  assume that
A1: card X in card Y and
A2: Y \ X = {};
  Y c= X by A2,XBOOLE_1:37;
  hence contradiction by A1,Th10,ORDINAL1:5;
end;
