Hey I want to check my solutions for this exercise:
Let $K$ be a field with $Char(K) = p > 0$ and let $L/K$ be an extension whose degree $[L : K] = n$ cannot be divided by $p$. Show that $L/K$ is separable.
So my idea was: Let $f$ be a irreducible polynomial in $L$
We have for $f(x):=x^n+a_{n-1}x^{n-1}+\dots+a_{0}$
$f'(x)=nx^{n-1}+(n-1)a_{n-1}x^{n-2}+\dots+a_{1}$
Since $p$ cannot divide $n$, $f'\neq 0$ and therefore the field extension is separable.
I think that I have made some mistakes.
Can someone check my solution?
You're close. One mistake is that you supposed that the degree of $f$ is equal to $n$, which may not be. What is for sure, is that the degree $m$ of $f$ divides $n$. Without loss of generality, we can suppose $m > 1$.
Then you can apply your argument as if $p$ would divide $m$, it would also divide $n$.