22

I'm interested in alternative systems of notation for mathematics. I've often heard how mathematical notation is illogical, inconsistent, filled with grandfather clauses that serve no purpose, and suggests deprecated ideas (e.g .the $\rm{dx}$ of the integral and derivative).

It seems reasonable to suppose someone has tried to come up with some alternative notation.

My interest in this is mostly curiosity. I'm very interested in what people have come up with to rectify the perceived faults. I vaguely remember seeing a link to some alternative notation of logarithms, but I seem to have lost it.

I know that using highly non-standard notation is a bad idea for many reasons. I highly doubt I will use it.

Also, I don't mean good notation or even consistent notation. I'm just interested in something different, preferably a lot of it, and in one place.

I'm labeling this as a soft question, but I'm not really looking for suggestions or discussions for alternative notation. I just want a good source(s).

GregRos
  • 1,787
  • Maybe you were thinking of this posting for logs http://math.stackexchange.com/questions/30046/alternative-notation-for-exponents-logs-and-roots ? Regards – Amzoti Jan 15 '13 at 19:31
  • Nope, it was actually something else, though I've seen this too. What I remember involved squiggly lines, kind of like a square root. – GregRos Jan 15 '13 at 19:37
  • 1
    One "folklore" alternative notation is write functions in postfix notation, like $xf$ or $(x+3)f$ instead of $f(x+3)$. This way the compositions are naturally read left to right: $(x)fgh$ instead of $h(g(f(x)))$. (NB: This is not to say that LTR is more natural than RTL, just that the rest of mathematical formulas are read LTR). With linear operators, for which parentheses are often omitted, one could write things like $2xAB$, with linearity (or at least homogeneity) built-in. I don't have any references, unfortunately. –  Jan 15 '13 at 19:37
  • 2
    Attend a course taught by an analyst. I guarantee you'll see weird and inconsistent notations. – Git Gud Jan 15 '13 at 19:39
  • @GregRos Squiggly lines remind me of Frege's Begriffsschrift, which is more or less unreadable ... – Hagen von Eitzen Jan 15 '13 at 19:45
  • @GregRos: Here is a somewhat recent Survey of Notation and has some links for others who have tried. There is even a book A History of Mathematical Notations: Vol. I & II by Florian Cajorion on the matter, but I think people define, invent and use what they want and it has caused lots of headaches for us all! Interesting question - regards – Amzoti Jan 15 '13 at 19:47
  • 1
    In group theory pretty much everything has at some point been written $G_j$ or $G^j$, where $j$ can be an integer, an element, or a subgroup. Because of this a lot of things have two different forms, e.g. $G_x$ vs $\text{Stab}_G(x)$, $H_G$ vs $\text{core}_G(H)$, etc. – Alexander Gruber Jan 15 '13 at 19:47
  • 5
    I don't know if this counts as "alternative" enough: In the preface of Structure and Interpretation of Classical Mechanics, Sussman and Wisdom reject the traditional notation for the Euler-Lagrange equations, $\dfrac{\mathrm d}{\mathrm dt}\dfrac{\partial L}{\partial\dot q_i}-\dfrac{\partial L}{\partial q_i}=0$, as ambiguous and inconsistent, opting instead for a computer-algebra-like notation $D(\partial_2 L\circ\Gamma[q])-\partial_1 L\circ\Gamma[q]=0$. All the math in the rest of the book is written in this style. –  Jan 15 '13 at 20:50
  • @Amzoti That comment looks like pretty good material for an answer. Could you consider converting it? Thank you! – rschwieb Aug 01 '13 at 15:16
  • @rschwieb: Okay, done. Thanks for the suggestion. I wish there was a way for users to accept comments in order to remove what appear to be open questions. Regards – Amzoti Aug 01 '13 at 15:35
  • @Amzoti Great! Actually I was thinking of your second comment's content too :) If you have time, you might add that also. – rschwieb Aug 01 '13 at 16:42
  • as someone who has had a great deal of trouble learning anything beyond basic pre-cal, but has some success learning math concepts in a programming context, this question greatly interests me. i'd be curious whether anyone has tried making a different notation just for the sake of being different, to try and capture some minds that don't pick up well on traditional math notation. – user371366 Sep 07 '21 at 09:18

3 Answers3

9

Here is a somewhat recent Survey of Notation and has some links for others who have tried.

There is even a book A History of Mathematical Notations: Vol. I & II by Florian Cajori on on the matter, but I think people define, invent and use what they want and it has caused lots of headaches for us all!

Lastly, you can also find some samples in this MSE posting Alternative notation for exponents, logs and roots?

This was added from the comment I made above to close this question out per request.

Moo
  • 11,311
Amzoti
  • 56,093
8

If you want to see what unambiguous math notation looks like, look at an application where it has to be unambiguous: the input languages for proof-checkers (Coq, Mizar) and computer algebra systems (Mathematica, Maple, Maxima). Mathematica (and possibly also the other linked CASs with which I'm less familiar) supports WYSIWYG input mostly resembling traditional textbook notation, so it might be an especially good example.

1

An interesting list covering notations in several domains is Notes on notation and thought.

Recently, I also stumbled upon G. Spencer-Brown Laws of Form. I recommend the introductory text from L. H. Kauffman Laws of Form - An Exploration in Mathematics and Foundations.