Find polynomial over Z2, that has the least degree, for which the field P=GF(64) is the minimum decomposition field. How much such polynomials are?
Please, answer in detail! I think that these polynomials are all sixth irreducible polynomials, but I don't know how to validate this fact.
It's a general fact that $\mathbb{F}_p[x]/(q)$ is isomorphic to $\mathbb{F}_{p^n}$, where $q$ is an irreducible polynomial of degree $n$. Furthermore, $\mathbb{F}_p[x_1]$ is a splitting field for $q$ where we take $x_1$ to be a root for $q$ (we know that it contains $\mathbb{F}_{p^n}$; this says that they are the same). This is because $x, x^p, \ldots, x^{p^{n-1}}$ are all roots of $q$.
Thus we are looking for irreducible polynomials of degree $6$. We know they all must divide $x^{64}-x$, since every element of $\mathbb{F}_{64}$ satisfies that. Moreover, the roots of that are distinct (take the derivative) so we just need to factorize it and count the number with degree $6$.
The product of the irreducible polynomials with degree $d$ over all $d|n$ is $x^{2^n}-x$ (this can be deduced from the combining the fact that $\mathbb{F}_{p^m}\subset \mathbb{F}_{p^n}$ iff $m|n$ with the reasoning above).
Here, $p=2$ and $n=6$. There are obviously $2$ with degree $1$, which means there are $(2^2-2)/2 = 1$ of degree $2$, $(2^3-2)/3=2$ of degree $3$, and $(2^6-2-2-6)/6 = 9$ of degree $6$.
Finding one explicitly might be a bit annoying. It's not too hard to get that for $1, 2, 3$ they are $x, x+1, x^2+x+1, x^3+x+1, x^3+x^2+1$.
Now we want to remove some of the monomials from $x^6+x^5+x^4+x^3+x^2+x+1$ to make it irreducible, and we know we need to keep $x^6$. From degree 1 we need to remove an even number and we need to keep $1$. Ok so after some trials you will get an answer like $x^6+x^4+x^3+x+1$.