theorem Th13:
  for f be Function st i in I & f = F.i holds (rngs F).i = rng f
proof
A1: dom F = I by PARTFUN1:def 2;
  let f be Function;
  assume i in I & f = F.i;
  hence thesis by A1,FUNCT_6:22;
end;
