Recently I started to read about finite fields. To see and better my understanding, I am trying to do some exercises:
Finite fields, if the amount of their elements is a prime, are easy to understand they are just equal to $\mathbb{Z}/p=:\mathbb{F}_p$.
Now if $|F|=q=p^n$ , such that $p$ is prime, every element $a \in F$ is a root of $x^q-x \in \mathbb{F}_p[x]$
Further,let $L$ be a field of characteristic = $p$, such that the polynomial $p(x)=x^q-x$ splits into linear factors. Then the set $S$ containing all roots of $p(x)$ is a subfield of $L$ such that $|S|=q$
Now I want to look at a problem: I want to construct $\mathbb{F}_9/\mathbb{F}_3$:
I am searching for a field $L$ with characteristics $3$, such that $x^9-x$ splits into linear factors. This means I need to find the splitting field of $x^9-x$ over $\mathbb{F}_3$.
As far as I understand, if $p$ is an irreducible polynomial $p(x) \in \mathbb{F}_3$ ,then the splitting field of $p(x) \in \mathbb{F}_3$ is isomorphic to $\mathbb{F}_3[x]/(p(x))$
But isn't $x^9-x$ reducible, I could just write $x (x^8-1)$ ? Is there something in what I wrote that is wrong or that I didn't understand correct? I don't really know how to continue from this point on, could someone show/explain it to me.
Edit:
Ok, since $|\mathbb{F}_9|=9$ and $|\mathbb{F}_3|=3$, then $\mathbb{F}_3[x]/(p(x))$ is a finite field with $3^2=9$ and thus $\mathbb{F}_3[x]/(p(x))=\mathbb{F}_9$ I need to find a irreducible polynomial with degree $2$, $p(x)=x^2+1$
$p(x)$ has no roots modulo $3$:
$p(0)=1$
$p(1)=2$
$p(2)=5=2$
Is the way I constructed $\mathbb{F}_9$ correct?
So, I have further questions: Is it possible to write $\mathbb{F}_9$ as:
$\mathbb{F}_9=\mathbb{F}_2(\alpha)$ for some $\alpha \ in \mathbb{F}_9$?