Show that the orders of $x$ and $axa^{−1}$ of a group are equal

915 Views Asked by At

Let $(G, ·)$ be a group, and let $a, x$$G$. Show that the orders of $x$ and $axa^{−1}$ are equal.

My attempt:

In order to show that the orders of $x$ and $axa^{−1}$ are equal, I have to show that $axa^{−1}$ = $x$.

Since $G$ is a group, we have that $axa^{−1}$ = $a.(x.a^{-1}) = (a.x).a^{-1}$ (associativity) = $a^{-1}.(a.x)$ (commutativity) = $(a^{-1}.a).x$ (associativity) = $e.x = x.e = x$ (property of the identity element).

Hence, I've shown that $axa^{−1}$ = $x$, and so their orders are equal.

Is my proof correct? Did I make a mistake somewhere? Do you have other suggestions?

4

There are 4 best solutions below

2
On BEST ANSWER

Well, note that "$axa^{-1} = x$ iff $ax=xa$" does not always hold.

Let $n$ be the order of $axa^{-1}$. Then $e = (axa^{-1})^n = ax^na^{-1}$ and so $x^n = a^{-1}a=e$. Thus the order of $x$ is a divisor of $n$.

Conversely, if $n$ is the order of $x$, then $(axa^{-1})^n =a x^na^{-1} = aea^{-1}=e$ and so the order of $ax^{-1}$ is a divisor of $n$. Equality follows.

1
On

Hint: use induction to show that $(axa^{-1})^{n} =ax^{n}a^{-1}$ and then use the definition of order to finish the proof.

0
On

In order to show that the orders of $x$ and $axa^{−1}$ are equal, I have to show that $axa^{−1}$ = $x$.

This is false. You do not have to show that two elements are equal. All you have to show is that the two elements have equal order.

Since $G$ is a group, we have that $axa^{−1}$ = $a.(x.a^{-1}) = (a.x).a^{-1}$ (associativity) = $a^{-1}.(a.x)$ (commutativity) = $(a^{-1}.a).x$ (associativity) = $e.x = x.e = x$ (property of the identity element).

False again. You cannot assume that a group is commutative. There are plenty of non-commutative groups out there, and for those groups, while $axa^{-1}=x$ does not always hold, it is still always true that $x$ and $axa^{-1}$ have the same order.


I suggest you retry your proof and first prove the following statement:

If $x^n=e$, then $(axa^{-1})^n = e$.

0
On

The proof is not correct, since conjgate elements need not be equal. However, conjugate elements always have the same order, i.e., $\operatorname{ord}(x)=\operatorname{ord}(axa^{-1})$. This is because of $$ (axa^{-1})^n=ax^na^{-1}. $$ This has been proved in several duplicates here, e.g.

Proving order of certain elements in a group is the same