Example 5. Finite Cycles
On a finite domain, iteration is described by cycles.
Problem. A permutation \(f\) is given on a set of \(10\) elements, and \(f^3(x)=x\) for all \(x\). Prove that it cannot have no fixed points.
Solution.The cycles of the permutation have lengths dividing \(3\), so they have length \(1\) or \(3\). If there are no fixed points, all cycles have length \(3\). Then the number of elements must be divisible by \(3\), but \(10\) is not divisible by \(3\). Contradiction.
Comment. This reasoning appears often in olympiad combinatorics and algebra.