Let $A$ a set such that $|A|>1$. Iwant to prove that there exists a bijection $f:A\rightarrow A$ such that $f(x)\neq x$.
First, by AC, I can obtain a well order for $A$, and w.l.o.g I suppose that it has order type $\alpha$. So $A=\{x_\xi\}_{\xi<\alpha}$. Now, define the set $C_\xi=A\setminus\{x_\xi\}$. By transfinite recursion I can define the element $y_\xi=\min C_\xi\setminus\{y_\beta:\beta<\xi\}$.
Then, the function $f:A\rightarrow A$ such that $f(x_\xi)=y_\xi$ is the desire function.
Is it fine my approach?