theorem
  Intersection B c= Union B
proof
  meet rng B c= union rng B by SETFAM_1:2;
  then Intersection B c= union rng B by Th8;
  hence thesis by CARD_3:def 4;
end;
