Lecture 06
Lecture 06
Topics
● Review of the Proof Techniques
● Fallacies
● Conjectures
Mistakes in Proofs: examples
What is wrong with this famous supposed “proof” that 1 = 2?
Proof: We use these steps, where a and b are two equal positive integers.
Step Reason
1. a = b Given
Show that there is a positive integer that can be written as the sum of cubes of positive
integers in two different ways.
Solution: After considerable computation (such as a computer search) we can find that
1729 = 103 + 93 = 123 + 13.
Because we have displayed a positive integer that can be written as the sum of cubes in
two different ways, we are done.
Constructive and non-constructive Proofs: examples
Show that there exist irrational numbers x and y such that xy is rational.
Solution: We know that √2 is irrational. Consider the number (√2) √2 . If it is rational, we
have two irrational numbers x and y with xy rational, namely, x = √2 and y = √2. On the
other hand if (√2)√2 is irrational, then we can let x = (√2)√2 and y = √2 so that xy = ((√2)√2)√2
= (√2)(√2⋅√2) = (√2)2 = 2.
This proof is an example of a non-constructive existence proof because we have not found
irrational numbers x and y such that xy is rational. Rather, we have shown that either the
pair x = √2, y = √2 or the pair x = (√2)√2, y = √2 have the desired property, but we do not
know which of these two pairs works!
Open problems
● FERMAT’S LAST THEOREM: The equation xn + yn = zn has no solutions in
integers x, y, and z with xyz ≠ 0 whenever n is an integer with n > 2.
● The 3x + 1 Conjecture: Let T be the transformation that sends an even integer x to
x/2 and an odd integer x to 3x + 1. A famous conjecture, sometimes known as the 3x
+ 1 conjecture, states that for all positive integers x, when we repeatedly apply the
transformation T, we will eventually reach the integer 1. For example, starting with x
= 13, we find T(13) = 3 ⋅ 13 + 1 = 40, T(40) = 40/2 = 20, T(20) = 20/2 = 10, T(10) =
10/2 = 5, T(5) = 3 ⋅ 5 + 1 = 16, T(16) = 8, T(8) = 4, T(4) = 2, and T(2) = 1. The 3x +
1 conjecture has been verified using computers for all integers x up to 5.48 ⋅ 10 18.
● Twin Prime Conjecture: There are infinitely many pairs of twin primes.
Rules of Inference
● By an argument, we mean a sequence of statements that end with a conclusion.
● By valid, we mean that the conclusion, or final statement of the argument, must
follow from the truth of the preceding statements, or premises, of the argument. That
is, an argument is valid if and only if it is impossible for all the premises to be true
and the conclusion to be false.
● To deduce new statements from statements we already have, we use rules of
inference which are templates for constructing valid arguments. Rules of inference
are our basic tools for establishing the truth of statements of Inference.
● After we illustrate how rules of inference are used to produce valid arguments, we
will describe some common forms of incorrect reasoning, called fallacies, which lead
to invalid arguments.
Rules of Inference
● An argument in propositional logic is a sequence of propositions.
● All but the final proposition in the argument are called premises and the final
proposition is called the conclusion.
● An argument is valid if the truth of all its premises implies that the conclusion is true.
● An argument form in propositional logic is a sequence of compound propositions
involving propositional variables.
● An argument form is valid if no matter which particular propositions are substituted
for the propositional variables in its premises, the conclusion is true if the premises
are all true.
Rules of Inference
Determine whether the argument given here is valid and determine whether its conclusion
must be true because of the validity of the argument.
“If √2 > 3/2 , then (√2)2 > (3/2)2 .
We know that √2 > 3/2 . Consequently, (√2)2 = 2 > (3/2)2 = 9/4 .”
Solution: Let p be the proposition “√2 > 3/2” and q the proposition “2 > (3/2)2.” The
premises of the argument are p → q and p, and q is its conclusion. This argument is valid
because it is constructed by using modus ponens, a valid argument form. However, one of
its premises, 2 > 3/2, is false. Consequently, we cannot conclude that the conclusion is
true. Furthermore, note that the conclusion of this argument is false, because 2 < 9/4.
Rules of Inference: Modus Ponens
p
p→q
p∧q