I am currently reading the paper "Fast Contruction of Irreducible Polynomials over Finite Fields" by Couveignes and Lercier.
On page 81, it reads, "... So $1/(1-b)$ is a root of the separable polynomial $x^p-x=a^{-1}$. This polynomial is irreducible over $\mathbb{F}_{p^k}[x]$ because the absolute trace of $a^{-1}$ is non-zero."
I don't understand why that last sentence is true. Let me define what $a$ and $b$ are such that the reader doesn't need to access the paper.
Let $\mathbb{K}=\mathbb{F}_q=\mathbb{F}_{p^w}$ and $\Omega$ be an algebraic closure of $\mathbb{K}$.
Let $l,k$ be positive integers such that $l$ divides $k$. Define the polynomial, $$T_{l,k}(x)=x+x^{p^l}+x^{p^{2l}}+\dots+x^{p^{(k/l-1)l}}.$$
For any $k$, define the set $\mathcal{A}_k\subset\Omega$ by $a\in \mathcal{A}_k$ if the following hold
$\mathbb{F}_p(a)=\mathbb{F}_{p^k}$.
$T_{1,k}(a)\neq 0$ (This is called the absolute trace of $a$.)
$T_{1,k}(a^{-1})\neq 0$
Finally define the rational function, $$I(x)=\frac{x^p-1}{x+x^2+\dots+x^{p-1}}.$$
$b$ is an element such that $I(b)=a$.
My question is thus, does having a non-zero trace of an element make the polynomial above (the Artin-Schreier polynomial) irreducible?