Prove that if $a +b\sqrt{c}$ is a root of a polynomial in $\mathbb{Z},$ then $a-b\sqrt{c}$ is also a root of a polynomial in $\mathbb{Z}$. a,b, and c are all integers and c is not a perfect square.
I tried to approach the question similarly to how I'd show the conjugate of a root of a polynomial is also a root of the polynomial, but the calculations aren't coming out cleanly, leading me to believe I'm missing something. Is there some trick or insight I'm missing to make this proof? Thanks.
Hint $ $ Conjugation $\rm\:x\mapsto \bar x\:$ is a ring hom so preserves $\rm\:\color{#c00}{sums\,\ \&\,\ products},\:$ and $\rm\:\color{#0a0}{fixes\ coeff's}\in\Bbb Q.\:$ Therefore, by induction, it preserves polynomial terms $\rm\ \overline{f(w)} = f(\overline w),\ \ f(x)\in\Bbb Q[x],\ $ since such polynomial terms are compositions of said basic operations. $ $ More explicitly
$\!\!\!\begin{eqnarray} \rm \overline{f(w)} &=&\rm\ \ \overline{a_n w^n +\,\cdots + a_1 w + a_0}\\ &=&\rm\,\ \overline{a_n w^n}\, +\,\cdots + \overline{a_1 w} + \overline a_0\quad by\ \ \ \color{#c00}{\overline{x+y}\, =\, \overline x + \overline y}\ \ \ \forall\ x,y \in R\\ &=&\rm\,\ \overline a_n\, \overline w^n+\,\cdots + \overline a_1\overline w + \overline a_0\quad by\ \ \ \color{#c00}{\overline{x\, *\, y}\, =\, \overline x\, *\, \overline y}\ \ \forall\ x,y \in R \\ &=&\rm\,\ a_n\, \overline w^n + \,\cdots + a_1 \overline w + a_0\quad by\ \ \ \color{#0a0}{\overline a = a}\ \ \ \forall\ a\in \Bbb Q\\ &=&\rm\ f(\overline w)\\ \rm So\,\ \ 0 = f(w)\, \ \Rightarrow\,\ 0 = \bar 0 = \overline{f(w)}& =&\ \rm f(\overline w)\quad {\bf QED} \end{eqnarray}$
Remark $\ $ The analogous polynomial preservation property holds true for any algebraic structure, i.e. since homomorphisms preserve the basic operations (including constants = $0$-ary operations), they also preserve the "polynomial" terms composed of these basic operations. Said equivalently, hom's commute with polynomials.