theorem
  m,n are_coprime implies a*n+m,n are_coprime
  proof
    a*n+m,m are_congruent_mod n;
    hence thesis by WSIERP_1:43;
  end;
