I encounter this problem when proving that $\Bbb R[[X]] := (\Bbb R^\Bbb N,+,\cdot)$ is actually a formal power series ring over $\Bbb R$.
Let $(p_n \mid n \in \Bbb N), (q_n \mid n \in \Bbb N), (r_n \mid n \in \Bbb N)$ be sequences in $\Bbb R$. Prove that $$\sum_{j=0}^n \sum_{k=0}^j p_k q_{j-k} r_{n-j} = \sum_{k=0}^n \sum_{j=k}^n p_k q_{j-k} r_{n-j}$$
I have tried to manipulate the indices $j,k,n$ but to no avail. Please leave me some hints. Thank you so much!