When are polynomials in Z[x] relatively prime in Q[x]?

  • Level: Graduate 
  • Thread starter Thread starter esisk
  • Start date Start date
  • Tags Tags
    Polynomials
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
esisk
Messages
43
Reaction score
0
trying to show that polynomials f(x), g(x) in Z[x] are relatively prime in Q[x] iff the ideal they generate in Z[x] contains an integer.Thanks .Not homework
 
Physics news on Phys.org
Z[x] contains an integer => f(x), g(x) coprime in Q[z] is easy. If f(x) and g(x) are coprime in Q[x], then there exist a(x) and b(x) in Q[x]. such that a(x) f(x) + b(x) g(x) = 1. There is an integer n such that n a(x) and n b(x) have coefficients in Z (think about why this is). Then n a(x) f(x) + n b(x) g(x) = n, so the ideal generated by f and g in Z[x] contains an integer.
 
Last edited:
This is quite Rochfor1, thank you. And, yes, I will be able to do the other implication.