Problem: Let $p$ be a polynomial and suppose that $$ \int_{C_1(0)} p(z) \overline{z}^k dz = 0, \qquad k=0, 1, 2, \ldots $$ Prove that $p \equiv 0$. (Here $C_1(0)$ denotes the unit circle centered at origin).
My attempt: I parametrize the unit circle as $z(t) = e^{it}$. Then we have that $$ \int_0^{2 \pi} p(e^{it}) e^{-ikt} i e^{it} dt = i \int_0^{2 \pi} p(e^{it}) e^{i (1-k) t} dt = 0 $$ for all $k > 0$. I let $p(z) = a_n z^n + a_{n-1} z^{n-1} + \ldots + a_1 z + a_0$. I want to show that all the coefficients are zero. With this notation I have $$ i \int_{0}^{2 \pi} ( a_n e^{int} + a_{n-1} e^{(n-1)it} + \ldots + a_1 e^{it} + a_0) e^{i(1-k) t} dt =0. $$ I'm not sure how to show that it follows from this that all coefficients are zero. I think I need to use Cauchy's theorem somehow. Maybe I need to pick a specific $k$?
For $k=2$, we have \begin{align*} \int_{0}^{2\pi}p(e^{it})e^{-it}dt&=0\\ \sum_{l=0}^{n}\int_{0}^{2\pi}a_{l}e^{i(l-1)t}dt&=0\\ 2\pi a_{1}&=0\\ a_{1}&=0, \end{align*} can you proceed for other coefficients?