0

Suppose you have two bijections $\eta, \alpha: S \to S$. Both are not the identity maps on $S$, and that

$$\eta\alpha = \alpha\eta$$

Can we conclude that $\alpha = \eta^{-1}$?

Many thanks in advance!

Shawn
  • 3

2 Answers2

2

The following uses cycle notation.

Certainly not: consider $S=\{1,2,3\}$ and take both $\alpha$ and $\eta$ to be the permutation $(123)$. Then $\alpha\eta=\eta\alpha$ but $\alpha\not=\eta^{-1}$.

Even if we require $\alpha\not=\eta$ there are still counterexamples; take $S=\{1,2,3,4\}$, let $\alpha=(12)$, and let $\eta=(34)$.

Noah Schweber
  • 245,398
  • Thank you! I cannot believe I missed these... – Shawn Sep 02 '23 at 19:00
  • @Shawn: in general, fixing $\alpha$, the set of $\eta$ such that $\eta \alpha = \alpha \eta$ is called the centralizer of $\alpha$. It is always a subgroup, and always contains every power of $\alpha$, but typically contains other elements too. – Qiaochu Yuan Sep 02 '23 at 19:09
  • @QiaochuYuan Thank you! – Shawn Sep 02 '23 at 19:20
1

Consider the maps $f$ and $g$ of the plane defined by $f(x,y) = (-x,y)$ and $g(x,y) = (x,-y)$. These are bijections, they commute, yet are not inverses.

Sam Nead
  • 4,063