Let h be a non-negative integer and f: $F_{q^k}$->$F_{q^{k+h}}$ be a q-linear embedding. Then $a_tf(x^{q^t})+a_{t-1}f(x^{q^{t-1}})+...+a_0f(x)$ is a q-linear mapping from $F_{q^k}$ to $F_{q^{k+h}}$.
Questions:
- What is q-linear embedding? I know in the field extension, embedding a field A to B means extend A by adjoining elements to B?
- How to understand the q-linear mapping?
The elements here seem to be:
A mapping of the form $$x\mapsto \sum_{i=0}^ta_i f(x^{q^i})$$ is thus $\Bbb{F}_q$-linear as a sum of such.
As a smallest example consider the case $q=2$, $k=2$, $h=1$. The domain is the field $\Bbb{F}_4$ that is a vector space over $\Bbb{F}_2$ with basis $\{1,\alpha\}$, where $\alpha$ satisfies the equation $\alpha^2=\alpha+1$ (which pretty much defines the multiplication in $\Bbb{F}_4$). The codomain is the field $\Bbb{F}_8$ which we can think of as a 3-dimensional vector space over $\Bbb{F}_2$ with a basis $\{1,\beta,\beta^2\}$, with the multiplication determined by $\beta^3=\beta+1$.
In this toy example we can use (for example) $$f:\Bbb{F}_4\to\Bbb{F}_8, a_0+a_1\alpha\mapsto a_0+a_1\beta^2$$ as an $\Bbb{F}_2$-linear "embedding". After all, this obviously has a trivial kernel, so it is an embedding of vector spaces. The linear transformations your source seems to be describing are sums of mappings like $$ x\mapsto \beta f(x^2). $$ With the chosen $f$ we would get $$ \begin{aligned} a_0+a_1\alpha&\mapsto \beta f(a_0+a_1\alpha^2)\\ &=\beta f(a_0+a_1(1+\alpha))\\ &=\beta f([a_0+a_1]+a_1\alpha)\\ &=\beta([a_0+a_1]f(1)+a_1 f(\alpha))\\ &=\beta(a_0+a_1)+\beta^3a_1\\ &=\beta(a_0+a_1)+(1+\beta)a_1\\ &=a_1+a_0\beta, \end{aligned} $$ making it plain that this mapping is $\Bbb{F}_2$-linear.