I'm having some issues with proving that the following sum is $0$ for any value of $n \geq 2$:
$$ \sum_{j=1}^{n} \frac{1}{\prod_{i=1,i\neq j}^{n}(a_{j}-a_{i})} $$
where the $a_i$ are non-zero and positive. Just wondering if anyone had any pointers, the first few cases are easy to verify, i.e $n=2,3$.
So for $n=2$ the sum reads:
$$ \frac{1}{a_2 -a_1}+\frac{1}{a_1-a_2} = 0 $$
and for $n=3$ it would be $$ \frac{1}{(a_{3}-a_{1})(a_{2}-a_{1})}+\frac{1}{(a_1-a_2)(a_3-a_2)}+\frac{1}{(a_1-a_3)(a_2-a_3)} = 0, $$ it's just the general case I'm struggling to find an argument for. Thanks!
The degree of the polynomial
$$q(x)=\sum_{j=1}^n \prod_{\substack{i=1 \\ i \neq j}}^{n}\frac{x-a_i}{a_{j}-a_{i}}-1$$ is $n-1$ and the $a_j$ for $1 \le j \le n$ are $n$ roots. Therefore $q$ is the always vanishing polynomial and $q$ leading coefficient which is $$\sum_{j=1}^n \frac{1}{\prod_{\substack{i=1 \\ i \neq j}}^{n}(a_{j}-a_{i})}$$ is equal to zero.
Note: all this is closely related to Lagrange polynomials.