I'm working on a proof (the proof of Lagrange's Identity), but it includes a sum notation I'm not familiar with:
$$\sum_{1\le k\lt j\le n} (a_kb_j-a_jb_k)^2$$
I would appreciate any explanations of what this is saying, specifically in regards to the inequalities below the sigma. Thanks!
The notation is indeed confusing. It should be $$\sum_{\substack{k,j \\1\leq k<j\leq n}}$$ i.e., summing over $k$ and $j$ with the condition given below.