Let $S_{\mathbb{N^*}}$ be the set of all permutations of $\mathbb{N^*}$. Show that $S_{\mathbb{N^*}}$ isn't countable.
Let $f : \mathbb{N^*} \mapsto S_{\mathbb{N^*}}$ be a bijection. I introduced $$ \sigma(k) = \begin{cases} \min \{ l \mid l\neq f(k)(k) \text{ et } l \neq \sigma(i) \, \forall i \in [1,k-1] \} ,&\text{if }k>1\\ \min \{ l \mid l\neq f(k)(k) \} &\text{if }k=1\\ \end{cases} $$ It's clear that $\sigma$ is injective, but I don't know how to show that it's surjective. Do you have any hint?