
theorem
  for a be Real holds cos (2*PI-a) = cos a
  proof
    let a be Real;
    cos (2* PI - a) = 1 * cos a + 0 * sin a by SIN_COS:77,SIN_COS:83
    .= cos a;
    hence thesis;
  end;
