Why do mathematicians use $\oplus$ instead of $+$?

415 Views Asked by At

What is the historical reason for using $\oplus$ instead of $+$ to denote operations that are generally thought of as addition? Similarly, why is $\otimes$ used instead of $\times$ (or just $\cdot$) to denote operations generally thought of as multiplication?

3

There are 3 best solutions below

3
On

These symbols have different meanings in different contexts. For instance, if we are talking about vector spaces then saying $V=U+W$ is different from $V=U\oplus W$

0
On

If $A$ and $B$ are modules over a ring, their direct product $A \times B$ and their tensor product $A \otimes B$ are different things, so it would be unhelpful to use the same notation for them.

0
On

Besides customary uses, I've seen it used to emphathize the differences of two types of addition, for example: $(\alpha \oplus \beta)A+B$.

The $\oplus$ refers to regular scalar addition, and the $+$ refers to matrix addition.