# 10.5 Style Guidelines

## 10.5 Style Guidelines

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 = 2n \Rightarrow a+b = 2(m+n)
$$

write:

Since $a = 2m$ and $b = 2n$, we have

$$
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 $n$ be a positive integer.

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

### Keep notation consistent

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

If $f$ is a function, do not later use $f$ to mean a number. If $n$ is an integer, do not reuse $n$ 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 $n$ be an integer. Assume $n$ is even. Then $n = 2k$ for some integer $k$. Therefore, $n^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 + \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.

