π Elements of logic and proofs#
β± 12 min | 1245 words
References and additional materials

Appendix A1.3

Appendix A.2, A.3, A.4
3blue1brown Grant Sandersonβs video tale of two problem solvers YouTube
The Wason selection paradox#
Mathematics relies on rules of logic
Yet, for human brain applying mathematical logic may be difficult, and dependent on the domain

Peter Cathcart Wason (1924 β 2003)
cognitive psychologist at University College, London
pioneered the psychology of reasoning
The Wason selection task
Given four cards showing 3, 8, blue and red faces, which
cards have to be flipped over to ensure the rule
if card shows even number on one side, the other side is blue
is satisfied?
Letβs play Wason Selection Task at Mentimeter
Analysis of Wason selection task
Let
denotecard shows even number on one side
Let
denotethe side is blue
Number |
Color |
Rule is satisfied |
||
---|---|---|---|---|
Even |
Blue |
True |
True |
Yes |
Even |
Red |
True |
False |
No |
Odd |
Blue |
False |
True |
Yes |
Odd |
Red |
False |
False |
Yes |
the rule we are checking is
it is only brocken in case
is True and is Falsetherefore the two cards that have to be flipped are
Even,
is TrueRed,
is False
Definition
If whenever logical statment
Example
If
OR
Necessary and Sufficient conditions#
Definition
Definition
Example
Converse and contrapositive#
Definition
A logical statement
Note
There is no logical relationship between a statement and its converse!
basis for common logical mistakes
Example
βAll cats are animals who have tailsβ does not imply βAll animals with tails are catsβ
Definition
A logical statement opposite to
Definition
A logical statement
Fact: Contrapositive principle
The statement
this is very handy in proofs: instead of proving a statement it may be easier to prove its contrapositive
Example
We can check that the contrapositive is also true:
But the contrapositive is equivalent to the original statement.
Types of mathematical proofs#
Direct proof#
Example
Prove that
Proof
Note that
Since
is prime, is odd and and are even. Thus, is divisible by 2 twice.Moreover, since
and are two consecutive even numbers, one of them is divisible not only by 2, but also 4. Thus, is divisible by 8.Finally, since
, , and are three consecutive integers, one of them is divisible by 3.
Overall, we have that
Note
The symbol
Proof by contradiction#
Example
Prove that the set of prime numbers is infinite.
Proof
The standard proof of the infinitude of the primes is attributed to Euclid and uses the fact that all integers greater than 1 have a prime factor.
Lemma: Every integer greater than 1 has a prime factor.
Proof. We argue by induction (see below) that each integer
Now assume
Case 1:
Case 2:
Theorem: There are infinitely many primes.
Proof. (due to Euclid) To show there are infinitely many primes, weβll show that every finite list of primes is missing a prime number, so the list of all primes canβt be finite.
Suppose
Then consider the number
Since
Proof by mathematical induction#
Example
Prove that
Proof
Base of the induction: For
, we have which is divisible by 3. is true.Induction step. Assume that
is divisible by 3 for some , in other words that is true. The job is to show that it is also true for , i.e. that is true.
Writing the initial expression
The second term is obviously divisible by 3, and the first term is divisible by 3 by the induction hypothesis. Thus, we have shown that
By the principle of mathematical induction, we have thus shown that
is divisible by 3 for all
Note
Be careful to make sure that the induction step holds for all
Example
Statement: all horses are the same color.
Base of the induction: for
there is only one horse, and only one color, so the statement holds for .Induction step. Assume that any group of
horses are the same color. We can show that the same is true for any group of horses.
Indeed, in the group of
By the principle of mathematical induction, we have thus shown that all horses are the same color.
What is wrong with the proof?
The induction step fails for