Showing two ideals are the same

  • Thread starter Thread starter Juanriq
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Juanriq
Messages
39
Reaction score
0

Homework Statement

Let [itex]I = (2x^2 + 3y^2 -11, x^2 -y^2 -3)[/itex] and [itex]J = (x^2 -4, y^2 -1)[/itex]. Show that these are the same.



Homework Equations





The Attempt at a Solution

Well, I thought that [itex]I(x,y) = f_1(x,y) x + f_2(x,y)y[/itex] does this mean that [itex]f_1(x,y) = 2x^2 + 3y^2 -11[/itex] for I? Am I supposed to add both components of I and then factor it into a (something)x + (something else )y? Thanks in advance, abstract algebra and I have a love-hate (mostly hate) relationship.
 
Physics news on Phys.org
It suffices to show that the generators of I are in J, and that the generators in J are in I.

So first, we need to show that [tex]2x^2+3y^2-11[/tex] is in J (and analogous for the other generator). So we'll need to find polynomials [tex]P(x), Q(x)[/tex] such that

[tex]2x^2+3y^2-11=P(x)(x^2-4)+Q(x)(y^2-1)[/tex]

Try to find these polynomials (hint: the polynomials are constants in this case)
 
That's it? P(x) = 2 and Q(x) = 3 for the first and M(x) = 1 and N(x) = -1 for the second? Thanks again micromass, you are a lifesaver.
 
Yes, but you're not done yet. You also need to show that the generators of J are in I. So do the same thing for [tex]x^2-4[/tex] and [tex]y^2-1[/tex]...
 
Would have definitely forgot about that, grazie.