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!