I want to show the identity
$$ \sum_{i=n}^{N} \sum_{m=i}^{N} (-1)^{m-i} \binom{m}{i} x_m= \sum_{i=n}^{N} (-1)^{i-n} \binom{i-1}{n-1} x_i, $$
where $x_1, \ldots, x_n \in \mathbb{R}$.
By first changing the indices and then changing the order of summation, I got $$ \sum_{i=n}^{N} \sum_{m=i}^{N} (-1)^{m-i} \binom{m}{i} x_m= \sum_{m=1}^{N-n+1}x_m \sum_{i=1}^{m} (-1)^{m-i} \binom{m+n-1}{i+n-1}. $$ At this point I thought applying the Binomial theorem for $(1-1)^m$ could be useful, but I am not sure how to simplify the second sum.