
theorem Thm15:
  cos(2*PI/3) = - 1/2
  proof
    cos(2*PI/3)=cos(2*PI/3 - 0)
    .= - cos (PI/3 + 0) by Thm6
    .= - cos (PI/3);
    hence thesis by Thm8;
  end;
