I'm confused about expanding the multivariate summation notations. It seems that following three equations are identical. However, I do not understand how these summation become equivalent statements.
It will be helpful if any of you can provide comments or simple expansion with N = 2 in order to follow below statements.
1) $ \sum_{i\neq j}^{N} a_i a_j$
2) $ \sum_{} \sum_{i\lt j}^{N} a_i a_j$
3) $ \sum_{1\le i\lt j \le N}^{N} a_i a_j$
Thank you