Mathematical Reasoning
Mathematical Reasoning
2. A child examines ten tulips, all of which are red, and concludes that all tulips must be red.
3. If an isosceles triangle has at least two sides congruent, then an equilateral triangle is also
isosceles.
4. Sandy earned A's on her first six geometry tests so she concludes that she will always earn A's
on geometry tests.
7. Mike is older than Sue, and Sue is older than Anne. I conclude that Mike is older
than Anne.
9. Since all equilateral triangles are equiangular, and equiangular triangles have three
60 degree angles, I conclude that all equilateral triangles have three 60 degree angles.
10. The cafeteria has served pizza every Thursday for the past 2 months. I conclude that
the cafeteria will serve pizza next Thursday.
What is the truth value of the following statements?
1. Since it snowed every New Year's Day for the past four years it will snow on New
Year's Day this year.
2. A child examines ten tulips, all of which are red, and concludes that all tulips must be
red.
3. If an isosceles triangle has at least two sides congruent, then an equilateral triangle is
also isosceles.
4. Sandy earned A's on her first six geometry tests so she concludes that she will always
earn A's on geometry tests.
Trivial Proof:
Prove the statement:
“If there are 100 students enrolled in this course this semester,
then = 36.”
Proof: The assertion is trivially true, since the conclusion is true,
independent of the hypothesis (which, may or may not be true depending
on the enrollment).
Consider the following examples of proof
Vacuous Proof:
Prove the statement:
“If 6 is a prime number, then = 30.”
Proof: The hypothesis is false, therefore the
statement is vacuously true (even though the
conclusion is also false).
Consider the following examples of proof
Direct Proof.
Prove the statement:
“For all integers m and n, if m and n are odd integers, then m + n is an even
integer.”
Proof: Assume m and n are arbitrary odd integers. Then m and n can be written in the
form m = 2a + 1 and n = 2b + 1; where a and b are also integers.
Then m + n = (2a + 1) + (2b + 1) (substitution)
= 2a + 2b + 2 (associative and commutative laws of addition)
= 2(a + b + 1) (distributive law)
Since m+n is twice another integer, namely, a+b+1,m+n is an even integer.
Consider the following examples of proof
Proof by Contrapositive / Indirect proof.
We prove the contrapositive of the statement: If m and n are both odd integers, then mn is odd.
Proof. Suppose that m and n are arbitrary odd integers. Then m = 2a+1 and bn = 2b + 1; where a and b are
integers.
Proof by Contradiction.
Prove the statement is true: “Let x and y be real numbers. If 5x + 25y = 1723, then x or y
is not an integer.
Proof: Assume x and y are real numbers such that 5x+25y = 1723, and assume that both
x and y are integers.
By the distributive law, 5(x + 5y) = 1723: Since x and y are integers, this implies 1723 is
divisible by 5.
The integer 1723, however, is clearly not divisible by 5. This contradiction establishes the
result.
Consider the following examples of proof
Proof by Cases.
Prove that “If x is a real number such that , then either x > 1 or -2 < x < -1.
Proof. Assume x is a real number for which the inequality holds. Factor the
numerator of the fraction to get the inequality
Proof by Cases.
Nonconstructive Proof.
Pigeon Hole Principle: If n + 1 objects (pigeons) are distributed into n boxes (pigeon holes), then some box must
contain at least 2 of the objects.
Proof. Assume n + 1 objects (pigeons) are distributed into n boxes. Suppose the boxes are labeled ; ; :::; , and
assume that no box contains more than 1 object. Let denote the number of objects placed in Bi. Then 1 for i
≤ 1; :::; n, and so
But this contradicts the fact that k1 + k2 + _ _ _ + k n = n + 1, the total number of objects we started with.
Consider the following examples of proof
Non-Existence Proofs.
Suppose we wish to establish the truth of the statement : x P(x), which is equivalent to x :P(x). One way is to assume there
is a member, c, of the universe of discourse for which P(c) is true, and try to arrive at a contradiction.
Prove there does not exist an integer k such that 4k + 3 is a perfect square.
Proof. Proof by Contradiction: Assume there is an integer k such that 4k + 3 is a perfect square. That is, 4k + 3 = m2, where m is
an integer. Since the square of an even integer is even and 4k +3 is odd, m must be odd. Then m = 2a+1 for some integer a. Thus,