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