Marcus Fabius Quintilian (AD35–AD100)
We should not write so that it is possible for our readers to understand us, rather we should write so that it is impossible for them to misunderstand us.
De Institutione Oratoria, Book VIII, 2, 24
The theme for this part of the module
The theme for the lectures and labs on a Tuesday this semester is the written communication of mathematics. This involves two separate aspects:
learning appropriate software to typeset mathematical documents (LaTeX and HTML);
improving your mathematical writing skills in English.
Note.
The goals and a rough timetable
By the end of the semester, you should
These will be acheived as follows.
If you aren’t clear when explaining something face-to-face then people can ask you questions. You can rethink and try to explain more clearly.
If you aren’t clear when writing then the reader will just struggle with understanding. So written mathematics needs to be absolutely clear from the outset.
Grammar, punctuation and correct use of symbols are all key tools in making written mathematics clear.
Written mathematics must be readable
When people read mathematics they typically read it out loud in their head. Symbols have specific meanings and specific pronunciation. Change the symbols for words: does what you have make sense?
Example. For all ,
.
If
then .
Therefore ,
so or
.
This becomes the following when read.
For all , is greater than .
If is greater than then is greater than .
Therefore, is greater than , so is less than or is greater than .
Now look at this example.
Example.
This becomes the following when read.
is equal to
The square-root of
The square-root of
Activity. Introduce yourself to the person next to you (or talk in a group of three). For the bad solution above, try to work out what question was asked, then each write a much better solution, correcting errors and improving the solution above as much as possible. Compare what you wrote with your neighbour, and discuss.
A first solution to the activity
That example was a bad attempt at answering the following.
‘Write down an expression for the radius of a circle of area . Use it to find the radius when the area is .’
Here’s a reasonable solution to the problem.
The area is given by .
Therefore , since .
If then .
Thus the radius is (2 d.p.).
This is better than the original attempt. This is hopefully close to what you’d submit as a handwritten solution.
Some comments on this first solution
Note that
Notice the use of the ‘’ sign!
A more formal rewrite of the solution
The area for a circle with radius is given by . Thus and so , since . When this gives . Hence, when the area of the circle is its radius is .
This has quite a different tone.
While both of the solutions above are well-written, they serve different purposes.
The first one is well-judged for a handwritten homework.
The second solution uses fewer symbols and fewer line-breaks. It is the way mathematics is written in books, papers and reports. This is the style that we will be focusing on.
Do use proper grammar, and write in full sentences.
Don’t start a sentence with a symbol.
Don’t use too many symbols; often, words are better.
Do use symbols correctly and don’t invent your own.
1. Do use proper grammar and write in full sentences.
Maths is hard enough already without making the English hard! This includes putting full-stops after formulae if they’re at the end of the sentence, as in
Hence we see that
Sometimes the sentence carries on, as in
With given by
it is clear that…
in which case use a comma, or nothing at all.
2. Don’t start a sentence with a symbol.
It makes it hard to spot the start of the sentence. There’s a trick for this. For example, the sentence
is continuous.
can be rewritten as
The function is continuous.
3. Don’t use too many symbols; often, words are better.
For example, avoid using the symbols , , and in typeset mathematics.
In this course,
Now, . for all .
is not as appropriate as
Now, if then . Thus, the function is positive for all positive real numbers .
Note that the three dots are more for high-school maths than university maths; and the arrows have formal logical meaning.
4. Do use symbols correctly and don’t invent your own.
Each mathematical symbol has a precise meaning.
People sometimes use vague arrows such as , but what does this actually mean?
Good mathematical presentation is very important. It helps to create clear, readable solutions. It also helps you to think clearly.
In word processing software like Word or Google Docs you edit the output document. This is called ‘what you see is what you get’ (WYSIWYG) editing.
LaTeX uses so-called ‘mark-up’ editing (as does HTML). You prepare a text file with instructions about the structure of the document. This is fed into the PDFLaTeX program which combines this with style information to produce a PDF document.
[See the lab.]
You will see this in action in the lab this afternoon.