hmm... I can't do it for a field in general but I can do it for the comlex numbers by induction.
I will prove that given a finite set [tex]d_1, d_2, ...,d_n[/tex] of non-zero complex numbers and [tex]\epsilon>0[/tex] then there exists a positive integer r such that [tex]|Arg(d_i^r)| <\epsilon[/tex]
Base case
Start with [tex]d_1 \ne 0[/tex] and [tex]\epsilon>0[/tex]. Then take N>0 such that [tex]2\pi/N < \epsilon[/tex]. Let [tex]c_r = Arg(d_1^r)[/tex]. So there exists an i,j such that [tex]1 \le i < j \le N[/tex] and [tex]dist(c_i, c_j) < \epsilon[/tex] (note that the distance function I am using is distance between angles on the unit circle so [tex]dist(3\pi /4, -3\pi /4) = \pi/2[/tex]) This is easy to see since there are N angles that can be reordered such that [tex]c_{\sigma (1)}\le c_{\sigma(2)}\le ...\le c_{\sigma(N)}[/tex] so [tex]dist(c_{\sigma (1)}, c_{\sigma(2)}) + dist(c_{\sigma (2)}, c_{\sigma(3)}) + \ldots + dist(c_{\sigma (N-1)}, c_{\sigma(N)})+ dist (c_{\sigma (N)}, c_{\sigma(1)}) \le 2\pi[/tex] so since dist is positive there exists [tex]dist(c_{\sigma(k)}, c_{\sigma(k+1)}) \le 2\pi/N < \epsilon[/tex].
So since [tex]dist(c_i, c_j) <\epsilon[/tex] then [tex]dist(c_{i-1}, c_{j-1}) <\epsilon[/tex] then [tex]dist(c_{1}, c_{j-i+1}) < \epsilon[/tex] then [tex]dist(0, c_{j-i}) < \epsilon[/tex]. So [tex]r=j-i[/tex].
Inductive step is straight forward. Given [tex]d_1,\ldots, d_{n+1} \ne 0[/tex] and [tex]\epsilon >0[/tex], [tex]1/N < \epsilon[/tex] take r' such that [tex]|Arg(d_i^{r'})| < \epsilon/N[/tex] for [tex]1 \le i \le n[/tex]. Then as in BaseCase there exists an r, [tex]1\le r\le N[/tex] such that [tex]|Arg( (d_{n+1}^{r'})^r)| < \epsilon[/tex] and ofcourse [tex]|Arg(d_i^{r'\cdot r})| < r\cdot\epsilon/N <\epsilon[/tex]
So with the above in mind and given a finite set of complex numbers none equal to zero. Take r [tex]|Arg(d_i^r)| < \pi/2[/tex]. So [tex]Re(d_i^r) >0[/tex] so [tex]Re(\sum d_i^r) >0[/tex]. Which contradicts [tex]\sum d_i^r =0[/tex]. There fore if [tex]\sum d_i^r =0[/tex] for all r then [tex]d_1=d_2=\ldots =d_n=0[/tex]
I am curious about how to do this for a general field though. Sorry about jumping the gun posting my question but I really happen to like that question since it doesn't necessarily use the math you expect it would.