An arrow notation for annotations

Saturday, October 27th, 2012 | Author:

Nowadays it is common to use  x \mapsto f(x) to denote that an element x \in X is mapped to an element f(x) \in Y by the map(ping) f : X \to Y. In particular, the arrow  \rightarrow (in LaTeX: \rightarrow) denotes a map, or more generally a morphism, while \mapsto (in LaTeX: \mapsto) denotes how particular elements or objects are mapped to other elements or objects.

Have you ever seen an arrow which has a triangle as head? Like those:

hollow triangle head arrow
full triangle head arrow

it doesn't happen very often, and the reason is that it's not part of the standard LaTeX language, you need to include extra packages.

This seems unfortunate, but it can be a useful fact. Since this kind of arrow doesn't appear often in mathematical articles when printed out, it has most likely no mathematical meaning assigned to it. This means you can use this arrow for annotation on the blackboard!

It happens from time to time that I get annoyed by someone drawing minus signs instead of bullet points to enumerate equations, which contain signs themselves. Equally annoying is a blackboard full of commutative diagrams, where some of the arrows are not arrows in some category but just annotations, like here:

Non-filled triangle heads are slightly too similar to standard arrows. I want you to use only arrows with filled triangles at the head for annotation. Thank you so much!

Technical hints:

  • \rightarrowtriangle from \usepackage{stmaryrd} produces an arrow with non-filled triangle.
  • In Zapf Dingbats there is an arrow with filled triangle head, you can get it via \ding{221} from pifonts.
  • \usepackage{amsmath} provides \blacktriangle and its friends \blacktriangleup, \blacktriangleleft, \blacktriangleright which could be used to define an annotation-arrow.
  • In xypic, it seems to be difficult to get an annotation-arrow.
  • In Unicode you can get "⇾" by code 021FE, as I learned from this Unicode-LaTeX table.
  • In TikZ it is easy (as everything in TikZ) to get any kind of arrow you can not even imagine. See TeXample.


Category: English, Mathematics

Comments are currently closed.