2

I have the following problem

Find a finite group $G$ and $x, y \in G$, in which $|xy| > |x| |y|$.


Edit: I forgot the condition $\text{gcd(|x|, |y|})=1$. But it's too late to change the question now.


I am looking for any solution in general, but I would particularly be interested in a solution in $S_n$, since to me that seems to most natural place to look (since we know there has to be a solution in there).

My Attempt

So my final answer, after a lot of trial and error, came out to this:

$G =D_{10} \times S_5$, with $x = (s, (12))$ and $y = (sr, (345))$

Before this, I tried to find the answer in the familiar small non-abelian groups $D_8, Q_8, S_3$. When I saw this didn't work, I decided upon permutations. Again after a lot more trial and error, I came to this reasoning: suppose we work in $S_8$. The highest possible order of an element is $15$, and that would be a $3$ cycle with a $5$ cycle, using all the numbers $1-8$. So if we could get $|x|=2$ and $|y|=3$, that would work. But we have to use all $8$ numbers, so we can't just have a $2$ cycle and a $3$ cycle. Furthermore, from experience, I tried to make the permutations as "tangled" as possible, so I tried $(12)(34)(56)(78)$ times $(135)$. But this didn't work.

Blue
  • 492
  • What is the question? In my opinion, the easiest examples are two involutions in a large dihedral group. – verret Dec 31 '19 at 01:53
  • @verret: "I am looking for any solution in general, but I would particularly be interested in a solution in $S_n$" – Ennar Dec 31 '19 at 01:54
  • @Ennar but they already have their own answer. Anyway, in my opinion, the easiest examples are two "consecutive" involutions in a large dihedral group, which you can think of as "adjacent" reflections of a regular polygon. If you insist on working in $S_n$, then this translates to something like (say $n$ is even) $(1~n)(2~n-1)\cdots (n/2~n/2+1) $ and $(2~n)(3~n-1)\cdots (n/2~n/2+2)$ which both have order $2$, but their product is $(123\cdot n)$. – verret Dec 31 '19 at 02:00
  • @verret, yes, and they are now asking for another solution - that's the question. – Ennar Dec 31 '19 at 02:01
  • Ahh I forgot an important condition, which is $\text{gcd}(|x|, |y|) = 1$. Too late the change the question though :( – Blue Dec 31 '19 at 02:04
  • Without the condition $\text{gcd(|x|, |y|})=1$ the question is really easy, since in $S_n$ every element can be expressed as the product of two elements of order $\le2$. – bof Dec 31 '19 at 02:39
  • I suggest posting a new question with the extra condition added. – lulu Dec 31 '19 at 02:41
  • @bof Oh really? Can you please tell me how? I know that every element of $S_n$ can be written as $xy$ where $x$ and $y$ are a bunch of transpositions, but I think $x$ and $y$ may not have order $2$. – Blue Dec 31 '19 at 02:44
  • @lulu Thanks for the suggestion! I was thinking that and I've asked a meta question about it, so I guess I'll wait a bit https://math.meta.stackexchange.com/questions/31083/i-forgot-an-important-condition-in-my-question-but-the-question-already-has-ans – Blue Dec 31 '19 at 02:44
  • I see no problem with posting the second question (though by all means wait for a response on meta). I agree with your thought that it is too late to introduce such a significant detail into this question, and the new problem is considerably more subtle. – lulu Dec 31 '19 at 02:47
  • That every permutation is the product of two involutions is Exercise 10.1.17 on p. 259 of W. R. Scott's Group Theory. See also this answer for some examples. – bof Dec 31 '19 at 02:52
  • @bof Ah thanks! – Blue Dec 31 '19 at 02:53

2 Answers2

2

For every $n \geq 5$, the dihedral group of order $2n$ contains pairs of reflections $x$ and $y$ such that $xy$ is a rotation of order $n$. Since $D_{2n}$ can be embedded in $S_n$, this gives examples in $S_n$ for all $n \geq 5$.

Here's an explicit construction in $S_n$ of two elements of order $2$ such that their product had order $n$. Let $\sigma, \tau \in S_n$ be defined by $$\sigma(i) = n+1-i \quad \mbox{for all $i$, and}$$ $$\tau(i) = \left\{ \begin{array}{ll} 1 & \mbox{if $i = 1$}\\ n+2-i \quad &\mbox{if $i \neq 1$}\end{array} \right.$$ so $\sigma$ and $\tau$ both have order $2$.

Then $$\tau\circ\sigma(i) = \left\{ \begin{array}{ll} 1 & \mbox{if $i = n$}\\ i+1 \quad &\mbox{if $i \neq n$}\end{array} \right.$$ so $\tau\circ\sigma$ is an $n$-cycle and so has order $n$.

Zoe H
  • 1,676
  • Thanks! Ahh I'm sorry I forgot the condition $\text{gcd}(|x|, |y|) = 1$; but too late to change the question now, $+1$. Would you happen to know of an answer under this condition? – Blue Dec 31 '19 at 02:06
1

As you are probably aware, this could never happen in abelian group, since by commutativity we have $$|xy| = \operatorname{lcm}(|x|,|y|) \leq |x||y|.$$

Looking at $S_n$ works, and we can easily tell that $n\geq 5$, since $|x|,|y|\geq 2$ (otherwise at least one of $x,y$ is identity), so we need $|xy|$ at least $5$ (and that can't happen in $S_4$).

Let's look for that, we need $x$ and $y$ of order $2$, so $x$ and $y$ can consist of cycles of length at most $2$. We are trying to hit a permutation that consists of single cycle of length $5$, for example. Let's just randomly select $x = (12)(34)(5)$. Intuitively, $y$ should "mess up" the cycles of $x$ (or get the permutations "tangled", as you say), so let's pick $y = (13)(45)(2)$. We get that $xy = (14532)$, so $|x||y| = 2\cdot 2 \leq 5 = |xy|$.

I don't know if we there is something smarter that one could employ to avoid trial and error.

Ennar
  • 23,082
  • Thanks! Ahh I'm sorry I forgot the condition $\text{gcd}(|x|, |y|) = 1$; but too late to change the question now, $+1$. Would you happen to know of an answer under this condition? – Blue Dec 31 '19 at 02:07
  • @Blue, similar intuitive idea leads to $x = (123)(456)$, $y=(14)(57)$ that gives $xy = (1576423)$ in $S_7$, and I think you can't pull it off in $S_6$, considering possible length cycles, if I'm not mistaken. – Ennar Dec 31 '19 at 02:27
  • Thanks! I will think about it – Blue Dec 31 '19 at 02:27