Yesterday I was working through this simple proof of what is sometimes called Cauchy's theorem, that if a prime 𝑝 divides a group 𝐺's size, then 𝐺 has an element of order 𝑝.
The idea is to build a set 𝑆 of all 𝑝-tuples from elements of 𝐺 such that each element of 𝑆 multiplies out to 1, i.e.
𝑆:={(𝑔₁,𝑔₂,…,𝑔ₚ)|∏𝑔ᵢ=1}
and then count the number of elements of 𝑆 in the following way: gather together all elements of 𝑆 that are cyclically permuted, and notice that each such class contains exactly 1 or 𝑝 elements (and all cyclic permutations of an element of 𝑆 are also in 𝑆 because if 𝑎𝑏=1 then 𝑏𝑎=1).
The classes that contain a single element correspond to an element of order 𝑝 as desired, so to show that such a class exist, observe that there is at least one such class, namely the one of (1,1,…,1), and since #𝑆=(#𝐺)ᵖ⁻¹ (every component of an element of 𝑆 is free except the last one due to the defining equation that the product equals 1), then 𝑝|#𝑆.
Thus only way that S can be decomposed into many sets of either size 1 or 𝑝 is if there is more than one set of size 1, meaning, an element of order 𝑝 exists in 𝐺.