4

If $\beta$ is root $x^q-x+a$ then $\beta^q-\beta \in \mathbb{F}_q$. I thought about the frobenius map but could not get anywhere. Would you please help me with the remaining?

1 Answers1

4

If $\;\beta^q-\beta=-a\iff \beta^a=\beta-a\in\Bbb F_q\;$ , then

$$-a=(-a)^q=(\beta^q-\beta)^q=\beta^{q^2}-\beta^q=\beta^{q^2}-\beta+a\implies\beta^{q^2}-\beta+2a=0$$

and there you have the hint (first non-trivial example) for proving inductively that $\;\beta\;$ root of $\;\beta^q-\beta+a\implies\beta\;$ root of $\;\beta^{q^n}-\beta+na\;$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
  • $\beta$ is a root of $\beta^q -\beta +a$ implies $\beta$ is a root of $\beta^{q^n} -\beta +na$. This is fine. But is this conform that $x^q - x + a$ divides $x^{q^n} - x + na$ over $F_q$? I am not sure. Any suggestion please? – Satya Bagchi Apr 29 '20 at 13:58