A (probably simple) question I encountered but I don't know how to approach:
Let $K$ be a field of prime characteristic $p>0$. Show every $f(x) \in K[x]$ can be represented as $g(x^{p^e})$ for some $e \ge 0$ and $g \in K[x]$ with $g'(x) \neq 0$.
I saw a related post but it has different starting point.
Note that you need $f$ non-constant, otherwise this is just not true.
Now, first note, if $f'(x)\neq 0$ then set $e=0$ and $f=g$ and you are done.
Second, if $f'(x)= 0$, then writing $f(x)= \sum_{i=0}^n a_i x^i $, you have $f'(x)=\sum_{i=1}^ ia_i x^{i-1}$. So that $ia_i = 0$ for all $i=0, \dots, n$ and thus $a_i=0$ for all $i$ with $p \nmid 0$. Note that for this to happen, for a non-constant $f$, the degree of $f$ is at least $p$.
Thus $$f(x)= \sum_{i=0}^n a_i x^i = \sum_{i=0}^{\lfloor n/p \rfloor} a_{pj} x^{pj}.$$
Set $g_1(x) = \sum_{i=0}^{\lfloor n/p \rfloor} a_{pj} x^{j}$.
Note that $g_1$ is non-constant and the degree of $g$ is at most $(\deg f)/p$.
If $g_1(x)' \neq 0$ you are done with $g= g_1$ and $e=1$. If $g_1(x)'=0$ repeat the process with $g_1$ instead of $f$. This stops at some point as the degree decreases.
If you want to me more formal, you can prove it by induction on the degree of $f$.