Why do we think of group compositions as multiplication?

264 Views Asked by At

This has bothered me for some time: The composition in a group is usually denoted $xy$ or $x\cdot y$. Powers (note the word) are denoted by $x^n$, inverses by $x^{-1}$, and the neutral element by $1$.

Someone clearly seemed to think of multiplication when these conventions were adopted.

But wait, in most algebraic (ring-like) structures where multiplication is defined, this operation almost never makes that structure into a group, even if you take away zero. Wouldn't it have been much more natural to use additive notation for groups? Obviously, when we call something "addition," it is usually commutative, but then again, this is mostly a result of conventions; multiplication was also traditionally thought of as commutative until evil people invented non-commutative rings.

Are there any historical/heuristic/practical explanation for this (in my opinion) strange choice of notation?

The best explanation I can come up with is that it works, that non-commutative rings just turned out to be such an interesting topic that people stopped thinking of multiplication as always commutative. Hence they used multiplicative notation when the group was not assumed to be Abelian.

2

There are 2 best solutions below

0
On

I guess the main reason is representation theory: You can represent every group by linear operators on a vector space, where the group operation maps to the multiplication of operators. You cannot generally map the group operation to addition of operators.

1
On

A group $G$ is a set endowed with a binary operation, the map $\cdot :G\times G \to G$ that obeys some properties. The notation is then $\cdot(g,h) := g\cdot h$.

Of course, nothing stops us from using the plus symbol for the map $+ : G\times G \to G$. But mathematicians are lazy, and a dot is much easier to write than a plus sign!

Also from a categorical point of view, a group can be thought of as a category with a single object, whose morphisms are all isomorphisms, i.e. a groupoid.

Then if $*$ is the lone object of the groupoid $\mathcal C$, a group is $\text{Aut}_\mathcal{C}(*).$ Its elements are morphisms $f: * \to *$, whose binary operation is composition. Composition is traditionally denoted by $\circ$ or sometimes even $gf$, which is reminiscent of multiplication.