theorem
  for f being Function of X,X holds iter(f,0) = id X
proof
  let f be Function of X,X;
  iter(f,0) = id(field f) & field f = dom f by Lm1,Th67,XBOOLE_1:12;
  hence thesis by FUNCT_2:52;
end;
