
theorem Th10:
  for X being set, f being Function st dom f = X holds X-indexing f = f
proof
  let X be set, f be Function;
A1: dom id X = X;
  assume
A2: dom f = X;
  thus thesis by A2,A1,FUNCT_4:19;
end;
