The following sketch is the best I can muster right away. It probably isn't the cleanest route to the destination, but it leads to a proof.
Assume that $z=\gamma^j$ is an arbitrary non-zero element of $L$. Then
- $\beta z=\beta^{1+3j}$, and
- $(\beta z)^3=\gamma^{1+3j}\in L$.
Let $\phi(x)$ be the minimal polynomial of $\gamma^{1+3j}\in L$. Then
- $a=\beta z$ is a zero of the polynomial $\phi(x^3)$, and
- the coefficients of terms of $\phi(x^3)$ of degree $\not\equiv0\pmod3$ are all zero.
This proves your observation, if we can show that $\phi(x^3)$ has the correct degree ($=\deg\phi_a(x)$). Because $\deg\phi(x)$ is always a factor of $2m$, we are done, if we have that extra bit of information that $\deg\phi_a(x)=6m$.
Even if that is not the case we can make the following deductions (leaving them sketchy as per your request):
- We have $\deg\phi(x)$ is equal to the degree of the extension $GF(2)[a^3]$ over $GF(2)$.
- Similarly $\deg\phi_a(x)$ is equal to the degree of the extension $GF(2)[a]$ over $GF(2)$.
- Here $GF(2)[a^3]$ is a subfield of $L$.
- But $GF(2)[a]$ is not a subfield of $L$. It is a subfield of $F$ though.
- Clearly $GF(2)[a^3]$ is a subfield of $GF(2)[a]$.
- Putting these bits together shows that $GF(2)[a]$ is a cubic extension of $GF(2)[a^3]$.
- Therefore $\deg\phi_a(x)=3\deg\phi(x)$, and the claim follows as above.
The next to last bullet is a bit subtler than the rest. Remember that the cardinality of a subfield of $F$ determines it uniquely.
Nevertheless, there is clearly a way around this as you have shown, thanks for the help!
– 727 May 25 '15 at 20:52sorry, but I can't see why $GF(2)[a]$ is necessarily a cubic extension of $GF(2)[a^3]$. I can see how using the cardinalities of the subfields would work if $L$ was a subfield of $GF(2)[a]$, but that is not necessarily true.
It's easy to show that $GF(2)[a]$ either quadratic or cubic as an extension of $GF(2)[a^3]$. I thought that perhaps I could arrive at a contradiction by assuming that $a$ satisfies a polynomial of degree 2 with coefficients in $GF(2)[a^3]$, but I've had no luck.
How can I try to understand this?
– 727 May 29 '15 at 06:57