theorem Th10:
  z|^20 = z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z
  proof
A1: 20 = 19+1;
    z|^19 = z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z*z by Th9;
    hence thesis by A1,NEWTON:6;
  end;
