theorem Th5:
  c|^9 = c*c*c*c*c*c*c*c*c
  proof
A1: 9 = 8+1;
    c|^8 = c*c*c*c*c*c*c*c by Th4;
    hence thesis by A1,NEWTON:6;
  end;
