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