theorem Th16:
  L.a c= Union L
proof
  a in dom L by Th15;
  then
A1: L.a in rng L by FUNCT_1:def 3;
  union rng L = Union L by CARD_3:def 4;
  hence thesis by A1,ZFMISC_1:74;
end;
