I am currently studying the concept of convergence in distribution in probability theory.
We have the permutation $\tau : \{1,\dots,n\} \to \{1,\dots,n\}$. Let $\tau_n$ be a random permutation chosen uniformly random from all $n!$ possible permutations.
We let $X_n$ be the number of fixed points of $\tau_n$.
I want to show that $\lim_{n\to\infty} F_{X_n} = F_X$ where $X$ ~ $\text{Poi}(1)$.
I am given a hint that I can explain that it is enough to show that $P(X_n = j) \to \frac{1}{ej!}$ for any fixed $j$. After that I can use the fact that $P(X_n = 0) \to 1/e$ as $n \to \infty$ (I have already proven this stament) to estimate the number of permutations with exactly j fixed points.
The thing I cannot get my head around is the part where I need to explain that it is enough to show that $P(X_n = j) \to \frac{1}{ej!}$ for any fixed $j$. Can someone clarify this a little for me?
I started with writing out that
$F_{X_n} = P(X_n \leq j) = P(X_n = 0) + P(X_n = 1) + \dots + P(X_n = j)$
But everything I tried after that didn't really make things clearer for me..
Any ideas?
Thanks in advance!