theorem Th7:
  z|^17 = z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z
  proof
A1: 17 = 16+1;
    z|^16 = z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z by Th6;
    hence thesis by A1,NEWTON:6;
  end;
