Continuing my work through Abstract Algebra by Dummit and Foote, I'm stuck on what is probably a very easy proposition:
Let $\Delta$ and $\Omega$ be nonempty sets. The symmetric groups $S_\Delta$ and $S_\Omega$ are isomorphic if $|\Delta| = |\Omega|$
The proof is outlined in the text, then exercise 1.6.10 asks the reader to "fill in the details" by:
Let $\theta : \Delta \rightarrow \Omega$ be a bijection.
Define $\varphi : S_\Delta \rightarrow S_\Omega$ by $\varphi(\sigma) = \theta \circ \sigma \circ \theta ^{-1}$ for all $\sigma \in S_\Delta$
(a) $\varphi$ is well-defined, that is, if $\sigma$ is a permutation of $\Delta$ then $\theta \circ \sigma \circ \theta ^{-1}$ is a permutation of $\Omega$.
I thought I knew what "well-defined" meant ($x = y \rightarrow f(x) = f(y)$ ), but this doesn't seem anything like that. My best guess at how to prove this is: $\theta ^{-1}$ is a bijection from $\Omega$ to $\Delta$, then $\sigma$ is a bijection from $\Delta$ to itself, then $\theta$ is a bijection from $\Delta$ to $\Omega$. Is that correct?
Thanks. I think I can get the rest*, but I'll add to this question if need be.
* (b) $\varphi$ is a bijection from $S_\Delta$ onto $S_\Omega$. [Find a two-sided inverse for $\varphi$], and
(c) $\varphi$ is a homomorphism, that is $\varphi(\sigma \circ \tau) = \varphi(\sigma) \circ \varphi(\tau)$
Added for (b), I used $\varphi ^{-1}(y) = \theta ^{-1} \circ y \circ \theta$ for $y \in S_\Omega$.
I showed that this is indeed an inverse since:
$\varphi^{-1}(\varphi(\sigma)) = \theta^{-1} \circ (\theta \circ \sigma \circ \theta^{-1}) \circ \theta = \sigma$, and likewise for the reverse composition.
And (c) was simply a matter of writing an equality using the definitions of the expressions on each side.