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