Skip to content

10.5 Style Guidelines

Practical rules for writing mathematics in a clear, consistent, and readable way.

Mathematical writing benefits from a consistent style. Style here does not mean decoration. It refers to habits that make text easier to read, easier to check, and easier to reuse.

These guidelines are simple, but they improve clarity when applied consistently.

Use complete sentences

Mathematics is written in sentences, not only in symbols.

Instead of writing:

a=2m, b=2na+b=2(m+n) a = 2m,\ b = 2n \Rightarrow a+b = 2(m+n)

write:

Since a=2ma = 2m and b=2nb = 2n, we have

a+b=2(m+n). a+b = 2(m+n).

The sentence explains the meaning of the symbols.

Introduce symbols before using them

Every symbol should be introduced when it first appears.

For example:

Let nn be a positive integer.

After this, the symbol nn can be used freely. Without this sentence, the reader does not know what nn represents.

Keep notation consistent

Once a symbol has a meaning, do not change it.

If ff is a function, do not later use ff to mean a number. If nn is an integer, do not reuse nn for a different purpose. Consistent notation reduces confusion.

Use words to guide the reader

Words show the structure of the argument.

Common guiding phrases include:

“Let” to introduce objects “Assume” to state conditions “Then” to show consequences “Therefore” to mark conclusions

For example:

Let nn be an integer. Assume nn is even. Then n=2kn = 2k for some integer kk. Therefore, n2=4k2n^2 = 4k^2, which is even.

These words connect the steps.

Display important formulas

Important formulas should be placed on their own line. This makes them easier to read.

For example:

1+2+3++n=n(n+1)2. 1 + 2 + 3 + \cdots + n = \frac{n(n+1)}{2}.

Inline formulas are useful for short expressions. Displayed formulas are better for longer or important results.

Avoid unnecessary notation

Do not introduce symbols that are not needed.

For example, if a problem involves only one number, there is no need to define many variables. Extra notation makes the text harder to follow.

Keep paragraphs focused

Each paragraph should have one main idea. If a paragraph becomes too long or covers several ideas, break it into smaller parts.

A focused paragraph helps the reader follow the argument step by step.

Revise for clarity

Writing is a process. After drafting, revise the text.

Check for:

Missing definitions Unclear steps Inconsistent notation Unnecessary words

Small changes can greatly improve readability.

A practical habit

Good style comes from practice. When reading mathematics, notice what makes a text easy or hard to follow. When writing, aim for consistency, clarity, and structure.

Clear writing reflects clear thinking.