I was doing an exercise about algebraic geometry and, the final step is to prove that if the polynomial in $k[t]$ ($k$ a field) $\sum_{i=0}^na_i(1-t^2)^i(1+t^2)^{n-i}=0$ then, the coefficients $a_i$ must all be zero.
It's true for $n=0,1,2$, I tested it while trying to write a proof.
Let's assume that it's true for $n-1$. That is, if the polynomial of degree $n-1$ is zero, then all its coefficients are of degree zero.
One can construct the polynomial of degree $n$ like this: $p_{n-1}\cdot(1+t^2)+a_n(1+t^2)^n$.
If that is zero, then we can write $p_{n-1}\cdot(1+t^2)=-a_n(1+t^2)^n$.
Now the confusing part. I have to deduce that all coefficients are zero. If I put $t=0$, then $p_{n-1}=-a_n$. But $p_{n-1}$ was zero, so $a_n$ is zero, and therefore all of them are zero.
Is this correct? It's the final step of a problem and induction is not among my most effective proof tricks...