So I'm trying to get into Symmetric Groups in my Discrete Mathematics course and I have a problem that I need some help on.
I have a permutation $\alpha = (178)(2593)(46)$ and its inverse $\alpha^{-1} = (187)(2395)(46)$. I'm supposed to find a function $\beta$ so that $\alpha^{-1} = \beta*\alpha*\beta^{-1}$.
I have the solution (or one possible, anyway) and its $\beta = (35)(78)$ but I want to understand how they came to that conclusion.
What's the go-to-algorithm/approach when faced with similar problems?
Hope this helps visualizing: you should think about conjugation of permutation $\beta \alpha \beta^{-1}$ as "renaming" the numbers in $\alpha$ according to $\beta$. In your example: Take the permutation $(178)(2593)(46)$ and switch $3$ with $5$ and $7$ with $8$. The result is $(187)(2395)(46)$. That means conjugation always leaves the "structure" of the permutation the same (i.e. the cycle-lengths), but only changes which numbers are which.