Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Problem statement: if $G$ is a group and $a,b\in G$, prove that if $|ab|=k$, then $|ba|=k$.

I'm going to assume one thing: that $|a|$ means $|\langle a \rangle|$, that is, the size of the subgroup generated by $a$.

I argued that the size of each subgroup is less than or equal to the size of the other subgroup, and that therefore, their sizes are equal.

($|ba|\leq |ab|$) Every element $g\in \langle ba \rangle$ has the form $(ba)^n$, where $n\in \mathbb{Z}$. This element can be generated by $n+1$ compositions of $ab$: $(ab)^{n+1}= a(ba)^nb$. This means that every element in $\langle ba\rangle$ can be generated in $\langle ab\rangle$ and that therefore $\langle ab\rangle$ must have at least as many elements as $\langle ba\rangle$.

I used the same reasoning to conclude $|ab|\leq |ba|$.

What is wrong with this reasoning (if at all)?

share|improve this question
1  
You can't write "every element $a\in \left<ba\right>$" since $a$ is already bound. You can write "every element $g\in\left<ba\right>$." – Thomas Andrews Oct 17 '12 at 17:04
Woops, yes, that was a typo. I'm looking for bigger mistakes. – alex Oct 17 '12 at 17:04
3  
It is not true that every element of $\left<ba\right>$ can be "generated in $\left<ab\right>$." The two subgroups are not necessarily the same, they are just the same size. If you want to prove they are the same size, find a $1-1$ and onto map between these two sets. Or just show that if $(ab)^k=1$ then $(ba)^k=1$. Note that you can define $|g|$ to be the least positive $k$ such that $g^k=1$. That's the more traditional definition, although your definition is equivalent. – Thomas Andrews Oct 17 '12 at 17:09
You've only shown that if $g\in\left<ba\right>$ then $g=(ab)^k$ for some $k$ and hence $(ab)^{k+1}=agb$. That doesn't show that $g\in\left<ab\right>$ – Thomas Andrews Oct 17 '12 at 17:13
Even more is true: $ab$ and $ba$ are always conjugate, thus they have the same order. – m. k. Oct 17 '12 at 17:13

3 Answers

Another way, perhaps shorter. First, prove the easy

Lemma: For any elements $\,x\,,\,g\,$ in a group $\,G\,$ , we have that $\,|x|=|x^g|=|g^{-1}xg|\,$

Well, we're then done since $\,ba=(ab)^a\,$

share|improve this answer
What to do you mean by $x^g$ ? – Belgi Oct 17 '12 at 18:32
That's standard notation in group theory, @Belgi, and it is defined in my answer: the conjugation of $\,x\,$ by $\,g\,$ . – DonAntonio Oct 17 '12 at 18:35
Oh, I have never seen it before. thanks for explaining. – Belgi Oct 17 '12 at 18:37

As Thomas says, it is false that the elements in $\langle ab \rangle$ are necessarily in $\langle ba \rangle$, but your argument can be recovered :

Consider the function $f : \langle ab \rangle \to \langle ba \rangle$ defined by $f(g) = bga$. It is well-defined because any element $g \in \langle ab \rangle$ can be written $(ab)^k$, and then we see that $b(ab)^ka = (ab)^{k+1}$ is in $\langle ba \rangle$, as you noted. Since we're in a group, $f$ is injective : if $f(g) = f(h)$, you can cancel $a$ and $b$ to obtain $g=h$. This shows that $| \langle ab \rangle| \ge |\langle ba \rangle|$.

share|improve this answer

As I said in comments, it is not true that every element in $\left<ba\right>$ is in $\left<ab\right>$.

Your argument can be made rigorous as follows.

Let $S = \left<ab\right>$ and $T=\left<ba\right>$. Then to prove that $|ab|=|ba|$ you need to find a $1-1$ and onto function between these two sets.

What you have shown is that if $g\in T$, then $agb\in S$.

So let's define that function $f:T\rightarrow S$ by $f(g)=agb$.

Then $f$ is $1-1$, because if $ag_1b = ag_2b$ you can show $g_1=g_2$ by multiplying by $a^{-1}$ on the left and $b^{-1}$ on the right.

Is $f$ onto? You can show that if $h\in S$, then $h=(ab)^k$ for some $k$ and hence that $h=a(ba)^{k-1}b = agb$ where $g=(ba)^{k-1}\in T$, so $h=f(g)$ for some $g\in T$, and $f$ is onto.

So $f$ is $1-1$ and onto, and hence $S$ and $T$ have the same size, so $|ab|=|ba|$

This theorem is usually proved in other ways, using the alternate definition I gave above for $|g|$ (the smallest positive $k$ such that $g^k=1$.) I wanted to present a proof that followed your argument, roughly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.