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