theorem
  for f being Function of X,X holds iter(iter(f,m),n) = iter(f,m*n)
proof
  let f be Function of X,X;
  rng f c= dom f by Lm1;
  hence thesis by Th78;
end;
