Can you change the order of summation like this and play around? If no, then what does it change?
$$ \displaystyle\sum\limits_{i=a}^{b} \sum\limits_{j=p}^{q} f(i) g(j) =\sum\limits_{j=p}^{q} \sum\limits_{i=a}^{b} f(i) g(j)=\sum\limits_{i=a}^{b} f(i) \sum\limits_{j=p}^{q} g(j)$$
I'm guessing yes, but just to be safe, I'm asking the question.
And can I do the same with,
$$ \displaystyle\sum\limits_{i=a}^{b} \sum\limits_{j=p}^{q} f(i,j)$$
Note that (1), (2) and (3) are the same since we can go from one to the other by applying a finite number of times the laws of associativity, commutativity of addition and multiplication as well as the law of distributivity.
Analogously we can apply these laws to the more general double sum $\sum_{i=a}^{b} \sum_{j=p}^{q} f(i,j)$.