everyone
I have this problem
If a and b are integers, we say that $b$ divides $a$, and we write $b | a$ , if there is an integer c such that $a = bc$. Consider the polynomial f given by: $$f (t) = t ^ {n} + a_ {n-1} t ^ {n-1} + ... + a_ {0}$$ where the coefficients $a_ {n-1}, ..., a_ {0}$ are integers. Prove that if an integer a is a root of f, then a divides $a_ {0}$
I do this:
If a is a root and $a_ {0}=0$ the proof is immediate because $a_ {0}=c$*a* then c=0, now if a is a root I can say that $$f (t) = (x-a)q$$ with q a polynomial with low degree that f, if I do the multiplication of $(x-a)q = (x-a)(q ^ {n-1} +q_ {n-2} q ^ {n-2} + ... + q_ {0})$ at the last term $(x-a)(q_ {0})=xq_ {0}-aq_ {0}$ where
$-aq_ {0}=a_{0}$ $\Rightarrow{}$ $c=q_ {0}$ because $-ac=a_{0}$
I understand the idea, but my proof isn't formal
Any idea??
Thanks for your help.
that ac=-a0 and c is the term in parentheses and c obviously is interger
Thank you very much :D Nice day
– user63192 Mar 07 '13 at 23:43