For a permutation $p : X \rightarrow X$, let $p_k$ denote the permutation arising by a $k$-fold composition of $p$, i.e. $p^1 = p$ and $p^k = p \circ p^{k−1}$ . Define a relation $\approx$ on the set $X$ as follows: $i \approx j$ if and only if there exists a $k \geq 1$ such that $p^k (i) = j$. Prove that $\approx$ is an equivalence relation on $X$, and that its classes are the cycles of $p$.
An equivalence relation is reflexive, transitive and symmetric.
Reflexivity
$\forall(i) \in X$ we must have $(i, i) \in \approx$ This is true by definition, as $p^1=p$, so we have for every $i,i \in X$ $p^1(i) = i$.
Symmetry $\forall (x,y) \in \approx$ we must have $(y,x) \in \approx$ This means whenever $p^k (i) = j$, then $p^k (j) = i$.
Transitivity ?
Several questions:
- is reflexivity correct?
- in my symmetry case, can $k$ be different for $(x,y)$ and $(y,x)$?
- how to handle transitivity? I can write out the definition, but not sure how to follow
Please give hints, not full solutions if possible.