theorem Th25:
 for y being object holds
  Intersection(F,{},y)=union rng F
proof let y be object;
  F|({}"{y} qua set)=({}"{y}-->union rng F);
  hence thesis by Th23;
end;
