theorem Th69:
  iter(R,1) = R
proof
  thus iter(R,1) = iter(R,0+1)
    .= R*iter(R,0) by Th68
    .= R*id(field R) by Th67
    .= R by Lm3;
end;
