I'm working through an exercise in an algebra book that asks one to prove that given the field $F$, considering the ring of polynomials over $F$ given by $F[x]$, that if $f$ is a degree 1 polynomial, then $(f)$, the principal ideal generated by $f$, is maximal.
I understand this is special case of the fact that the ideals generated by irreducible elements are maximal. I've attempted to prove this and came to something that looks like a solution, but it appears I am either somewhere implicitly using that $\text{deg} f = 1$, or otherwise unable to see my error.
My proof: Assume for the sake of contradiction that $(f)$ is not maximal, i.e. there is some ideal $I$ such that: $$(f) \subsetneq I \subsetneq R$$ Obviously then, $I \setminus (f)$ is nonempty then. By the well-ordering principle, we can consider then a polynomial of minimal degree in $I \setminus (f)$. \ \ By definition, $f \nmid g$, as this would have $g \in (f)$. Appealing to the division algorithm for polynomials then, we have a unique decomposition of $g$ given by the following: \begin{equation} \begin{aligned} g = fq + r \\ q, r \in F[x], \; \text{deg}(r) < \text{deg}(g) \end{aligned} \end{equation} As $f \nmid g$ then, it must be $r \neq 0$. Reorganizing, we get $$r = g - fq,$$ where $r \in I$ as $g \in I$ and $-fq = f(-q) \in (f) \subsetneq I$, appealing to fact that $I$ as an ideal is additive subgroup. There are two possibilities then, that $r \in (f)$ or $r \in I \setminus (f)$. If $r \in (f)$, then using the first line in (1) and the properties of ideals, it is clear then that we must have $g \in (f)$, a contradiction. If $r \in I \setminus (f)$ instead, then as $\text{deg}(r) < \text{deg}(g)$, the minimality of the degree of $g$ is contradicted. Thus both cases yield a contradiction, and so it must be $(f)$ is maximal.
Any help in ascertaining the error or providing insight would be appreciated.
So your proof gets you to the point where you can conclude that $q=0$ (ie $r=g$, and $g$ already had degree less than the degree of $f$). Next is where you use $\text{deg}(f)=1$.
– user469053 Feb 22 '24 at 14:05