I'm learning this stuff for the first time so please bear with me. I'm given $\alpha=\sqrt{3}+\sqrt{2}i$ and asked to find the minimal polynomial in $\mathbb{Q}[x]$ which has $\alpha$ as a root. I'm ok with this part, quite sure I can find such a polynomial like so:
$\alpha = \sqrt{3}+\sqrt{2}i$
$\iff \alpha - \sqrt{3} = \sqrt{2}i$
squaring both sides,
$\iff \alpha^2 -2\sqrt{3}\alpha + 3 = -2$
$\iff \alpha^2+5 = 2\sqrt{3}\alpha$
again squaring both sides,
$\iff \alpha^4+10\alpha^2+25 = 12\alpha^2$
$\iff \alpha^4-2\alpha^2+25 = 0$
Therefore $f(x)=x^4-2x^2+25$ should have $f(\alpha)=0$.
My question is how can I be sure this polynomial is minimal, i.e., can I be sure there isn't some lower degree polynomial out there with $\alpha$ as a root?