Let $\sum\limits_{n=0}^\infty a_n$ be an absolutely convergent series in $\mathbb{R}^n$ over the Eucledian norm, and $\sigma:\mathbb{N}_0\to \mathbb{N}_0$ (where $\mathbb{N}_0=\mathbb{N}\cup \{0\})$ be a permutation. Prove that $\sum\limits_{n=0}^\infty a_n=\sum\limits_{n=0}^\infty a_{\sigma(n)}$.
Proof:
We know that $\sum\limits_{n=0}^\infty a_{\sigma(n)}$ also converges absolutely. Consider a partial sum $S_N:=\sum\limits_{n=0}^N (a_n-a_{\sigma(n)})$. There exist $j_1, i_1 \in\mathbb{N}$ such that $j_1 \ge N$ and $j_1 \ge i_1$ and $S_{j_1}=\sum\limits_{n=0}^{j_1} (a_n-a_{\sigma(n)})=\underbrace{(a_1-a_{\sigma(i_1)})}_\text{=0}+...+...$ (after rearranging the terms). Similarly, there exist $j_2, i_2\in\mathbb{N}$ such that $j_2 \ge j_1$, $j_2\ge i_2$, and $S_{j_1}=\sum\limits_{n=0}^{j_1} (a_n-a_{\sigma(n)})=\underbrace{(a_1-a_{\sigma(i_1)})+(a_2-a_{\sigma(i_2)})}_\text{=0}+...+...$ Continuing in this fashion, we can conclude that there exist $j_M,i_M\in\mathbb{N}$ such that $j_M \ge j_{M-1}$ and $i_M\le j_M$, so that $S_{j_M}=\sum\limits_{n=0}^{j_M} (a_n-a_{\sigma(n)})=\underbrace{(a_1-a_{\sigma(i_1)})+...+ (a_M-a_{\sigma(i_M)})}_\text{=0} +...$
Hence, $\lim\limits_{M\to\infty} S_{j_M} = 0$.
Do you think this is rigorous enough? Also, I think that we don't need absolute convergence for this proof, do we?