1
$\begingroup$

I came across the following strategy that is supposed to help finding subgroups of $S_n$ (the symmetric group of degree $n$.)

  • Let $A$ be any subset of $S = \{1, ..., n \}$.
  • Let $G$ be the subset of the symmetric group $S_n$ that consists of all permutations that map each element of $A$ to another element of $A$.
  • It can be shown that $G$ is a subgroup of $S_n$.

I went through the proof that $G$ is indeed a subgroup of $S_n$, and I get the technicalities of it. However I can't really picture in my head what is actually happening.

Can someone explain more intuitively why it makes sense to use a subset of $S = \{1, ..., n \}$ as a vehicle to find subgroups of $S_n$? I worked it out on paper for $S_3$ and of course it works, but I just can't get the intuition of why this makes sense.

$\endgroup$

1 Answer 1

3
$\begingroup$

In general, let $X$ be a set and $Y \subseteq X$. For a given bijection $u$ on $X \setminus Y$, any bijection $\alpha$ on $Y$ can be extended to a bijection $f_u(\alpha)$ on $X$ by:

\begin{alignat}{1} &f_u(\alpha)_{|Y}:=\alpha \\ &f_u(\alpha)_{|X \setminus Y}:=u \\ \tag 1 \end{alignat}

Note that $f_u(\alpha)=f_u(\beta) \Rightarrow f_u(\alpha)_{|Y}=f_u(\beta)_{|Y} \Rightarrow \alpha=\beta$, so that $f_u$ is injective for all $u \in \operatorname{Sym}(X \setminus Y)$. Moreover,

$$f_u(\alpha\beta)=f_u(\alpha)f_u(\beta) \iff u=\iota_{X \setminus Y} \tag 2$$

($\iota_B$ is the identical map on the set $B$: $\iota_B(b)=b$ for every $b \in B$.) Therefore, if we take $u=\iota_{X \setminus Y}$, we have $f_u : {\rm{Sym}}(Y) \hookrightarrow {\rm{Sym}}(X)$. Now, take $X$ your $S$ (and then $\operatorname{Sym}(X)=S_n$) and $Y$ your $A\subseteq S$, and you're done.

More straightforwardly (but driven by what above, actually), consider the set of all the permutations of $S_n$ which fix the elements of $S\setminus A$. This is a finite subset of $S_n$ closed under composition, and thence it is a subgroup of $S_n$.

$\endgroup$
4
  • $\begingroup$ "fix the elements" means that map the elements to itself? $\endgroup$
    – BMBM
    Commented Apr 25, 2020 at 15:13
  • $\begingroup$ @Max, yes, right. $\endgroup$
    – user750041
    Commented Apr 25, 2020 at 15:17
  • $\begingroup$ Thank you for your explanation, but I'm still not sure I can follow. Let $S = \{ 1, 2, 3, 4, 5 \}$. Let $A = \{ 4, 5 \}$. Consider all permutations of $S_n$ which fix the elements $S \setminus A = \{1, 2, 3 \}$. These permutations are $\{e, (4 \, 5) \}$. But in an example from the book they use the strategy to find a subgroup of order $12$, which also includes permutations like $( 1 \, 2 \, 3)$ $\endgroup$
    – BMBM
    Commented Apr 25, 2020 at 15:26
  • $\begingroup$ Yes, indeed I have been too restrictive: more generally, $G_A:=\{\sigma \in S_n\mid \sigma(A)\subseteq A\} \le S_n$, because it is closed under composition. $\endgroup$
    – user750041
    Commented Apr 25, 2020 at 16:51

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .