how to convert right group action to left group action?

723 Views Asked by At

In Wikipedia it says one can convert right group action to left group action, because of the formula $(gh)^{−1} = h^{−1}g^{−1}$.
Can you explain how this works?

1

There are 1 best solutions below

0
On

If you have a left action you want to make into a right action, say $G$ acts on $X$, then just define $x \cdot g := g^{-1} \cdot x$ for $g \in G$ and $x \in X$. The formula you've quoted above is then exactly what you need to prove that this gives a group action. (If you did this without the inverse in there, then you wouldn't get a group action -- check this!)