I am studying the book "Galois' Dream: Group Theory and Differential Equations" by Michio Kuga.
I have some trouble in proving the Lemma 18.3:
Let $\alpha_1, \ldots, \alpha_n$ be complex numbers such that $\alpha_t - \alpha_s$ is not an integer for $t \neq s$. Then for every positive integer $n$, the following $(N+1)n$ sequences are linearly independent over $\mathbb{C}$:
$$ \{m^ke^{2\pi i \alpha_j m}\}_{m=1}^\infty, $$ where $j = 1, \ldots, n$ and $k = 0, \ldots, N$. In other words, if the equation $$ \sum_{j=1}^n\sum_{k=0}^NC_{j,k} m^ke^{2\pi i \alpha_j m} = 0 $$ ($m = 1,2,\ldots$) holds for complex numbers $C_{j,k}$, then $C_{j,k} = 0$ for all $j = 1, \ldots, n$ and $k = 0, \ldots, N$.
Here is my process of thought:
First, to have a simpler notation, let $\beta_j := e^{2\pi i \alpha_j} \neq 0 $. Then, consider the linear dependence relation:
$$ \sum_{j=1}^n\sum_{k=0}^NC_{j,k} m^k \beta_j^m = 0, \hspace{10pt} m = 1, 2, \ldots $$
But I couldn't figure out how should I proceed next. I tried to do induction on one of the indicies, eg. on $j$ as: For $j = 1$ the relation becomes $$ \sum_{k = 0} ^N C_{0,k}m^k \beta_0^m = 0 $$
But even here, I couldn't conclude that all $C_{0,k}$s are zero. Since this $C$ has two indicies, I am not sure if finding all $C_{0,k}$s zero would imply that all $C_{j,k}$s are zero. So I am stuck. The book says this proof was easy, but I couldn't catch that "easy". I will appreciate any help. Thank you in advance.