I'm reading through an abstract algebra textbook, and one of the exercises is as follows:
Prove that every permutation in $S_n$ is the product of disjoint cycles.
I tried to figure it out on my own, but I got stuck on the special case in which a permutation is a single cycle (e.g. $(1 2 3)$ in $S_3$), since it cannot be disjoint with any other cycle in that permutation group, and you need two elements to perform multiplication. I thought maybe it would be disjoint from the empty set, but then multiplication is not well defined.
I ended up finding a proof here, but it doesn't seem to consider the special case. I also tried looking this question up online, but I can't find any examples of it being asked before. The closest thing I can find is this wiki page, which just says that a cycle is a permutation.
So, my question is as follows: Is a permutation composed of one cycle a product of disjoint cycles even if there is no multiplication? If so, how?