37

Undergraduates learn about algebraic objects with one operation, namely groups, and we learn about algebraic objects with two "compatible" operations, namely rings and fields. It seems natural to then look at algebraic objects with three or more operations that are compatible, but we don't learn about them. I asked one of my professors why this is so and she posed this question in response: we have left-modules and right-modules, but there are no top-modules or bottom-modules, or any other ways of combining two elements to produce a third. I can't think of any satisfactory answer to either of these questions. Can anyone shed any light on them?

Edit: Now that I know these objects are studied, what I meant by "we" is essentially "Why are these objects not introduced to undergraduates (at least in a standard curriculum) given how natural they seem?"

  • 2
    Is the question: why don't we study algebraic objects with more than two operations as undergraduates, or do mathematicians in general study algebraic objects with more than two operations? – Santiago Canez Apr 04 '13 at 18:28
  • 5
    Well, composition rings have three binary operations, as do Heyting algebras... – Zhen Lin Apr 04 '13 at 18:28
  • 5
    and bialgebras and Clifford algebras to an extent... – rschwieb Apr 04 '13 at 18:31
  • 3
    Any decent algebra over a ring (usually, division ring or field) has three operations: sum, product and product by scalar – DonAntonio Apr 04 '13 at 18:31
  • I distinctly remember my first impression of hopf algebras: beasts with as many scary tentacles in their defining diagrams as algebraic operations. – anon Apr 04 '13 at 18:32
  • @SantiagoCanez I meant the question more as "Why do undergraduates not canonically study objects with more than two operations to the point where no undergraduates I've talked to know that they exist?" which implicitly means "Are there such objects, and if there are are they just too complex for undergraduates?" – Julien Clancy Apr 04 '13 at 18:47
  • 2
    @DonAntonio I would not say that scalar multiplication is an operation on the object, I would say that scalars act on the object through the scalar multiplication. Agreed? – AD - Stop Putin - Apr 04 '13 at 20:49
  • 2
    So I'm guessing that you don't count vector spaces (because the dot and scalar and vector and cross product are not on the same 'level'). So how about the reals which have an addition, multiplication, exponentiation (binary), all sorts of unary operations (elementary functions), etc. Or did you mean abstract algebras? – Mitch Apr 05 '13 at 03:27
  • 1
    See also http://mathoverflow.net/questions/120875/ring-with-three-binary-operations . – darij grinberg Apr 05 '13 at 04:30
  • Related:https://math.stackexchange.com/questions/979916/ – Watson Nov 16 '16 at 16:33

10 Answers10

28

While it is true that algebraic structures based on binary operations are very common, other structures exist, are being studied, and are very important. Examples include:

  • $A_\infty $-spaces, where homotopy considerations mandate not just one binary operation, but an $n$-ary operation for all $n\in \mathbb N$.

  • Malcev operations, are examples of structures based on ternary operations.

  • operads also have $n$-ary operations.

For many of the structures above things like modules and actions make sense, and themselves involve $n$-ary operations.

So, mathematicians certainly do study such structures. Perhaps the reason they are not commonly introduced at the undergraduate level is that these structures are more complicated than ones based on binary operations.

As for the comment made by your professor, I can think of many ways elements can be combined to give a new element, so I really don't know what is meant by that.

And, since you are wondering if such $n$-ary based algebraic structures are too complicated for undergraduates, I'll just mention that of the three I mention above, $A_\infty $ - space are quite complicated but Malcev operations and operads are not. Operads come in many flavours, and if one considers what are known as coloured planar non-enriched operads (probably the simplest kind of operad) then this is a structure that can be understood by a first year student (and this is actually quite an important class of operads, so not just a toy algebraic structure). The reason why these structures are not introduced early on has more to do with the fact that university curricula and textbooks change and adapt very slowly. They very rarely reflect current trends. In 100 years it is likely that operads will make it to first year or second year textbooks, much like groups do today.

And while on the subject, one must also consider algebraic structures with operations of infinite arity. These too exist and provide some surprising examples. For instance, it is classical result that the category of compact Hausdorff spaces is algebraic, and that means that that category can be thought of as consisting of algebraic structures with operations of arity $\infty $. Other important examples include complete lattices.

Ittay Weiss
  • 79,840
  • 7
  • 141
  • 236
21

One reason that higher-arity operations are less common is that they can always be replaced by compositions of binary operations. During the 1930's and 1940's Sierpinski researched compositions of operations ("clones") and proved that every $n$-ary operation on a set is a finite composition of binary operations on the set, see W. Sierpinski, Sur les fonctions de plusieurs variables, Fund. Math. 33 (1945), 169-173.

A proof is especially simple for operations on a finite set $\rm\:A\:.\:$ Namely, if $\rm\:|A| = n\:$ then we may encode $\rm\:A\:$ by $\rm\:\mathbb Z/n\:,\:$ the ring of integers $\rm\:mod\ n\:,\:$ allowing us to employ Lagrange interpolation to represent any finitary operation as a finite composition of the binary operations $\rm\: +,\ *\:,\:$ and $\rm\: \delta(a,b) = 1\ if\ a=b\ else\ 0\:,\:$ namely

$$\rm f(x_1,\ldots,x_n)\ = \sum_{(a_1,\ldots,a_n)\ \in\ A^n}\ f(a_1,\ldots,a_n)\ \prod_{i\ =\ 1}^n\ \delta(x_i,a_i) $$

When $\rm\:|A|\:$ is infinite one may instead proceed by employing pairing functions $\rm\:A^2\to A\:.$

For further remarks and references see this answer.

Bill Dubuque
  • 272,048
Math Gems
  • 19,574
  • 1
    I think the OP was curious about why we only study with one or two operators in undergrad algebra. It doesn't seem that they were asking about why we don't consider operators of higher arity. – Elliott Mar 17 '22 at 10:55
10

We do. For example, differential fields (fields equipped with a derivation) and exponential fields (fields equipped with an exponentiation).

Chris Eagle
  • 33,306
5

The reason there are only "left" and "right" modules has to do with the fact that the operation laws involved are binary operations. Since they take only two inputs, there are two possible ways for the operations to be performed.

Here is what I mean: A left $R$ module is one for which the action of $R$ on $M$ is biadditive, and additionally $(rs)m=r(sm)$. A left $R$ module is one for which the action of $R$ on $M$ is biadditive, and additionally $(sr)m=r(sm)$. Now the last thing I've written is almost always suggestively written on the other side as $m(sr)=(ms)r$, but I'm writing it on the left side to highlight that it doesn't matter what side you write it on, what matters is the order of the two operations $r$ and $s$. You can't combine $r$ and $s$ in more than these two ways (with $R$'s multiplication).

rschwieb
  • 153,510
5

As is clear now from the other nice answers, we do study things with more than three binary operations. Especially if you are interested in physics or symplectic geometry: Poisson algebras. These are algebras (thus come right away with addition and multiplication) which are simultaneously Lie algebras (so have a third binary operation, usually written $\{a,b\}$ and called the Poisson bracket) in a compatible way: for each element $a$ of the algebra, the Poisson bracket $\{a,\cdot\}$ defines a derivation of the underlying algebra structure.

Probably the most important source of examples comes from symplectic geometry: given a symplectic manifold, its structure sheaf is a sheaf of Poisson algebras.

The only reason such things are not (usually) discussed in undergraduate mathematics is inertia. They should be.

Javi
  • 6,263
Stephen
  • 14,811
2

On the other side, if we consider a monoid, there is not that much interesting to say (please prove me wrong), and hence they are not that common objects in textbooks even though there are plenty of such creatures.

I believe that the reason for the popularity of groups, rings, etc. is that they carry enough information in order to posses plenty of interesting results and with ranges of applications.

I think that we should not look for abstract structures, I think they will look for us when we are ready to see them, and if they prove to be interesting enough they will certainly be welcome.

0

Universal algebras can admit $n$ operators in which $n$ could be arbitrary natural number .

Popopo
  • 2,242
0

Often in undergraduate abstract algebra , algebras are introduced and in cases of inner product spaces one derives theorems using the inner product operation as well as using the addition and scalar multiplication of the space.

Steven Gamer
  • 427
  • 2
  • 6
0

This might be a bit artificial, but from the point of view of Universal Algebra, vector spaces are structures equipped with possibly infinite amount of unary operations - if $V$ is a vector space over a field $F$, we define $x \mapsto f\cdot x$ for each $x\in V$ and $f\in F$ as a unary operation in $V$. This way we need to add a unary operation for each element of $F$. In particular, if $F$ is infinite, this gives us infinite amount of unary operations.

The same is true for modules, group actions, semigroup actions.

This is so that the class of vector spaces over $F$ forms a variety, or equational class.

Jakobian
  • 10,247
-4

What do you mean by "we" in your statement " ...we learn...". If your "we" refers to post graduates, then I think your first statement isn't quite true as when I was undergraduate, I learned these objects you are talking about in all the three sense- groups, rings and fields. And regarding what your prof says, I think she meant you are welcome to start the study of algebraic objects in a new sense that is not known before. So, it is not that we don't study algebraic objects in another operation, it's just that no one has done it yet perhaps. Abstract Algebra is among the old fields in mathematics with relatively least publications.

YYG
  • 471
  • 3
  • 17
  • 1
    I'm referring mostly to undergraduate students of mathematics, i.e. why do we not canonically pedagogically study these objects? – Julien Clancy Apr 04 '13 at 18:46
  • 3
    It is not true that "no one has done it yet" (see the other answers, and the comments on the question). And on what do you base your last assertion? There are enormously many publications on abstract algebra! – Tara B Apr 04 '13 at 18:46
  • 1
    @Julien: It would be a good idea to edit your question to clarify that, as a lot of people have clearly taken you to mean something different. – Tara B Apr 04 '13 at 18:47
  • Will do. By pedagogically I meant as a standard part of an undergraduate curriculum. – Julien Clancy Apr 04 '13 at 18:49
  • @TaraB, I have already edited it with "perhaps". Regarding my last assertion, it doesn't mean there are no publications, but they are relatively least compare to its 'age mate' or even more recent fields. – YYG Apr 04 '13 at 18:56
  • 3
    @YYG: I still very much doubt your assertion. What do you mean by its 'age mate'? Also, I don't really think that adding 'perhaps' to a definitely wrong claim is much of an improvement. – Tara B Apr 04 '13 at 18:56