The other day I stumbled on an article [1] that advocated writing ab as a↑b and loga(b) as a↓b.
This is a special case of Knuth’s up arrow and down arrow notation. Knuth introduces his arrows with the intention of repeating them to represent hyperexponentiation and iterated logarithms. But the emphasis in [1] is more on the pedagogical advantages of using a single up or down arrow.
Advantages
One advantage is that the notation is more symmetric. Exponents and logs are inverses of each other, and up and down arrows are visual inverses of each other.
Another advantage is that the down arrow notation makes the base of the logarithm more prominent, which is sometimes useful.
Finally, the up and down arrow notation is more typographically linear: a↑b and a↓b stay within a line, whereas ab and loga(b) extend above and below the line. LaTeX handles subscripts and superscripts well, but HTML doesn’t. That’s one reason I usually write exp(x) rather than ex here.
Comparison
Here are the basic properties of logs and exponents using conventional notation.
Here are the same properties using up and down arrow notation.
Related posts
- The world’s most interesting logs
- Analogs of decibels
- Stellar magnitude
- Mentally calculating logarithms
- This-way-up and Knuth arrows
[1] Margaret Brown. Some Thoughts on the Use of Computer Symbols in Mathematics. The Mathematical Gazette, Vol. 58, No. 404 (Jun., 1974), pp. 78-79