theorem Th2:
  c|^6 = c*c*c*c*c*c
  proof
A1: 6 = 5+1;
    c|^5 = c*c*c*c*c by Th1;
    hence thesis by A1,NEWTON:6;
  end;
