6

I am trying to prove this:

Let $\sigma$ be a non-identity element of $S_{n}$. If $n \geq 3$ show that $\exists \gamma \in S_{n}$ such that $\sigma\gamma \neq \gamma\sigma$.

Hint: Let $\sigma*k=1$ where $k \neq 1$. Let $m$ not be an element of $\{k,1\}$. Let $\gamma=(k,m)$

Here's the answer from the textbook:

Let $\sigma*k=1$ for some $k \neq 1$. Then as $m\geq 3$, choose an $m$ not an element of $\{k,1\}$. Now let $\gamma=(k,m)$. This gives $\gamma*\sigma*k=\gamma*(1)=1$ but $\sigma*\gamma*k=\sigma*m \neq 1$, since if $\sigma*m=1=\sigma*k$, then $m=k$, as $\sigma$ is one-to-one contrary to the assumption.

I guess I'm just not understanding the steps to their proof. Can anybody make sense of this to someone new to proofs? I mostly don't understand how $\sigma*\gamma*k=\sigma*m=1$

Jessie
  • 77
  • Also if anybody could tell me how to make the greek symbols appear so I can edit the question that would be great. – Jessie Aug 29 '14 at 18:53
  • By using $$$'s. – Troy Woo Aug 29 '14 at 18:55
  • 1
    @Jessie It is being edited for you. In the future, place any items you want to appear as math notation in between dollar signs. So $\text{$ \tau $}$ is what I would write in order to have $\tau$ appear. – layman Aug 29 '14 at 18:56
  • Ij you enclose $\LaTeX$ in $ signs, it will render. – Robert Lewis Aug 29 '14 at 18:59
  • 1
    In the future, here's a reference sheet for math notation on this site: MathJax – Alice Ryhl Aug 29 '14 at 19:34
  • It looks to me like somewhere it's been forgotten which things are permutations and which are numbers. – Jessica B Aug 29 '14 at 19:39
  • Simpler proof: if $m\neq n$ and both are not equal to $1$, then $(1;m)(1;n) \neq (1;n)(1;m)$, as can be verified by direct calculation. –  Aug 29 '14 at 20:04
  • 1
    Although this proves that $S_{n}$ is not abelian for $n\geq3$ we are actually proving something stronger - for $n\geq3$ $Z(S_{n})={e}$ – Belgi Aug 29 '14 at 20:17

4 Answers4

20

Here is the proof written out hopefully more clearly and with slightly more details.

Since $\sigma\neq \epsilon$, without loss of generality we may assume $\sigma(1)\neq 1$. Then there exists $k\neq 1$ with $\sigma(k)=1$. Choose $m\in\{1,\ldots,n\}\setminus\{1,k\}$, and set $\gamma=(k,m)$ (a transposition). Then $\gamma\circ \sigma(k)=\gamma(1)=1$. On the other hand, $\sigma\circ\gamma(k)=\sigma(m)$. As $\sigma$ is injective, $\sigma(k)=1$ and $m\neq k$, we know that $\sigma(m)\neq 1$. Hence $\gamma\circ\sigma\neq\sigma\circ\gamma$ (as these two maps take different values at $k$).

Jessica B
  • 1,667
4

I think this is easiest to understand if you use the fact that if $(a_1... a_k)$ is a cycle of $\sigma$ then $(\gamma a_1 ... \gamma a_k)$ is a cycle of $\gamma \sigma \gamma^{-1}$.

$\sigma$ being in the center of $S_n$ is equivalent to the statement that $\sigma = \gamma \sigma \gamma^{-1}$ for all $\gamma \in S_n$. So to show $\sigma \neq 1$ is not in the center of $S_n$, you just have to find some $\gamma$ and some $k$-cycle $(a_1... a_k)$ of $\sigma$, where $k \geq 2$, for which $(\gamma a_1 ... \gamma a_k)$ is not a cycle of $\sigma$.

This is easy to do; if $(a_1... a_k)$ is a cycle of $\sigma$ you can for example let $\gamma a_1 = a_1$ and let $\gamma a_2$ be something outside the cycle, or in the event that there's exactly one cycle (so that $k = n$) just let $\gamma a_2 = a_n$.

Zarrax
  • 44,950
2

Consider two permutations

$\sigma =(a$ $ b)$

$\gamma =(b$ $a$ $c$ $\cdots \cdots$)

Note gamma can be of any length $(n\geq 3)$.

$\sigma \circ \gamma (a) = c$

$\gamma \circ \sigma (a) = a$

Thus $\sigma \circ \gamma \neq \gamma \circ \sigma$

Thus no $two-cycle$ commutes with all the elements. Also, no $n-cycle$ commutes with all the elements.

1

It is enough to show that $S_3$ is not abelian, since $S_n$ always has a subgroup isomorphic to $S_3$ for $n\ge 3$. An abelian group could not have a non-abelian subgroup. And for $S_3$ we compute $$ (12)(13)=(132)\neq (123)=(13)(12). $$

Dietrich Burde
  • 130,978