theorem
  Union ({} --> Y) = {} & meet ({} --> Y) = {}
proof
  union rng ({} --> Y) = {} by ZFMISC_1:2;
  hence thesis by CARD_3:def 4,SETFAM_1:def 1;
end;
