0
$\begingroup$

Show that the ideal $(x+1, x^2 + 1)$ in $\mathbb{Q}[x]$ is equal to $\mathbb{Q}[x]$.

I've never dealt with ideals in spaces of polynomials, I know the requirements for it to be an ideal, but I don't know how to apply these to $\mathbb{Q}[x]$?

  • 1
    A function space? I don't see any functions here. I just see [(formal) polynomials](http://math.stackexchange.com/q/98345/11619).2017-01-25
  • 0
    For more discussion about the difference between a polynomial and a polynomial function see [here](http://math.stackexchange.com/q/569864/11619), [here](http://math.stackexchange.com/q/401673/11619) and [here](http://math.stackexchange.com/q/390260/11619).2017-01-25

3 Answers 3

9

This is easiest done by showing that $1$ is an element of the ideal, i.e. that it is a linear combination of the two generators. For instance, $$ 1 = \frac12(x^2 + 1) - \frac12(x-1)(x+1) $$

  • 0
    @Ar Pet pick: watch the signs: you get $\;-1\;$ on the right side...+12017-01-25
2

We have the ideal $(x^2+1)$ is maximal in $\mathbb Q[x]$ because $\mathbb Q[x]/(x^2+1) \cong \mathbb Q(i)$ and $(x^2+1)\subseteq(x+1,x^2+1)$ then by definition of maximal ideal we have $(x+1,x^2+1)=\mathbb Q[x]$ and $(x+1,x^2+1) \nsubseteq (x^2+1) $ because $x+1\notin (x^2+1) $

  • 0
    Well, we still could, in principle, have equality there: $\;(x^2+1)=(x+1,x^2+1)\;$ , couldn't we? (Of course not, but *why*?)2017-01-25
  • 1
    if $x+1 \in (x^2+1)$ then $x^2+1|x+1$ that impossible in $\mathbb Q[x]$2017-01-25
  • 0
    thanks @ Jyrki Lahtonen and @ DonAntonio2017-01-25
1

Hint: first show $x\in (x+1,x^2+1)$. Then use that if $x$ and $x+1$ are in the ideal, so is $x+1-x=1$.

Finally, use/prove that if an ideal contains a unit, it is the whole ring.