I have the following question :
Find sub group of $S_{10}$ that is isomorphic to $\mathbb{Z}_2 \oplus \mathbb{Z}_2$
What I did: I took a sub group that contains only $4$ elements and it has to be a disjoint so it would keep that property so I thought to take the following sub group (12),(34),(56),(78) and just define that $$f(12)=(0,0)$$ $$f(34)=(1,0)$$ $$f(56)=(0,1)$$ $$f(78)=(1,1)$$
I think that $f$ is isomorphic.
I wonder if my method is correct and if there's an easier to method (maybe using the first isomorphic theorem?) to solve such problems.
Thank you.