Math Style Guide
Math Style Guide
Style is another matter entirely. Often, style is demonstrated but not dis-
cussed specifically. Students are expected to develop their writing style on their
own, based on examples seen in class and in textbooks. This guide is intended
to help you get started by explicitly discussing aspects of style.
1
too much detail.
In addition to the target audience, every argument has a thesis: this is the
main point of your argument. Every other statement in your argument is aimed
toward convincing the audience that the thesis statement is true. Usually, your
thesis statement is determined by the question you are answering.
So what is style? Style is the relationship between the structure of the ar-
gument and its content. For example, essays consist of paragraphs, which are
composed of sentences which in turn are composed of phrases. It is the phrases
which are the essay’s content; the style is the way in which the phrases are con-
nected to form sentences, the way in which the sentences are ordered to form
paragraphs, and the organization of the paragraphs to form the argument. This
is also true for a mathematical argument, although mathematical equations,
inequalities, and symbols may also be used alongside the sentences.
√ a+b
ab ≤
2
a+b 2
ab ≤ ( )
2
a2 + 2ab + b2
ab ≤
4
4ab ≤ a + 2ab + b2
2
0 ≤ a2 − 2ab + b2
0 ≤ (a − b)2 true
An equation (or inequality) is a phrase: it has a subject (the left-hand side),
a verb (“is”, as in “is equal to” or “is less than”), and an object (the right-hand
side). The example above is not an essay. It is a list of phrases, but contains
no sentences or paragraphs. Try reading it aloud: “The square root of a times
b is less than or equal to one half a plus b a times b is less than or equal to. . .”
2
To fix the grammar, we can put periods on the end of each complete idea:
√ a+b
ab ≤ .
2
a+b 2
ab ≤ ( ) .
2
⋮
We now read, “The square root of a time b is less than or equal to one-half
a plus b. The product ab is less than or equal to. . .” and so on. This makes
for better grammar. However, the sentences are still disconnected. We want to
create a flow of ideas that connects one line to the next.
It √
is important to keep in mind that we are trying to convince our audience
that ab is in fact less than or equal to (a + b)/2. A good question to ask
ourselves then is: Why should the reader believe the first sentence? The answer
is: Because the second sentence is true. Why should the reader believe that the
second sentence is true? Because the third one is true, and so forth.
√ a+b
ab ≤ , because
2
a+b 2
ab ≤ ( ) , because
2
a2 + 2ab + b2
ab ≤ , because
4
2 2
4ab ≤ a + 2ab + b , because
0 ≤ a2 − 2ab + b2 , because
0 ≤ (a − b)2 true is always true.
We now have a simple essay with a single paragraph. Our paragraph con-
sists of a single, very long sentence. Describing an entire argument in one poorly
constructed sentence is acceptable in mathematics, although not in most other
types of essays. As long as the phrases are joined together in such a way that
the logical connection between them is clear, it is mathematically correct.
3
wants to be convinced of the truth of the first phrase, but has to read the sec-
ond phrase to find the justification. In fact, the only phrase that is true without
prior argumentation is the last phrase. It is for this reason that we write the
last phrase first. Then we write the direct result of that phrase, and so on:
Notice that we have included some extra explanation here (e.g., “since
a, b > 0 . . .”, etc.). Although this is mostly an issue of content (writing for
the target audience), there is a stylistic consideration here. The word “thus”
means that the following phrase is true because the proceeding sentence is true.
This is not √ the case in the last line of the solution, since we require a, b > 0 for
the phrase ab ≤ (a + b)/2 to even make sense.
4
As a second example, consider the question: Calculate
x2 + x − 2
lim . (1)
x→1 x2 − 1
Solutions to simple calculations like this can easily be structured as a single
sentence:
x2 + x − 2 (x + 2)(x − 1)
lim = lim
x→1 x2 − 1 (x + 1)(x − 1)
x→1
(x + 2)
= lim
x→1 (x + 1)
1+2
=
1+1
= 3.
Is this good style? Yes, but with one problem. The reader expects that each
phrase be justified by the one before it. This is the case with the second phrase,
since x2 +x−2 = (x+2)(x−1) and x2 −1 = (x+1)(x−1) for all numbers x is basic
arithmetic, with which you may assume that the reader is familiar. However,
(x + 2)(x − 1)
(x + 1)(x − 1)
is not equal to
(x + 2)
(x + 1)
for all numbers x. In particular the first expression is not defined at x = 1, while
the second one is defined and equal to 3.
Our argument is correct, though, since we are taking the limit of these two
expressions and not their value at x = 1. The problem is that the structure of
our argument is not clear: we have actually used a theorem in going from the
second phrase to the third, but have not explained the deduction. In general, if
the justification for a phrase includes anything beyond the truth of the previous
phrase, you must explicitly state that justification:
x2 + x − 2 (x + 2)(x − 1)
lim = lim
x→1 x2 − 1 x→1 (x + 1)(x − 1)
(x + 2)
= lim ,
x→1 (x + 1)
since
5
lim f (x) = lim g(x)
x→a x→a
x2 + x − 2 1 + 2
lim = = 3.
x→1 x2 − 1 1+1
We have discussed how to join phrases into sentences, and sentences into
paragraphs. What about paragraphs? For short questions such as those in the
previous two examples, one paragraph will usually suffice. For longer questions,
such as those that ask you to sketch a curve, you may require several paragraphs.
A simple rule is that each paragraph should be about a single topic. So, if
you are sketching a curve, for example, you might have one paragraph discussing
the function (zeros, asymptotes, etc.), and a second discussing the derivative, a
third discussing the second derivative, and a fourth tying these ideas together
and presenting the actual sketch.
After you have written your solution, re-read it and ask yourself the following
questions:
• Is each paragraph about a single topic?
• Is each paragraph made up of complete, properly punctuated sentences?
• Does each phrase follow logically from the one before it?
• Is each logical leap justified?
• Does the progression from one phrase to the next match the argument you
are trying to make?
6
Finally, try reading your solution aloud. It is amazing how many errors and
omissions you can catch simply by doing this.
In general, writing style is the set of properties which can make an argument
easier for the reader to follow. The details are up to you. But the effect should
be the same for every well-written piece of mathematics: the reader understands
what you are trying to say and can follow your argument easily.