8

When you learn to read and write, you learn that ideas flow on the page from left to right (or right to left, and occasionally from top to bottom, depending on culture). As you start to learn math, you see that it follows the same pattern. An equation like $1+2=3$ reads from left to right (or right to left) and follows the typical form you use to write down anything else. This horizontally-arranged convention follows us into higher mathematics, especially algebra. Multiplication in groups is written horizontally, and there is perennial confusion arising from the difference between right-multiplication and left-multiplication. Exact sequences are arranged horizontally. Etc. Of course not all math is encoded in horizontally-arranged algebraic expressions, but that is certainly a bedrock for a lot of knowledge.

I'm curious if there is any body of thought that examines how our mathematics is shaped or constrained by our conventions for arranging ideas horizontally on a page. Maybe there are even constraints just based on the fact that we're writing things on a page at all! And perhaps this is a case of "you can't know what you don't know". But it would be interesting to collect examples from the history of math when breaking away from these conventions of thinking led to big advances.

amWhy
  • 209,954
Ethan Dlugie
  • 2,180
  • I think Baez and others have written about this, especially in the context of planar algebras and their relatives, but I can't find the sources I remember at the moment. – Noah Schweber Feb 23 '22 at 20:31
  • I asked a related question a while ago that I want to link to this. More pressingly, I do have some ideas about this, which I'll put in an answer soon ^_^ – HallaSurvivor Feb 23 '22 at 20:42
  • 1
    There is a great deal of research into the philosophy and sociology of mathematics. I don't think mathematics does follow the horizontal conventions of human writing: there is nothing in ordinary writing like the traditional notations for matrices, integrals and derivatives – Rob Arthan Feb 23 '22 at 23:21
  • (1/2) Not about writing horizontally/vertically but word orders. I am teaching mathematics in South Korea and my Philosophy of Science coworker often says that Korean having a different word order than English and other major European languages make it more difficult for young Koreans to learn maths. For example, "1+2 = 3" can be read in English as "1 plus 2 equals 3" (Subject - Verb - Object order); according to him, it would be more natural for Koreans to write this identity as "1+2 3=" (Subject Object Verb). – Taladris Feb 24 '22 at 06:13
  • (2/2) People can learn to be fluent in foreign languages and can think directly in foreign languages. Similarly, Koreans get quickly used to standard maths writing (and get good at it), so I am not sure this has an impact. – Taladris Feb 24 '22 at 06:13
  • 1
    I am not seeing how writing horizontally or not would change anything. There are enough writing systems that are vertical. If Algebra would have evolved from one of those instead, we would just be confusing up- and down-multiplication instead. You would need to write in different directions at the same time to make any change, but then you loose the ability to talk about it, because time is linear and you would have to specify an order again. We do that e.g. in geometry or for diagram chases, but in most formulas it seems not worth the downsides. – mlk Feb 24 '22 at 08:35
  • 1
    Seems like this question is asking about a kind of mathematical analogue of the "Sapir-Worf Hypothesis" from linguistics. – Jair Taylor Feb 26 '22 at 07:53
  • Ah, yes! @JairTaylor I hadn't heard of that before, but that exactly captures what I'm trying to get at. – Ethan Dlugie Feb 27 '22 at 15:39
  • 1
    You mention "An equation like $1+2=3$ reads from left to right (or right to left)" and go to the next level of abstraction. What I've learned in teaching is that already here is a hindrance. I get students from high school who insist that $$(x-1) \cdot (x-2) =x^2-3x+2$$ has a different meaning than $$x^2-3x+2=(x-1)\cdot (x-2)$$ The first, they say, is "multiplying out" and "easy", the second is "factoring" and "hard". My point is that already the realization that mathematically, the two lines are completely equivalent is something for which one has to go beyond usual writing conventions. – Torsten Schoeneberg Mar 26 '22 at 04:46

1 Answers1

11

As Noah mentioned in the comments, John Baez and other category theorists have been thinking about "alternative writing systems" which can simplify certain algebraic computations. This is usually because there's actually some "higher dimensional" algebra going on under the surface (see here for a discussion).

As one concrete example of this, have you seen the "2 dimensional" proof of Eckmann-Hilton? The idea is that, instead of having two multiplications $\star$ and $\circ$, we instead think of them as "horizontal" and "vertical" multiplication. You can find the proof I'm referencing on the wikipedia page, and you'll probably agree it's the better way to do things.

Now, what does this have to do with "higher dimensional algebra"? The answer depends on your stomach for abstract nonsense.

Perhaps most concretely, the argument shows that the higher homotopy groups of a topological space are abelian. Now, these higher homotopy groups must have at least two dimensions to move around in (that's what makes them "higher") and the Eckmann-Hilton argument is saying that we can shuffle these two cells around in order to get commutativity! This is obviously a two dimensional phenomenon, and the proof becomes much simpler when we allow "two dimensional" algebraic notation to showcase it. You can see more in a (characteristically excellent) answer of Qiaochu here.

Less concretely, this computation looks nicest with "2D algebra" because it's really a computation happening inside a 2-category. In general, computations inside n-categories are best represented with "n-dimensional operations". For instance, when we draw commutative diagrams, we often have "higher dimensional" homotopies witnessing the commutativity. So we may have a cube like this, which you should think of as just the vertices and edges (that is, just the 0 and 1 dimensional structure)

a cube

then knowing that the faces commute amounts to "filling in" the faces with 2d-squares, and showing that the whole box commutes fills in the resulting (hollow) cube with a 3d cell.

These kinds of arguments are all "higher dimensional" and this really is their natural setting.

In fact, since category theorists have to do a lot of computations with commutative diagrams (which naturally live in higher dimensions), there's a fairly rich history of coming up with algebraic manipulations that work nicely with these higher dimensional structures. See string diagrams and operads, for instance.


I hope this helps ^_^

HallaSurvivor
  • 38,115
  • 4
  • 46
  • 87
  • 2
    String diagrams are a great example - there is a wonderful series of videos that explains them without needing any fancy category theory knowledge: https://www.youtube.com/playlist?list=PL50ABC4792BD0A086 – Carmeister Feb 24 '22 at 05:16
  • 1
    "The theory of mathematical notation in an integral number of dimensions is well-understood..." – Hong Ooi Feb 24 '22 at 12:31