theorem
  (a <> 0 or b <> 0) & c <> 0 &
  a,b,c are_mutually_coprime implies a*b,c are_coprime by EULER_1:14;
