Skip to main content
Mathematics LibreTexts

Appendix A: Guidelines for Writing Mathematical Proofs

  • Page ID
    7090
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    One of the most important forms of mathematical writing is writing mathematical proofs. The writing of mathematical proofs is an acquired skill and takes a lot of practice. Throughout the textbook, we have introduced various guidelines for writing proofs. These guidelines are in Sections 1.1, 1.2, 3.1, 3.2, 3.3, and 4.1.

    Following is a summary of all the writing guidelines introduced in the text. This summary contains some standard conventions that are usually followed when writing a mathematical proof.

    1. Know your audience. Every writer should have a clear idea of the intended audience for a piece of writing. In that way, the writer can give the right amount of information at the proper level of sophistication to communicate effectively. This is especially true for mathematical writing. For example, if a mathematician is writing a solution to a textbook problem for a solutions manual for instructors, the writing would be brief with many details omitted. However, if the writing was for a students’ solution manual, more details would be included.
    2. As an example, an exercise in a text might read, “Prove that if \(x\) is an odd integer, then \(x^2\) is an odd integer.” This could be started as follows:

      Theorem. If \(x\) is an odd integer, then \(x^2\) is an odd integer.
      Proof: We assume that \(x\) is an odd integer ....

    3. Begin the proof with a statement of your assumptions. Follow the statement of your assumptions with a statement of what you will prove.

      Proof. We assume that \(x\) and \(y\) are odd integers and will prove that \(x \cdot y\) is an odd integer.

    4. Use the pronoun “we.” If a pronoun is used in a proof, the usual convention is to use “we” instead of “I.” The idea is to stress that you and the reader are doing the mathematics together. It will help encourage the reader to continue working through the mathematics. Notice that we started the proof of Theorem 1.8 with “We assume that... .”
    5. Use italics for variables when using a word processor. When using a word processor to write mathematics, the word processor needs to be capable of producing the appropriate mathematical symbols and equations. The mathematics that is written with a word processor should look like typeset mathematics. This means that variables need to be italicized, boldface is used for vectors, and regular font is used for mathematical terms such as the names of the trigonometric functions and logarithmic functions.

      For example, we do not write sin x or \(sin\ x\). The proper way to typeset this is sin \(x\).

    6. Do not use \(\ast\) for multiplication or ˆ for exponents. Leave this type of notation for writing computer code. The use of this notation makes it difficult for humans to read. In addition, avoid using / for division when using a complex fraction.
      For example, it is very difficult to read \((x^3 - 3x^2 + 1/2)/(2x/3 - 7)\); the fraction
      \[\dfrac{x^3 - 3x^2 + \dfrac{1}{2}}{\dfrac{2x}{3} - 7}\]
      is much easier to read.
    7. Use complete sentences and proper paragraph structure. Good grammar is an important part of any writing. Therefore, conform to the accepted rules of grammar. Pay careful attention to the structure of sentences. Write proofs using complete sentences but avoid run-on sentences. Also, do not forget punctuation, and always use a spell checker when using a word processor.
    8. Keep the reader informed. Sometimes a theorem is proven by proving the contrapositive or by using a proof by contradiction. If either proof method is used, this should be indicated within the first few lines of the proof. This also applies if the result is going to be proven using mathematical induction.

      Example

      • We will prove this result by proving the contrapositive of the statement.
      • We will prove this statement using a proof by contradiction.
      • We willassume to the contrary that... .
      • We will use mathematical induction to prove this result.

      In addition, make sure the reader knows the status of every assertion that is made. That is, make sure it is clearly stated whether an assertion is an assumption of the theorem, a previously proven result, a well-known result, or something from the reader’s mathematical background.

    9. Display important equations and mathematical expressions. Equations and manipulations are often an integral part of the exposition. Do not write equations, algebraic manipulations, or formulas in one column with reasons given in another column (as is often done in geometry texts). Important equations and manipulations should be displayed. This means that they should be centered with blank lines before and after the equation or manipulations, and if one side of an equation does not change, it should not be repeated. For example,

      Using algebra, we obtain
      \[\begin{array} {rcl} {x \cdot y} &= & {(2m + 1)(2n + 1)} \\ {} &= & {4mn + 2m + 2n + 1} \\ {} &= & {2(2mn + m + n) + 1.} \end{array}\]
      Since \(m\) and \(n\) are integers, we conclude that ... .

    10. Equation numbering guidelines. If it is necessary to refer to an equation later in a proof, that equation should be centered and displayed, and it should be given a number. The number for the equation should be written in paren- theses on the same line as the equation at the right-hand margin.

      Example

      Since \(x\) is an odd integer, there exists an integer \(n\) such that
      \[x = 2n + 1\]

      Later in the proof, there may be a line such as

      Then, using the result in equation (A.3), we obtain ... .

      Please note that we should only number those equations we will be referring to later in the proof. Also, note that the word “equation” is not capitalized when we are referring to an equation by number. Although it may be appropriate to use a capital “E,” the usual convention in mathematics is not to capitalize.

    11. Do not use a mathematical symbol at the beginning of a sentence.
      For example, we should not write, “Let \(n\) be an integer. \(n\) is an odd integer provided that ... .” Many people find this hard to read and often have to reread it to understand it. It would be better to write, “An integer \(n\) is an odd integer provided that ... .”
    12. Use English and minimize the use of cumbersome notation. Do not use the special symbols for quantifiers \(\forall\) (for all), \(\exists\) (there exists), \(\backepsilon\) (such that), or \(\therefore\) (therefore) in formal mathematical writing. It is often easier to write, and usually easier to read, if the English words are used instead of the symbols. For example, why make the reader interpret
      \[(\forall x \in \mathbb{R}) (\exists y \in \mathbb{R}) (x + y = 0)\]
      where it is possible to write

      For each real number \(x\), there exists a real number \(y\) such that \(x + y = 0\), or more succinctly (if appropriate)

      Every real number has an additive inverse.

    13. Tell the reader when the proof has been completed. Perhaps the best way to do this is to say outright that, “This completes the proof.” Although it may seem repetitive, a good alternative is to finish a proof with a sentence that states precisely what has been proven. In any case, it is usually good practice to use some “end of proof symbol” such as \(\blacksquare\).
    14. Keep it simple. It is often difficult to understand a mathematical argument no matter how well it is written. Do not let your writing help make it more difficult for the reader. Use simple, declarative sentences and short paragraphs, each with a simple point.
    15. Write a first draft of your proof and then revise it. Remember that a proof is written so that readers are able to read and understand the reasoning in the proof. Be clear and concise. Include details but do not ramble. Do not be satisfied with the first draft of a proof. Read it over and refine it. Just like any worthwhile activity, learning to write mathematics well takes practice and hard work. This can be frustrating. Everyone can be sure that there will be some proofs that are difficult to construct, but remember that proofs are a very important part of mathematics. So work hard and have fun.
    • Was this article helpful?