In a mathematical document, it is common to have some English prose leading into a mathematical display and continuing after it. The display is some computation or equation, written symbolically, centered and with some space above and below. Technically the display can be part of the same paragraph as the writing before and after it. I have found this can be a bit awkward grammatically especially the frequency with which it happens. By the way I'm a PhD student in the process of writing my thesis so I'm thinking about these kinds of things a lot.
Firstly, it does not feel correct to include the display in a sentence, as in the following example (the content is arbitrary, just some minimal thing to give the idea).
Observing that $$v_1+3v_2-2v_3+8v_4=0,$$ we see that the vectors are linearly dependent.
In fact it seems better to leave out all punctuation from the display and keep the sentences before and after it self-contained. The usual approach is something like the following.
Observe the following equation. $$v_1+3v_2-2v_3+8v_4=0$$ We therefore conclude that the vectors are linearly dependent.
But after a while the expression "the following" starts to feel pretty worn out. You can mix it up by rephrasing so you say "as follows" or something, but there are not many substitutes.
I feel tempted to start writing something like this:
Observe: $$v_1+3v_2-2v_3+8v_4=0$$ We therefore conclude that the vectors are linearly dependent.
This seems very direct but grammatically dubious. Does anyone else worry about this? Any tips for a less repetitive document?
As an interesting aside, when looking for ideas on this I came across the following article on mathematical writing.
It has some good guidelines but does not address how to treat a displayed equation, or how to avoid saying "the following" over and over again. In fact if you do a text search you will see that it uses the phrase "the following" 25 times in a pretty short article.
Observe the following equation:is better thanObserve the following equation.. – ryang Jul 22 '23 at 02:06