I want to give an example to a corollary in my seminar, but i m not sure if it is ok. can somebody check it quickly?
This is the corollary:
Corollary: Let $n$ and $k$ be positive integers such that $\gcd(n,k)>1$, and let $s$ be any positive integer with $s(q^k-1)\equiv 0 \pmod{q^n-1}$. Then $$h(x)=(x^{q^k}-x+\delta)^s +x$$ permutes $\mathbb{F}_{q^n}$ for any $\delta \in \mathbb{F}_{q^n}.$
And this is my example:
I take $n=2,k=4,q=2$. Then of course $gcd(n,k)=2>1.$
Futhermore: $s(q^k−1)=s(16−1)=s(15)=s(1)=s.$ and $q^n−1=4−1=3.$
So then i choose $s=3$.
$\Rightarrow s(q^k−1)=3=0 \ (mod \ 3)=0 \ (mod \ q^n−1).$ Then I can apply my corollary and i get, that $h$ permutes $\mathbb{F}_{q^n}$ by corollary.
I can check if it is true: $h(0)=δ^s=1$ or $0$, since $\delta \in \mathbb{F}_{2^2}.$
$h(1)=δ^s+1=0$ or $1$, since $\delta \in \mathbb{F}_{2^2}$ means that $\delta$ is either $0$ or $1$.
Therefore $h$ is a permutation and the corallary is true for my example. Is that ok what i did? I think it is maybe wrong, since it is only true for all $s$ modulo 3 and not for any positive integer... I appreciate any help!! Also if u have a better example! Thank you very much!!
A small example I might use is the following. Let $q=2$, $n=4$, $k=2$. Then we can use $s=5$ and $\delta=0$. In this case $$ h(x)=(x^4-x)^5+x=(x^4-x)(x^4-x)^4+x=(x^4+x)(x^{16}+x^4)+x. $$ For all $x\in F=\Bbb{F}_{16}$ we have $x^{16}=x$, so this simplifies to $$ h(x)=(x^4+x)^2+x=x^8+x^2+x. $$ This is, indeed, a permutation of $F$. A quick way of seeing this without the theorem is to realize that $h$ is a so called linearized polynomial (only terms of degree the power of the characteristic occur). Thus the mapping is linear over the prime field $\Bbb{F}_2$. $F$ being finite dimensional $h$ is a permutation iff its kernel is trivial. This is quickly established by observing that the conventional associate (see e.g. Lidl & Niederreiter) of $h$ is $\tau^3+\tau+1$ which is coprime to the conventional associate $\tau^4+1$ of $x^{16}+x$. Thus the kernels of $h(x)$ and $x^{16}+x$ (in an algebraic closure of $F$) intersect trivially, which is what we needed here.