Let f(x) be an irreducible polynomial of degree n in Zp[x]. Show that the field E =
Zp[x]/<f(x)> has exactly p^n elements.
f(x) is irreducible, so it cannot be factored into a product of polynomials of lower degree.
Think about what the elements oflook like and what it means for them to be different. Maybe that's too vague. I mean, for example, consider the coset
. If you can write
, then isn't
the same coset as
?
And how many different remainders can you get when you divide by?
That helps to at least figure out what kind of remainders you can get when dividing by. That division is the key to the whole problem because when dividing by an nth degree polynomial,
in this case, the remainder must be of degree strictly less than n. So if you have some coset
, you can divide
by
and represent the same coset by the remainder, which is guaranteed to be a polynomial of degree at most
.
The nice thing is that you don't have to actually do any division at all (although this is one way to find inverses if you want). You just have to show that each coset can be represented by a polynomial of degree less than. Now since the coefficients come from a finite field, how many different polynomials can you form? That's your answer.
You do need to show that each of these different polynomials does actually represent a different coset, but you can do that by contradiction. Say that two different polynomials, each of degree at mostrepresent the same coset. Write out what this means and use the fact that
is irreducible to get the contradiction.
edit: Actually the fact that f(x) is irreducible doesn't really come into play in that last paragraph. I must have been thinking of using that fact to prove the existence of inverses, but you already know it's a field.