Let $p$ be a prime. Try to show that $[\mathbb F_p (t): \mathbb F_p(t^p)] = p$.
I tried to search for relevant hints and come across with these posts.
Example for non separable elements?
Non-separable, infinite field extensions of non-zero characteristic
I am not sure why the minimal polynomial is $X^p - t^p = (X - t)^p$ and how minimal polynomial helps here.
I know that $\mathbb Z_p$ has characteristic $p$, which gives us for all $a, b \in \mathbb{F}_p$: $$(a + b)^p = a^p + b^p$$
But isn't $t$ here a formal variable?
Also, I know a similar theorem which states that if $p(x)$ is the minimal polynpmial of $\alpha$ over $F$, we have $[F(\alpha) : F] = \deg(p)$.
But the $\mathbb F_p (t)$ and $\mathbb F_p(t^p)$ does not quite fit the above theorem.
Theorem:
Let $F$ be a field and let $F(t)$ be the function field in one indeterminate $t$. Let $f\in F(t)$ be a non-constant rational function. Let $f(t)=\frac{p(t)}{q(t)}$ for polynomials $p,q$ in $F[t]$ such that $\gcd(p,q)=1$. Then we have the following $$[F(t):F(f)]=\max{\deg(p),\deg(q)}$$
– ShBh Apr 03 '21 at 14:37