MIT18 821S13 Writingnotes
MIT18 821S13 Writingnotes
B. Mathematical style
There is a highly developed standard international style of writing math
ematics, which this brief will only hint at.
Attribution. Anything not referenced or explicitly labeled as known is
assumed to be original. It is plagiarism to copy phrases or sentences from
a source without attribution. But it is also inadmissible to reproduce an
argument, even in your own words, without some form of attribution. It
is common to refer to secondary sources for arguments, so one rarely cites
Gauss or Abel explicitly today, but one often cites secondary literature or
textbooks as sources for arguments.
Citation. LATEX supports several standard citation systems. The easiest
uses the command “\begin{thebibliography}{99}” where you want the
bibiliography. Each bibliograhic item is created by a command like
\bibitem{fenn-rourke}
R.~Fenn and C.~Rourke,
Racks and links in codimension two,
J.~of Knot Theory and its Ramifications 1 (1992) 343--406.
may give the sense of what the (or a) condition number is, but it is not yet
a definition.
There are also Theorems, Propositions, Lemmas, and Corollaries. Choose
your names carefully, to make relative importance clear. A theorem should
consist of a statement which is of interest and may be referred to from outside
the current section. The statement of a theorem should therefore be essen
tially self contained. Lemmas are small supporting facts, and their statement
2
often uses notations established in the preceeding text. Propositions are tech
nical facts which may be of use elsewhere in the paper, and should generally
also be self-contained.
Be clear about the distinction between what you observe empirically, or
believe to be true, and what you claim to be able to prove, or to know to
have been proved.
This use of language indicates that the notation Cn2 has already been intro
duced, and we are being reminded of what it signifies. If instead this is a
definition of the notation, one says “Consider the set Cn2 of 2-incompatible
permutations.” The absence of commas is important. Surrounding “Cn2 ”
with commas would give us back the first meaning.
3. Category errors. A common error in mathematical writing is what I
call a “category error.” Here is an example:
√
“Since x > 0, let y = x.”
√
This is poor usage because√ it reflects faulty logic. We don’t let y = x
because x > 0; we let y = x because this notation will be useful to us later
3
in the argument. This notation makes sense because x > 0. One √ can avoid
this error by saying, for example, “Since x > 0, we can let y = x.”
Here is another example:
This sentence has other flaws as well: there is an unstated assumption that
D is a diagonal matrix. Fix: “The matrix A is diagonalizable: there is
an invertible matrix P and a diagonal matrix D such that A = P DP −1 .”
“Since” is to be avoided here since it is inappropriate to use it in the first
clause of a tautology. Note again the complete absence of commas.
And another example:
One is compelled to ask: what if we don’t draw the line? Is it still easy?
5. Comma splices. A comma splice connects two sentences with a comma:
You can avoid this in many ways—by replacing the comma by a colon or
semicolon, or by an m-dash (built as “---” in TEX), or by separating the two
sentences with a period. Which is best depends on the relationship between
the clauses. What follows a colon should be an elaboration of what precedes
it, while semicolons separate parallel clauses. Don’t overuse semicolons.
6. Conjunctions and commas. “Thus,” “Hence,” “So,” and “Therefore,”
can all begin a sentence, but don’t set them off with a comma. “Hence
x = 4,” not “Hence, x = 4.”
7. “Such that.” In mathematical writing, “such that” has a technical
meaning; it is putting a restriction on the noun, as in: “Let f (x) be a function
such that f (0) = 0.” In common language, “such that” is used in several
other ways, all of which should be avoided in mathematical writing.
For example, in
4
“We can slowly decrease the spring constant such that the sys
tem’s natural frequency slowly increases.”
Here a simple implication is probably intended: “We can slowly decrease the
spring contant, resulting in a slow increase in the system’s natural frequency.”
Or the author may have intended to put a restriction on the manner in which
the spring constant decrease is accomplished. In this case one could say, “We
can slowly decrease the spring constant in such a way that the system’s . . . .”
8. Equality, and other √ mathematical terms. Reserve the notation
“=” for true equality! So “ 2 = 1.414” is wrong. There is no universally
agreed symbol for approximate equality, partly because the notion itself is
ill-defined, but generally r is understood if used in this way.
There are many other common language words used with special meaning
in mathematical writing. In the sentence “. . . for some finitely small E,” for
example, “finite” is used in the way it is often used in engineering but never
in mathematics: it indicates a nonzero quantity. In mathematics, zero is a
finite quantity. The word “finite” stands in contrast to “infinite,” not “zero.”
Here the wording could be “. . . some positive E” or “. . . some E > 0.”
9. Notational consistency and logic. Choose notation carefully and
consistently. Try to avoid nested sub- or superscripts: so “exp(k 2 )” may be
2
better than “ek .” But if you use “exp(k 2 )” you had better use “exp(2k − 1)”
rather than “e2k−1 ” if it comes up nearby.
Avoid burdening symbols for elements by baggage indicating the set it’s
taken from. Rather than sn+1 ∈ Cn1+1 , for example, just use s ∈ Cn1+1 (unless
of course it happens to be the (n + 1)st term in a sequence!).
10. Sets and elements. There is a difference between a set and its ele
ments. Thus
“We let an be the size of the complete permutations.”
indicates that each “complete permutation” has a “size,” which is the same
for all of them. This is different from “We let an be the cardinality of the set
of complete permutations,” which is what was intended. Note by the way
that “size” is vague—it could be measured in many ways—and we are better
off replacing it with a more precise term here.
Here’s another example:
“The induced cycles of a graph are a basis of the graph cycle
space.”
5
The object of this sentence is the plural noun “cycles,” but then it is claimed
that they are a basis, which is singular. This is wrong; rather, one could
say “The set of induced cycles is [or, better, “forms”] a basis for the cycle
space.”
Notice how much better this sentence reads with “graph” omitted. The
second occurance of “graph” is based on a further sloppiness of thought; as
it is written, it distinguishes the graph cycle space from some more general
notion of cycle space, while what is probably intended is “the cycle space of
the graph.”
Another example:
“For the equation X 3 + Y 3 = A, with X, Y , and A positive
integers, there exist infinite numbers A such that there are at
least two solutions {X, Y } that satisfy this equation.”
There is no such thing as an infinite number; it’s a certain set of A’s which
is infinite. There are other problems with this sentence: What is meant by
the phrase “for the equation”? The symbols X and A play different roles,
but are introduced in parallel. Ending the sentence with “this equation”
is repetitive and signals clumsy construction. Better: “There are infinitely
many positive integers A for which there are at least two unordered pairs of
positive integers X, Y such that X 3 + Y 3 = A.”
11. Sequencing. Sequence introduction of objects logically.
“Let X ⊆ Y . We say that a function f : Y → R is an extension
of some function g : X → R provided that f (x) = g(x) for all
x ∈ X.”
What is intended is that g is given to us in advance, and the author is
explaining what it means for f to be an extension of it. Better: “Let X be a
subset of Y . An extension of g : X → R to Y is a function f : Y → R such
that f (x) = g(x) for all x ∈ X.”
12. Symbols as verbs, sentences as nouns. In 12 we have also replaced
the symbol “⊆” with the phrase “be a subset of.” Generally it is better not
to burden a piece of notation with a grammatical role (a verb in this case),
but this rule is often bent.
Here’s another example:
“Hence, we know that the eigenvalues λj ∈ Z for all j = 1, . . . , n.”
6
This sentence contains other problems: there should not be a comma after
“Hence,” and “we know that” and “all” are both redundant. So a corrected
version might read “Hence the eigenvalues λj are integers for j = 1, . . . , n.”
This example comes close to providing an example of the good practice of
indicating the set to which a named element belongs, as in “The eigenvalues
λj ∈ Z are all even.”
Don’t use a sentence as a noun:
7
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.