Problem: Let $f$ be an irreducible polynomial in $F[x]$. Prove that $f$ has no multiple root in any field extension of $F$ unless the derivative $f'(x)$ is the zero polynomial.
My work so far: I'm assuming that $f'(x)=0$ and I want to should that $f$ has a multiple root. I know that if $f$ has a multiple root $\alpha$, then $\alpha$ is a common root of $f$ and $f'$. In general, for $f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots +a_0, f'(x)=na_nx^n{n-1}+\cdots +a_1$ and $deg{f}\geq def{f'}$.
If $f$ has a multiple root, then there is a factor $(x-\alpha)^k$ s.t. $k\leq n$ and $(x-\alpha)|f$ and $(x-\alpha)|f'$. I know I want to do something s.t. I can say $deg{f}\leq deg{f'}$ to get their degrees to be equal. In the textbook I'm using (Algebra by Artin, pg 458), it says "Since it is irreducible, $f$ will have a nonconstant factor in common with another polynomial $g$ only if $f|g$." I'm struggling to wrap my mind around how I can see $f|g$. In general, $a|b$ and $a|c$ doesn't imply $b|c$.
Thanks in advance!