Blackboard bold
From Wikipedia, the free encyclopedia
Blackboard bold is a typeface style often used for certain symbols in mathematics and physics texts, in which certain lines of the symbol (usually vertical, or near-vertical lines) are doubled. The symbols usually describe number sets. Blackboard bold symbols are also referred to as double struck, although attempting to produce them by double striking on a typewriter is unlikely to give satisfactory results. The symbols are nearly universal in their interpretation, unlike their normally-typeset counterparts, which are constantly reused.
In some texts, these symbols are simply shown in bold, and blackboard bold in fact originated from the attempt to write bold letters on blackboards in a way that clearly differentiated them from non-bold letters.
It is frequently claimed that the symbols were first introduced by the group of mathematicians known as Nicolas Bourbaki. There are several reasons to doubt this claim: (1) the symbols do not appear in Bourbaki publications (rather, ordinary bold is used) at or near the era when they began to be used elsewhere, for instance, in typewritten lecture notes from Princeton University (achieved in some cases by overstriking R or C with I), and (an apparent first) typeset in Gunning and Rossi's textbook on several complex variables; (2) Jean-Pierre Serre, a member of the Bourbaki group, has publicly inveighed against the use of "blackboard bold" anywhere other than on a blackboard.
TeX, the standard typesetting system for mathematical texts, does not contain direct support for blackboard bold symbols, but the add-on AMS Fonts package (amsfonts
) by the American Mathematical Society provides this facility; a blackboard bold R is written as \mathbb{R}
in regular text and as \mathbb{R}
in math mode.
In Unicode, a few of the more common blackboard bold characters (C, H, N, P, Q, R and Z) are encoded in the Basic Multilingual Plane (BMP) in the Letterlike Symbols (2100β214F) area, named DOUBLE-STRUCK CAPITAL C etc. The rest, however, are encoded outside the BMP, from U+1D538
to U+1D550
(uppercase, excluding those encoded in the BMP), U+1D552
to U+1D56B
(lowercase) and U+1D7D8
to U+1D7E1
(digits). Being outside the BMP, these are relatively new and not widely supported.
[edit] Examples
The following table shows some of the more common uses of blackboard bold.
The first column shows the letter as typically rendered by the ubiquitous LaTeX markup system. The second column shows the Unicode codepoint. The third column shows the symbol itself (which will only display correctly if your browser supports Unicode and has access to a suitable font). The fourth column describes typical usage in mathematical texts.
LaTeX | Unicode | Symbol | Mathematics usage |
U+1D538 |
πΈ | Represents affine space or the ring of adeles. Sometimes represents the algebraic numbers, the algebraic closure of Q (although a Q with an overline is often used instead). | |
U+1D539 |
πΉ | Represents a ball. Sometimes represents a boolean domain. | |
U+2102 |
β | Represents the complex numbers. | |
U+1D53B |
π» | Represents the unit disk in the complex plane, or the decimal fractions (see numbers). | |
U+1D53C |
πΌ | Represents the expected value of a random variable. | |
U+1D53D |
π½ | Represents a field. Often used for finite fields, with a subscript to indicate the order. Also represents a Hirzebruch surface. | |
U+1D53E |
πΎ | Represents a Grassmannian. | |
U+210D |
β | Represents the quaternions (the H stands for Hamilton), or the upper half-plane, or the hyperbolic space. | |
U+1D541 |
π | Sometimes represents the irrational numbers, R\Q. | |
U+1D542 |
π | Represents a field. This is derived from the German word KΓΆrper, which is German for field (literally, "body"; cf. the French term corps). | |
U+2115 |
β | Represents the natural numbers. May or may not include zero. | |
U+1D546 |
π | Represents the octonions. | |
U+2119 |
β | Represents projective space, the probability of an event, the prime numbers, or a power set. | |
U+211A |
β | Represents the rational numbers. (The Q stands for quotient.) | |
U+211D |
β | Represents the real numbers. | |
U+1D54A |
π | Represents the sedenions, or a sphere. | |
U+1D54B |
π | Represents a torus, or the circle group. | |
U+2124 |
β€ | Represents the integers. (The Z is for Zahlen, which is German for "numbers".) |
[edit] See also
[edit] External links
- http://www.w3.org/TR/MathML2/double-struck.html shows blackboard bold symbols together with their Unicode encodings. Encodings in the BMP are highlighted in yellow.