1

Let $\mathbb{F}$, a field and let $f$, a monic polynomial above $\mathbb{F}[x]$ where $\deg (f)=d$. Let $\mathbb{K}$ to be the following set:$$\mathbb{K} = \left\{ g\in\mathbb{F}[x]\ |\ \deg g\lt \deg f \right\}$$ Prove that $\mathbb{K}$ is a field.
EDIT: Addition is define as one would expect, but multiplication is defined as the remainder of $g_1 \cdot g_2 = s\cdot f + r$. Meaning, $g_1 \cdot_\mathbb{K} g_2 = r$.
EDIT2: $f$ is irreducible.

It is easy to see that our "zero" is $f_0 = 0$ and our "one" is $f_1 = f+1$.

Hence, I need to prove that for every $g_1$ there's an inverse, $g_2$ such that $g_1\cdot g_2 = f+1$, but it doesn't quite working.

Also, I can rely on the fact that for every polynomial in $\mathbb{K}$ there're $s,r$ such that $g= s\cdot f + r$ where $\deg r < \deg g$.

Note: When I wrote $1$ I used the $1$ of $\mathbb{F}$ (I think that's a correct use)

OliOliver
  • 175

1 Answers1

2

What you have defined is an alternative way of looking at the quotient ring ${\mathbb F}[x]/(f)$. The map ${\mathbb K} \to {\mathbb F}[x]/(f)$, $g \mapsto g + (f)$ is a ring isomorphism. In fact, the easiest way to show that ${\mathbb K}$ is a indeed ring, is probably to show that this map is a bijection of sets and preserves the operations.

Because $f$ is irreducible, ${\mathbb F}[x]/(f)$ is a field and therefore ${\mathbb K}$ is too.

Magdiragdag
  • 15,049
  • 3
    I would not only call it the easiest way, I would call it the only reasonable way :) +1 – MooS Mar 17 '17 at 11:19
  • 1
    @MooS Agreed :-), but it does assume the OP has seen the abstract notion of a quotient ring before. And I have seen texts where that notion is, for some reason, avoided. For the OP's sake, I can just hope that the text the OP has is not one of those. – Magdiragdag Mar 17 '17 at 11:22
  • 1
    I hope so, too. I can understand when texts avoid the notion of a quotient ring when they introduce $\mathbb Z/n\mathbb Z$ and rather do it ad hoc. But for $K[x]/(f)$? Not so much...At some point you have to introduce some abstract techniques anyway. – MooS Mar 17 '17 at 11:27
  • Could you explain "Because ff is irreducible, [x]/(f)F[x]/(f) is a field and therefore K is too."? – OliOliver Mar 17 '17 at 14:09
  • @OliOliver What is your question? Why ${\mathbb F}[x]/(f)$ is a field? For that: see, for instance, http://math.stackexchange.com/questions/631057/let-k-be-a-field-and-fx-in-kx-prove-that-kx-fx-is-a-field-if-an?noredirect=1&lq=1 as given in the comments by Dietrich Burde. Or why this implies that ${\mathbb K}$ is a field? That is because ${\mathbb K}$ is isomorphic to ${\mathbb F}[x]/(f)$. – Magdiragdag Mar 17 '17 at 16:10