2

Possible Duplicate:
Number of permutations where n ≠ position n

There are $N!$ permutations of the set $\{1,2,\ldots,N\}$

How many of them have zero identity elements?

An identity element is an element that has a value equal to its position. ie When for some $i$, the ith element equals $i$.

For example, $(2,3,4,1)$ has no identity elements, whereas $(2,1,3,4)$ has two identity elements.

1 Answers1

4

The usual terminology would be "fixed points" or "1-cycles" instead of "identity elements".

A permutation with no fixed points is called a derangement. The Wikipedia article on derangements gives quite a bit of information about counting them.

Jim Belk
  • 49,278