PrimerOnProof PDF
PrimerOnProof PDF
Here, A is called the hypothesis or assumptions, and B is called the conclusion. Note that mathematicians use
the word ”hypothesis“ differently than it is used in the scientific method. For a mathematician, a ’hypothe-
sis’ is not an statement with an absolute ’true’ or ’false’ value, it is a description of a situation in which the
conclusion of the theorem holds.
A proof is a series of statements, each following logically from the previous, to reach the conclusion – using
only the hypotheses, definitions, and known true statements.
(b − a) ≥ 0.
We know that a and b are both positive, so their square roots are defined. Thus, we can use a difference of
squares expansion to write: √ √ √ √
( b − a)( b + a) = (b − a) ≥ 0.
√ √ √ √
Since a and b are strictly positive, so are a and b. Thus ( b + a) > 0, and we can divide through the
above expression without changing the direction of the inequality. We get:
√ √ (b − a) 0
( b − a) = √ √ ≥ √ √ =0
( b + a) ( b + a)
√ √
and so we conclude that b≥ a.
There is some discretion involved in writing proofs in deciding which statements are well-known or self-
evident and which need further justification. For example, in the above proof, we used the fact that positive
numbers have positive square roots without justification.
This approach can be a good way to brainstorm how the proof will work – but it is not appropriate for the
final write-up of the proof. At best, such arguments are poor exposition, and at worst they are logically
unsound. Always start a proof with the hypotheses and known truths, and work toward the conclusion.
Page 1 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
Common Mistake # 2. Checking the conclusion in a few specific examples, and extrapolating that it always
holds.
A proof must give a rigorous argument that the conclusion holds in all situations satisfying the hypotheses.
For example, if you want to prove that some property holds for all real numbers, then assign a variable
(such as x) to represent an arbitrary real number, and prove that property holds for this arbitrary number x.
Because x can represent any real number, you can conclude that the property holds for every real number.
It is not enough to simply plug in a few numbers for x and check in those cases.
In contrast, you can disprove a statement by finding a single example where the hypotheses hold but the
statement fails.
Suppose, for example, you want to prove that two quantities or expressions A and B are equal. It is a
common error to start this proof by equating A = B and then simultaneously manipulating both sides of
the equation. This is not a valid approach to the proof. Do not start a proof that A = B with the statement
A = B. It is possible to “prove” false statements this way. Instead, choose one side of the equation (A or B)
and work through a sequence of equalities until you arrive at the other side.
For example, the following is a proof that (x − y)2 + 4xy = (x + y)2 for all real numbers x and y:
Common Mistake #4. Making steps in the proof without adequate justification.
For this course, you should give justification for any facts that aren’t obvious. If you invoke a result that
was proved earlier in the course, then you should cite the result and explicitly verify that its hypotheses
are satisfied. As a general guideline, the arguments in your proof should be detailed enough to convince
someone with the background of a student in this course. Use your judgment about how much to write.
Be sure, too, that the overall structure of the proof is clear. A series of statements or computations are not
a complete proof unless it is explained how they connect and why they imply the final result. Most proofs
should include full English sentences. Keep in mind that the main goal of the proof is to communicate a
mathematical argument to the reader.
For example, if a step in the proof involves dividing by an unknown real number x, you will need to sepa-
rately treat the case that x = 0.
A symbol such as x is meaningless until it is assigned a meaning. A proof should include a declaration of
all the objects involved, for example “let x be a real number”, or “let f be a continuous function from R to
R”. Similarly, any nonstandard notation or shorthand should be defined. Communicate!
Page 2 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
An argument cannot be rigorous if it involves ambiguous or poorly defined statements. Be specific. Use
mathematical terminology, and use it correctly.
For example,
Imprecise Sentence: “The sine function looks the same every 2π.”
Better Sentences:
“The sine function takes on the same value at any two points in its domain that have a difference of 2π.”
“For every real number x, sin(x) = sin(x + 2π).”
“The sine function is periodic with period 2π.”
If you were writing an essay, you would not invent your own words, symbols, or shorthand. You would
not write idea fragments without context or support. You would not write a chaotic jumble of ideas across
the page with a network of arrows directing your reader in circles.
Please treat your proofs the same way. Remember that the primary purpose of your write-up is to commu-
nicate your reasoning to your reader. Please write neatly, grammatically, and in a sensible linear order. The
proofs in the textbook (and in class) are good models for proper formatting.
It is good practice to re-read your proofs, imagining how they would look to someone else. Is it clear what
all the words and symbols represent? Is it clear what order the proof should be read in? Is it clear which
statements are assumptions, which are statements that you are about to prove, and which are deductions? Is
the purpose of each line clear – what is being deduced, and why this deduction is logically sound? Does the
proof start with known facts, and progress toward the desired conclusion? Or, alternatively, start with one
side of a desired equation, and progress through a sequence of equalities toward the other side? Consider
having a second person proofread your work, and tell you which aspects need clarification.
A =⇒ B.
Page 3 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
“The composition g ◦ f of two functions f and g is continuous whenever both functions are continuous.”
f and g are continuous =⇒ g ◦ f is continuous
Contrapositive
The conditional statement
Both say that the set of integers is contained in the set of rational numbers.
Page 4 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
Converse
The conditional statement
A =⇒ B
is not equivalent to the statement
B =⇒ A,
which is called its converse.
Two-Way Implication
We write
A ⇐⇒ B
to mean “A is true if and only if B is true”. We say that A and B are equivalent.
Proving an “if and only if” statement requires t̆wo steps: showing A =⇒ B, and showing B =⇒ A.
“An interval I is open if and only if it does not contain its endpoints”.
Page 5 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
Proof Techniques
Technique #1: Proof by Contradiction
Suppose that the hypotheses are true, but that the conclusion is false. Reach a contradiction. Deduce that if
the hypotheses are true, the conclusion must be true too.
|x| |x|
Since x 6= 0, necessarily > 0, so in particular |x| < for the positive number = > 0. This means
2 2
|x|
|x| < .
2
6 0 by assumption, so we can divide both sides by |x| to conclude that 1 < 21 , a contradiction!
But, |x| =
Thus, if |x| < for every real number > 0, it must be the case that x = 0.
If a ≥ 0, then |a| = a, so
|a|2 = a2 .
n(n + 1)(2n + 1)
for example, 1 2 + 2 2 + · · · + n2 =
6
or a statement involving a variable n
Page 6 of 7
Math 150s Proof and Mathematical Reasoning Jenny Wilson
3. Conclusion. Conclude that the proposition holds for every natural number n.
Because the proposition holds when n = 1, the inductive step implies that it must hold when n = 2,
and therefore it must hold when n = 3, and when n = 4, and so forth, for every natural number n.
The reasoning behind a proof by induction is often compared to ’the domino effect’.
Homework
1. Read through this handout. Make note of any questions you have, or parts of the handout you found
confusing.
2. Briefly explain why a mathematical statement of the form “Under conditions A, conclusion B is true“
cannot be proven with a single example, but it can be disproven with a single example.
3. Briefly explain why a conditional statement A =⇒ B is equivalent to its contrapositive.
4. Suppose we know that A =⇒ B and and we are in a situation where A is false. What can we conclude
about B? (Trick question!)
5. Write the following conditional statements in the form A =⇒ B, and write the converses. For each
statement, indicate whether the statement is true or false, and indicate whether its converse is true or
false.
(a) If n is an integer, then 2n is an integer.
(b) A number 5n is rational only if n is rational.
(c) Let a and b be real numbers. If |a| < |b|, then a < b.
Page 7 of 7