Prove that on average, n-permutations have $H_n$ cycles, where $H_n=1+1/2+1/3+...+1/n$ without mathematical induction.
I think that on average, the number of cycles of length i (1≤i≤n) should be 1/i to prove but, I don't know how to show this. Some books proved this using an indicator function. Do I have to use that?
One can write down the disjoint cycle representation of every permutation in $S_n$ and then tally the total number of $k$-cycles seen. For every possible $k$-cycle $\sigma$ we can count the number $N(\sigma)$ of permutations which contain $\sigma$ in its cycle representation, and then sum over all such $\sigma$. The permutations of the set $\{1,\cdots,n\}$ with $\sigma$ in its cycle representation are in bijection with the permutations of $\sigma$'s fixed points, of which there are $(n-k)!$, and so $N(\sigma)$ doesn't actually depend on $\sigma$! So, compute the number of $k$-cycles $\sigma$ in $S_n$, multiply this by $(n-k)!$ and divide by $n!$ to get the average number of $k$-cycles.