
theorem
  for a be Real holds cos (3*PI/2 + a) = cos (PI/2 -a)
  proof
    let a be Real;
    cos (3*PI/2 + a) = sin a by Thm4
    .= cos (PI/2 - a) by SIN_COS:79;
    hence thesis;
  end;
