User Tools

Site Tools


elements_of_style_for_proofs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
elements_of_style_for_proofs [2013/09/20 07:53]
bmwoodruff
elements_of_style_for_proofs [2016/04/19 20:36] (current)
bmwoodruff
Line 17: Line 17:
   - **Use English words.** Although there will usually be equations or mathematical statements in your proofs, use English sentences to connect them and display their logical relationships. If you look in your notes/textbook, you'll see that each proof consists mostly of English words.   - **Use English words.** Although there will usually be equations or mathematical statements in your proofs, use English sentences to connect them and display their logical relationships. If you look in your notes/textbook, you'll see that each proof consists mostly of English words.
   - **Use complete sentences.** If you wrote a history essay in sentence fragments, the reader would not understand what you meant; likewise in mathematics you must use complete sentences, with verbs, to convey your logical train of thought. <html>   - **Use complete sentences.** If you wrote a history essay in sentence fragments, the reader would not understand what you meant; likewise in mathematics you must use complete sentences, with verbs, to convey your logical train of thought. <html>
-<br>+<br><br>
 </html> Some complete sentences can be written purely in mathematical symbols, such as equations (e.g., $a^3=b^{-1}$), inequalities (e.g., $x<5$), and other relations (like $5\big|10$ or $7\in\mathbb{Z}$). These statements usually express a relationship between two mathematical \emph{objects}, like numbers or sets.  However, it is considered bad style to begin a sentence with symbols.  A common phrase to use to avoid starting a sentence with mathematical symbols is "We see that..." </html> Some complete sentences can be written purely in mathematical symbols, such as equations (e.g., $a^3=b^{-1}$), inequalities (e.g., $x<5$), and other relations (like $5\big|10$ or $7\in\mathbb{Z}$). These statements usually express a relationship between two mathematical \emph{objects}, like numbers or sets.  However, it is considered bad style to begin a sentence with symbols.  A common phrase to use to avoid starting a sentence with mathematical symbols is "We see that..."
-  - **Show the logical connections among your sentences.** Use phrases like "Therefore" or "because" or "if\ldots, then\ldots" or "if and only if" to connect your sentences.+  - **Show the logical connections among your sentences.** Use phrases like "Therefore" or "because" or "if$\ldots$, then$\ldots$" or "if and only if" to connect your sentences
 +  - **Use paragraphs to organize your work into logical chunks.** If every sentence starts a new paragraph, then you are not logical organizing your work.  Similarly, if you have a long proof and all your sentences are in a single paragraph, you are not logically organizing your work. Use paragraphs to put structure and order to your work
   - **Know the difference between statements and objects.** A mathematical object is a //thing//, a noun, such as a group, an element, a vector space, a number, an ordered pair, etc. Objects either exist or don't exist. Statements, on the other hand, are mathematical //sentences//:  they can be true or false.<html>   - **Know the difference between statements and objects.** A mathematical object is a //thing//, a noun, such as a group, an element, a vector space, a number, an ordered pair, etc. Objects either exist or don't exist. Statements, on the other hand, are mathematical //sentences//:  they can be true or false.<html>
-<br>+<br><br>
 </html> When you see or write a cluster of math symbols, be sure you know  whether it's an object (e.g., "$x^2+3$") or a statement (e.g., "$x^2+3<7$"). One way to tell is that every mathematical statement includes a verb, such as $=$, $\leq$, "divides", etc. </html> When you see or write a cluster of math symbols, be sure you know  whether it's an object (e.g., "$x^2+3$") or a statement (e.g., "$x^2+3<7$"). One way to tell is that every mathematical statement includes a verb, such as $=$, $\leq$, "divides", etc.
   - **"$=$" means equals.** Don't write $A=B$ unless you mean that $A$ actually equals $B$. This rule seems obvious, but there is a great temptation to be sloppy.  In calculus, for example, some people might write $f(x)=x^{2}=2x$ (which is false), when they really mean that "if $f(x)=x^{2}$, then $f'(x)=2x$."   - **"$=$" means equals.** Don't write $A=B$ unless you mean that $A$ actually equals $B$. This rule seems obvious, but there is a great temptation to be sloppy.  In calculus, for example, some people might write $f(x)=x^{2}=2x$ (which is false), when they really mean that "if $f(x)=x^{2}$, then $f'(x)=2x$."
Line 32: Line 33:
 d = \sqrt{12^2+5^2} = 13. d = \sqrt{12^2+5^2} = 13.
 \] In this string of equalities, the first equals sign is true by the Pythagorean theorem, the second is just arithmetic, and the //point// is that the first item equals the last item: $d=13$. <html> \] In this string of equalities, the first equals sign is true by the Pythagorean theorem, the second is just arithmetic, and the //point// is that the first item equals the last item: $d=13$. <html>
-<br>+<br><br>
 </html> A common error is to write strings of equations in the wrong order. For example, if you were to write "$\sqrt{12^2+5^2}=13=d$", your reader would understand the first equals sign, would be baffled as to how we know $d=13$, and would be utterly perplexed as to why you wanted or needed to go through $13$ to prove that $\sqrt{12^2+5^2}=d$. </html> A common error is to write strings of equations in the wrong order. For example, if you were to write "$\sqrt{12^2+5^2}=13=d$", your reader would understand the first equals sign, would be baffled as to how we know $d=13$, and would be utterly perplexed as to why you wanted or needed to go through $13$ to prove that $\sqrt{12^2+5^2}=d$.
   - **Avoid circularity.**  Be sure that no step in your proof makes use of the conclusion!   - **Avoid circularity.**  Be sure that no step in your proof makes use of the conclusion!
Line 43: Line 44:
 1 =& 1 1 =& 1
 \end{align*} Notice what has happened here:  the writer //started// with the conclusion, and deduced the true statement "$1=1$." In other words, he/she has proved "If $\tan^2(x) = \sec^2(x) - 1$, then $1=1$," which is true but highly uninteresting.<html> \end{align*} Notice what has happened here:  the writer //started// with the conclusion, and deduced the true statement "$1=1$." In other words, he/she has proved "If $\tan^2(x) = \sec^2(x) - 1$, then $1=1$," which is true but highly uninteresting.<html>
-<br>+<br><br>
 </html> Now this isn't a bad way of //finding// a proof. Working backwards from your goal often is a good strategy //on your scratch paper//, but when it's time to //write// your proof, you have to start with the hypotheses and work to the conclusion. </html> Now this isn't a bad way of //finding// a proof. Working backwards from your goal often is a good strategy //on your scratch paper//, but when it's time to //write// your proof, you have to start with the hypotheses and work to the conclusion.
   - **Be concise.** Most students err by writing their proofs too short, so that the reader can't understand their logic. It is nevertheless quite possible to be too wordy, and if you find yourself writing a full-page essay, it's probably because you don't really have a proof, but just an intuition. When you find a way to turn that intuition into a formal proof, it will be much shorter.   - **Be concise.** Most students err by writing their proofs too short, so that the reader can't understand their logic. It is nevertheless quite possible to be too wordy, and if you find yourself writing a full-page essay, it's probably because you don't really have a proof, but just an intuition. When you find a way to turn that intuition into a formal proof, it will be much shorter.
-  - **Introduce every symbol you use.** If you use the letter "$k$," the reader should know exactly what $k$ is. Good phrases for introducing symbols include "Let $n\in \mathbb{N}$," "Let $k$ be the least integer such that\ldots," "For every real number $a$\ldots," and "Suppose that $X$ is a counterexample."+  - **Introduce every symbol you use.** If you use the letter "$k$," the reader should know exactly what $k$ is. Good phrases for introducing symbols include "Let $n\in \mathbb{N}$," "Let $k$ be the least integer such that$\ldots$," "For every real number $a\ldots$," and "Suppose that $X$ is a counterexample."
   - **Use appropriate quantifiers (once).** When you introduce a variable $x\in S$, it must be clear to your reader whether you mean "for all $x\in S$" or just "for some $x\in S$." If you just say something like "$y=x^2$ where $x\in S$," the word "where" doesn't indicate whether you mean "for all" or "some".<html>   - **Use appropriate quantifiers (once).** When you introduce a variable $x\in S$, it must be clear to your reader whether you mean "for all $x\in S$" or just "for some $x\in S$." If you just say something like "$y=x^2$ where $x\in S$," the word "where" doesn't indicate whether you mean "for all" or "some".<html>
-<br>+<br><br>
 </html> Phrases indicating the quantifier "for all" include "Let $x\in S$"; "for all $x\in S$"; "for every $x\in S$"; "for each $x\in S$"; etc. Phrases indicating the quantifier "some" (or "there exists") include "for some $x\in S$"; "there exists an $x\in S$"; "for a suitable choice of $x\in S$"; etc.<html> </html> Phrases indicating the quantifier "for all" include "Let $x\in S$"; "for all $x\in S$"; "for every $x\in S$"; "for each $x\in S$"; etc. Phrases indicating the quantifier "some" (or "there exists") include "for some $x\in S$"; "there exists an $x\in S$"; "for a suitable choice of $x\in S$"; etc.<html>
-<br>+<br><br>
 </html> On the other hand, don't introduce a variable more than once! Once you have said "Let $x\in S$," the letter $x$ has its meaning defined. You don't //need// to say "for all $x\in S$" again, and you definitely should //not// say "let $x\in S$" again. </html> On the other hand, don't introduce a variable more than once! Once you have said "Let $x\in S$," the letter $x$ has its meaning defined. You don't //need// to say "for all $x\in S$" again, and you definitely should //not// say "let $x\in S$" again.
   - **Use a symbol to mean only one thing.** Once you use the letter $x$ once, its meaning is fixed for the duration of your proof. You cannot use $x$ to mean anything else.   - **Use a symbol to mean only one thing.** Once you use the letter $x$ once, its meaning is fixed for the duration of your proof. You cannot use $x$ to mean anything else.
   - **Don't "prove by example."** Most problems ask you to prove that something is true "for all"---You //cannot// prove this by giving a single example, or even a hundred. Your answer will need to be a logical argument that holds for //every example there possibly could be//.   - **Don't "prove by example."** Most problems ask you to prove that something is true "for all"---You //cannot// prove this by giving a single example, or even a hundred. Your answer will need to be a logical argument that holds for //every example there possibly could be//.
   - **Write "Let $x=\dots$," not "Let $\dots=x$."** When you have an existing expression, say $a^{2}$, and you want to give it a new, simpler name like $b$, you should write "Let $b=a^{2}$," which means, "Let the new symbol $b$ mean $a^{2}$." This convention makes it clear to the reader that $b$ is the brand-new symbol and $a^{2}$ is the old expression he/she already understands.<html>   - **Write "Let $x=\dots$," not "Let $\dots=x$."** When you have an existing expression, say $a^{2}$, and you want to give it a new, simpler name like $b$, you should write "Let $b=a^{2}$," which means, "Let the new symbol $b$ mean $a^{2}$." This convention makes it clear to the reader that $b$ is the brand-new symbol and $a^{2}$ is the old expression he/she already understands.<html>
-<br>+<br><br>
 </html> If you were to write it backwards, saying "Let $a^{2}=b$," then your startled reader would ask, "What if $a^{2}\neq b$?" </html> If you were to write it backwards, saying "Let $a^{2}=b$," then your startled reader would ask, "What if $a^{2}\neq b$?"
-  - **Make your counterexamples concrete and specific.** Proofs need to be entirely general, but counterexamples should be absolutely concrete. When you provide an example or counterexample, make it as specific as possible. For a set, for example, you must name its elements, and for a function you must give its rule. Do not say things like "$\theta$ could be one-to-one but not onto"; +  - **Make your counterexamples concrete and specific.** Proofs need to be entirely general, but counterexamples should be absolutely concrete. When you provide an example or counterexample, make it as specific as possible. For a set, for example, you must name its elements, and for a function you must give its rule. Do not say things like "$\theta$ could be one-to-one but not onto"; instead, provide an actual function $\theta$ that //is// one-to-one but not onto. 
-instead, provide an actual function $\theta$ that //is// one-to-one but not onto. +  - **Don't include examples in proofs.** Including an example very rarely adds anything to your proof. If your logic is sound, then it doesn't need an example to back it up. If your logic is bad, a dozen examples won't help it (see 19, **Don't "prove by example."**). There are only two valid reasons to include an example in a proof: if it is a **counterexample** disproving something, or if you are performing complicated manipulations in a general setting and the example is just to help the reader understand what you are saying. 
-  - **Don't include examples in proofs.** Including an example very rarely adds anything to your proof. If your logic is sound, then it doesn't need an example to back it up. If your logic is bad, a dozen examples won't help it (see **proof_by_example**). There are only two valid reasons to include an example in a proof: if it is a **counterexample** disproving something, or if you are performing complicated manipulations in a general setting and the example is just to help the reader understand what you are saying. +  - **Use scratch paper.** Finding your proof will be a long, potentially messy process, full of false starts and dead ends. Do all that on scratch paper until you find a real proof, and only then break out your clean paper to write your final proof carefully. //Do not hand in your scratch work!//<html> 
-  - **Use scratch paper.** Finding your proof will be a long, potentially messy process, full of false starts and dead ends. Do all that on scratch paper +<br><br>
-until you find a real proof, and only then break out your clean paper to write your final proof carefully. //Do not hand in your scratch work!//<html> +
-<br>+
 </html> Only sentences that actually contribute to your proof should be part of the proof. Do not just perform a "brain dump," throwing everything you know onto the paper before showing the logical steps that prove the conclusion. //That is what scratch paper is for.// </html> Only sentences that actually contribute to your proof should be part of the proof. Do not just perform a "brain dump," throwing everything you know onto the paper before showing the logical steps that prove the conclusion. //That is what scratch paper is for.//
- 
  
 ====$\LaTeX$==== ====$\LaTeX$====
Line 103: Line 101:
  
 \item \textbf{Show the logical connections among your sentences.} Use phrases like ``Therefore'' or ``because'' or ``if\ldots, then\ldots'' or ``if and only if'' to connect your sentences. \item \textbf{Show the logical connections among your sentences.} Use phrases like ``Therefore'' or ``because'' or ``if\ldots, then\ldots'' or ``if and only if'' to connect your sentences.
-  + 
 +\item \textbf{Use paragraphs to organize your work into logical chunks.} If every sentence starts a new paragraph, then you are not logical organizing your work.  Similarly, if you have a long proof and all your sentences are in a single paragraph, you are not logically organizing your work. Use paragraphs to put structure and order to your work.  
 \item \textbf{Know the difference between statements and objects.} A mathematical object is a \emph{thing}, a noun, such as a group, an element, a vector space, a number, an ordered pair, etc. Objects either exist or don't exist. Statements, on the other hand, are mathematical \emph{sentences}:  they can be true or false. \item \textbf{Know the difference between statements and objects.} A mathematical object is a \emph{thing}, a noun, such as a group, an element, a vector space, a number, an ordered pair, etc. Objects either exist or don't exist. Statements, on the other hand, are mathematical \emph{sentences}:  they can be true or false.
  
elements_of_style_for_proofs.1379677995.txt.gz · Last modified: 2013/09/20 07:53 by bmwoodruff