Extension of Finite Fields: Proving the Number of Elements in F(\alpha)

Elzair
Messages
10
Reaction score
0

Homework Statement



Let E be an extension of a finite field F, where F has q elements. Let \alpha \epsilon E be algebraic over F of degree n. Prove F \left( \alpha \right) has q^{n} elements.

Homework Equations



An element \alpha of an extension field E of a field F is algebraic over F if f \left( \alpha \right) = 0 for some nonzero f\left(x\right) \epsilon F[x].

The Attempt at a Solution



I do not know how to begin. Is F \left( \alpha \right) a simple extension field?
 
Physics news on Phys.org
The answer is rather simple, F(\alpha)=\{a_0+a_1\alpha+...+a_{n-1} \alpha ^{n-1} : a_0,...,a_{n-1} \in F\}
Now count the number of options to choose each a's and multiply them, to get your answer.
 
Thanks! I just have one question, though. Why is n-1 the highest exponent? Doesn't F \left( \alpha \right) have degree n?
 
That becasue when you show that F(\alpha) is spanned by \{ 1,\alpha,..,\alpha ^{n-1} \} you use the fact that alpha is algebraic with minimal polynomial of degree n when you show that every polyonimal with degree higher than n-1 we can write in terms of a polynomial of degree n-1 at most. And from the minimality of the minimal polynomial we show that this set is independent.

From there we conclude what I wrote in my first post.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top