I have the following exercise with permutations:
Determine all the permutations $\sigma \in S_6$ which commute with $\alpha = (1 \ 2 \ 3)(4 \ 5 \ 6)$.
And the solution looks like this: $σα = ασ ⇐⇒ σασ^{-1} = α ⇐⇒ (σ(1), σ(2), σ(3))(σ(4), σ(5), σ(6)) = (1, 2, 3)(4, 5, 6) ⇐⇒ \{(σ(1), σ(2), σ(3)), \ (σ(4), σ(5), σ(6))\} = \{(1, 2, 3), \ (4, 5, 6)\}$.
But having this information, how do I determine the proper permutations? Sorry, I'm a begginer with these.