An exhaustive proof is a special type of proof by cases where each involves checking a single example.
Proof methods and strategy
Exhaustive
proof :
An
exhaustive proof is a special type of proof by cases where each involves
checking a single example.
Example: Prove that every integer n
with 2 ≤ n ≤ 26 can be written as a sum of at most three perfect squares.
Proof:
Let S = {2, 4, 6, ..., 24, 26}.
We
have to prove that the statement: "∀x ϵ S, P(x)" is
true. Where P(x): x is a sum of at most three perfect squares.
We
observe the following:
2
= 12 +12
4
= 22
6
= 22 + 12 + 12
8
= 22 + 22
10
= 32 + 12
12
= 22 + 22 + 22
14
= 32 + 22 + 12
16
= 42
18
= 42 + 12 + 12
20
= 42 + 22
22
= 32 + 32 + 22
24
= 42 + 22 + 22
26
= 52 + 12
This
show sthat each x in S is a sum of at most three perfect squares.
Example 2. Prove that (n+1)3≥3n
if n is a positive integer with n≤4
Solution:
Given: (n+1)3 ≥ 3n
for n = 1, 2, 3, 4
In
each of these four cases, we see that
(n
+ 1)3 ≥ 3n
This
method cover all possible cases that arise in a theorem.
Example 1. Prove that if n is an
integer, then n3 ≥ n
Proof :
Case (i) When n = 0, we get 03 = 0
⇒ n3n is true.
Case
(ii) when n ≥ 1
(n2) (n) ≥ (n2) (1)
n3
≥ n2
⇒ n3 ≥ n for n
≥1
Case
(iii) When n ≤ -1. However n3 ≥ 0.
If
follows that n3 ≥ n
We
can conclude that if n is an integer, then n3 ≥ n
Example 2. Prove the triangle inequality,
which states that if x and y are real numbers, then |x|+|y| x+y] (where |x|
represents the absolute value of x, which equals x if x ≥ 0 and equals -x if x
< 0)
Proof:
Case (i) x ≥ 0 and y ≥0
Then
|x| + |y| = x + y = | x + y |
Case
(ii) x < 0 and y < 0 (x + y) <0
Then
|x| + |y| = (-x) + (-y) = - (x + y) = |x + y|
because
(x + y) <0
Case
(iii) x ≥ 0 and y < 0
Then
|x| + |y| = x + (-y).
If
x ≥ -y, then |x + y| = x + y
But
because y < 0, -y > y, so
[x]
+ [y] = x + (-y) > x + y = |x + y|
If
x < -y, then |x + y| = - (x + y) = (-x) + (-y)
But
because x ≥ 0, x ≥ -x, so
|x|
+ |y| = x + (-y) ≥ -x + (-y) = |x + y|
Case
(iv) x < 0 and y = 0
It
is identical to case (iii) with the roles of x and y reversed.
Generally,
look for a proof by cases when there is no obvious way to begin a proof, but
when extra information in each case helps move the proof forward.
Example: Show that there are no
solutions in integers x and y of x2 + 3y2 = 8
Solution: x2
> 8 when |x| ≥ 3 and
3y2
> 8 when |y| ≥ 2
This
leaves the cases when x takes on one of the values -2, -1, 0, 1 or 2 and y
takes on one of the values -1, 0 or 1.
We
can finish using an exhaustive proof.
Now
possible values of x2 are 4, 0, 1 and possible values of 3y2
are 3, 0 and the largest sum of possible values
for
x2 and 3y2 is 7.
Consequently,
it is not possible
for
x2 + 3y2 = 8 to hold when x and y are integers.
Many
incorrect proofs of famous theorems turned out to rely on arguments that used
the idea of "without loss of generality" to establish that could not
be quickly proved from simpler cases.
Example:
Prove or disprove that you can use dominoes to tile the standard checker board
with two adjacent corners removed (that is, corners that are not opposite).
Solution:
Without loss of generality, assume that the upper left and upper right corners
of the board are removed. Place three dominoes horizontally to fill the
remaining portion of the first row, and fill each of the other seven rows with
four horizontal dominoes.
Example 2. Show that (x + y)r
< xr + yr whenever x and y are positive real numbers
and r is real number with 0 < r < 1.
Solution:
Without loss of generality
Assume
that x + y =1, because x and y are positive, 0 < x < 1 and 0 < y <
1, 0 < r < 1
⇒ 0 < 1-r < 1
⇒ x1-r < 1
and y1-r < 1
⇒ x < xr
and y < yr
⇒ xr + yr
> x + y = 1
This
means that (x + y)r = 1r < xr + yr
This
proves the theorem for x + y = 1
A
common error of reasoning is to draw incorrect conclusions from examples. No
matter how many separate examples are considered, a theorem is not proved by
considering examples n less every possible case is covered.
Example 3. What is wrong with this
"proof"?
Theorem: If
x is a real number, then x2 is a positive real number.
Proof :
Let a1 be "x is positive,"
Let
a2 be "x is negative," and
Let
b be "x2 is positive."
To
show that a1→b is true, not that when x is positive, x2
is positive since it is the product of two positive numbers, x and x. To show
that a2→b, note that when x is negative, x2 is positive
because it is the product of two negative numbers, x and x. This completes the
proof.
Solution:
Here we missed the case x = 0.
If
x = 0, x2 =0 is not positive, so the supposed theorem is false.
If
a is "x is a real number.",
Let
a1: x is positive,
a2:
x is negative,
a3:
x=0
then
a ↔ a1 V a2 V a3
It
was pointed out that a proposition of the form "Ǝx ϵ S, P (x)" is true if any one
element a ϵ
S such that P (a) is true is exhibited. Hence, the best way of proving a
proposition of the form "Ǝx ϵ
S, P (x)" is to exhibit the existence of one a ϵ S such that P (a) is true. This
method of proof is called the proof of existence.
Example 1. Prove that there exists
a real number x such that x3 + 2x2 - 5x - 6=0
Solution:
It is sufficient to exhibit one real number x such that x3 + 2x2
- 5x - 6=0.
We
check that x = -1 is one such real number.
Example 2. Show that there is a
positive integer that can be written as the sum of cubes of positive integers
in two different ways.
Solution:
Our great mathematician Ramanujan number 1729 is the best example.
1729
= 103 +93 = 123 + 13
It
is a constructive existence proof.
The
two parts of a uniqueness proof are
1. Existence:
Ǝ an element x with the desired property exists.
2. Uniqueness:
Ǝ if y ≠ x, then y does not have the desired property.
Another
form of uniqueness
We
can show that if x and y both have the desired property, then x = y
Example: Show that if a and b are
real numbers and a 0, then there is a unique real number such that ar - b = 0
Solution :
1. Existence proof :
Given
ar- b = 0
the
real number r = b/a is a solution of ar - b = 0 consequently,
a
real number r exists for which ar - b=0
2. Uniqueness proof:
Suppose
that s is a real number such that as - b = 0.
Then
ar - b = as - b where r = b/a
⇒ ar = as
⇒ r=s
This
means that s ≠ r, then as - b ≠ 0.
This
establishes the uniqueness part of the proof.
Discrete Mathematics: Unit I: Logic and Proofs : Tag: : Logic and Proofs - Discrete Mathematics - Proof Methods and Strategy
Discrete Mathematics
MA3354 3rd Semester CSE Dept | 2021 Regulation | 3rd Semester CSE Dept 2021 Regulation