At 11:15 of this video, Michael Penn takes this sum,
$$ \sum_{i=1}^{n} \sum_{j=1}^{i} \frac{1}{ \alpha_j \alpha_{i-j} }$$
And splits into three sums,
$j=i-j$ , $ j<i-j$ and $j>i-j$
but I don't understand, what's the intuition behind this? Like, what exactly is the procedure behind putting constraints on indexs to split the sums into sub sums?
Looking for explanations based on using a concrete example how inserting restriction on it helps us make subsums?