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