For a, b, c, d, x elements of a group G. If ab = cd does that mean that axb = cxd? What if ab = cd only in this one instance, does the equality still hold?
Asked
Active
Viewed 340 times
7
-
What do you mean by "only in this one instance"? – Oct 29 '17 at 06:46
-
In any case, the answer is no in general. Let $b = a^{-1}$ and $d = c^{-1}$. Then $ab = cd = 1$, but $axb$ is conjugating $x$ by $a$, and $cxd$ is conjugating $x$ by $c$; no reason these should be equal. – Oct 29 '17 at 06:48
2 Answers
10
This happens if and only if the group is abelian:
$y \cdot y^{-1} = 1\cdot 1 \implies yxy^{-1} = x \implies yx = xy$
Mike
- 1,312
0
Suppose they were equal. Let $y=axb=cxd$. Then $$axa^{-1}=yb^{-1}a^{-1}=y(ab)^{-1}=y(cd)^{-1}=yd^{-1}c^{-1}=cxc^{-1}.$$ Therefore \begin{align*} xa^{-1}c&=a^{-1}cx& \end{align*} so $a^{-1}c$ is in the centre $Z(G)$. Similarly, $bd^{-1}$ is in $Z(G)$.
So it's not necessarily true that $G$ is abelian (i.e. that $Z(G)=G$), but does say something about what is in $Z(G)$.
Rosie F
- 2,913