records is Sterlingian
Tags: #theorem
Statement
The number of records of a permutation is equidistributed to the number of cycles. In other words, records is Sterlingian.
Proof
We shall construct a bijection between
Take some
- in each cycle, the first element is the maximal element of the cycle
- the cycles are arranged such that the first elements are in increasing order
For example,
Then, our map is just converting this to a 1-line notation by removing all the parenthesis.
We note that the records of this permutation is the first element of each cycle.
Now to construct the inverse:
- At the start, add
- Every time we have a record, insert
before it - Add a
at the end

These two maps are evidently inverses of each other.