A derangement of a set $A$ is a bijection from $A$ to itself with no fixed points. Is it the case that every infinite set has a derangement?
Asked
Active
Viewed 556 times
5
-
1If the set is finite, any cycle is a derangement. Approximately $1/e$ of all permutations is a derangement. – lhf Nov 06 '14 at 00:02
-
1And if $A$ is infinite, I suspect this is equivalent to the set having a well ordering, which is equivalent to the axiom of choice. – Simon S Nov 06 '14 at 00:04
-
If the set is countable, fix an enumeration of it and swap pairs of adjacent elements, as in $2n-1\leftrightarrow 2n$. – lhf Nov 06 '14 at 00:08
-
^ right ... also equivalent to Zorn's Lemma. – Simon S Nov 06 '14 at 00:23
-
Sets of cardinality $1$ have no derangements. All other finite sets, including the empty set, have at least one derangement. – Michael Hardy Nov 06 '14 at 00:52
-
@lfh: Cycles of length $1$ are not derangements. – Michael Hardy Nov 06 '14 at 00:54
2 Answers
2
If $A$ is infinite, then it is in bijection with $\lbrace 0,1\rbrace\times A$. Swapping $0$ with $1$ is a derangement of $\lbrace 0,1\rbrace\times A$, and hence, using the mentioned bijection, a derangement of $A$.

Olivier Bégassat
- 20,248
0
Assuming all the elements are different, the bijections of a set of size $n$ are equivalent to permutations: label the elements $1,2,\ldots,n$. So there are as many derangements for a set of size $n$ as there are for the numbers $1,2\ldots,n$

Alex R.
- 32,771
-
Obviously it's true for the finite case. I'm mainly asking about the infinite case. – Nishant Nov 06 '14 at 00:09
-
-