In the middle of a physics calculation I have encountered a sum of the form:
$$\sum_{j=1}^n\bigg(\sum_{l=1\\ l\neq j}^n\dfrac{1}{x_j-x_l}\bigg)^2$$
The way the book proceeds implies that the sum of the terms which involve a product of two different fractions must vanish, that is, the following equality should hold:
$$\sum_{j=1}^n\sum_{l=1\\ l\neq j}^n\sum_{k=1\\ k\neq l,j}^n\bigg(\dfrac{1}{x_j-x_l}\cdot\dfrac{1}{x_j-x_k}\bigg)=0$$
Is there a way to prove this for arbitrary $n$? I tried doing it manually for $n=3$ and it vanishes indeed, but it is not trivial. I'm curious, any advice?
$$\sum_{j,k,l=1\ j\neq k\neq l}^n\dfrac{1}{x_j-x_k}\dfrac{1}{x_j-x_l}$$
and this sum could be decomposed as the sum over permutations of triplets {j,k,l} where all indices are different?
– Wild Feather May 08 '23 at 12:52