Skip to content

10.3 Clarity and Minimalism

How to write mathematics with enough detail, few distractions, and clear logical structure.

Good mathematical writing should make the idea easy to follow. The reader should be able to see what is being defined, what is being claimed, and why each step is true.

Clarity means the writing is understandable. Minimalism means the writing avoids unnecessary details. These two ideas work together. A clear text gives enough information. A minimal text avoids extra words, symbols, or examples that distract from the main point.

Say what the object is

When introducing an object, say what kind of object it is.

Instead of writing:

Let xx be given.

write:

Let xx be a real number.

The second sentence is clearer because the reader knows what kind of value xx can be. Is xx an integer, a real number, a function, a vector, or a set? Mathematical symbols need a type or context.

State the goal

A proof is easier to read when the goal is visible.

For example, suppose we want to prove that the sum of two odd integers is even. We can begin:

We will show that a+ba+b is even.

This helps the reader know what the proof is trying to reach. Without a clear goal, the reader may see correct steps but miss the direction of the argument.

Use symbols carefully

Symbols are useful when they make writing shorter and more precise. But too many symbols can make a simple idea harder to read.

For example, this sentence is readable:

For every integer nn, the number 2n2n is even.

This version is shorter, but harder for a beginner:

nZ, 2n is even. \forall n \in \mathbb{Z},\ 2n \text{ is even}.

Both are correct. The better choice depends on the reader. For beginners, words often help more than dense notation.

Remove unnecessary words

Mathematical writing should avoid filler.

Instead of writing:

It is very clear and obvious that the number 2n2n is even.

write:

The number 2n2n is even.

Words like “obvious,” “clearly,” and “trivially” can be risky. What is obvious to the writer may be new to the reader. If a step matters, explain it. If it does not matter, remove it.

Keep one idea in one sentence

Long sentences often hide the logic.

Instead of writing:

Since aa and bb are even and this means that they can both be written as multiples of 22 and therefore their sum is also a multiple of 22, the sum is even.

write:

Since aa is even, a=2ma = 2m for some integer mm. Since bb is even, b=2nb = 2n for some integer nn. Therefore,

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

So a+ba+b is even.

The second version is longer, but clearer. Minimalism does not mean making everything short. It means removing confusion.

Use examples with purpose

Examples should help the reader understand a definition or result.

For example, after defining even numbers, we may write:

The number 1212 is even because 12=2×612 = 2 \times 6.

This example is useful because it shows how the definition is used.

But a long list such as 2,4,6,8,10,12,14,162, 4, 6, 8, 10, 12, 14, 16 may add little. One or two examples are often enough.

A practical habit

After writing a paragraph, ask:

What is the main point? Does every sentence help that point? Are all symbols explained? Can the reader see why each step follows?

Clear mathematical writing is not decoration. It is part of the reasoning itself. When the writing is clear, the argument becomes easier to check.