5

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?

ViHdzP
  • 4,582
  • 2
  • 18
  • 44
Nishant
  • 9,155

2 Answers2

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$.

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