Euler Diagrams and Reasoning
Euler Diagrams and Reasoning
Arguments
and Euler Diagrams
All Ps are Qs. Some Ps are Qs. No Ps are Qs. Some Ps are not Qs.
1 2
Example Example
Determine if the argument is valid or Determine if the argument is valid or invalid.
invalid.
IP
college courses Some Impressionist paintings are Renoirs.
All college courses are fun. Dance at Bougival is an Impressionist painting. D D
This course is a college course. ∴ Dance at Bougival is a Renoir.
C
∴ This course is fun.
U R
Invalid
U fun courses
(Conclusion does not necessarily follow from the
Valid premises. D may be placed in 2 places.)
3 4
Example
Determine if the argument is valid or invalid.
P C
Mathematical Reasoning
Ps
U J Valid
5 6
1
28 Jan 2020
Examples: Examples:
1. Every object that I release from my hand falls to
the ground. Therefore, the next object I release 1. All men are mortal. I am a man. Therefore, I am
from my hand will fall to the ground. mortal.
2. Every crow I have seen is black. Therefore, all 2. If 6x = 12, then x = 2.
crows are black.
7 8
9 10
11 12
2
28 Jan 2020
Examples Fallacies
What rule of inference is used in each of the following Fallacies are incorrect reasoning which appear to follow the
arguments? rules of inference but are based on contingencies rather than
tautologies. These are invalid arguments.
4. If it is rainy, then the oval will be closed. It is rainy.
Therefore, the oval is closed.
Some types of fallacies:
5. If I go swimming, then I will stay in the sun too long. If
I stay in the sun too long, then I will get burned.
1. The fallacy of affirming the conclusion is based on the compound
proposition [(𝑝 → 𝑞) ∧ 𝑞] → 𝑝.
Therefore, if I go swimming, then I will get burned.
2. The fallacy of denying the hypothesis is based on the compound
proposition 𝑝 → 𝑞 ∧ ~𝑝 → ~𝑞.
3. Circulus in Probando or circular reasoning is an argument that uses a
premise as the conclusion.
13 14
15 16
Examples Examples
Give a direct proof of the statement, “If n is odd, then 𝑛2 is Give an indirect proof of the theorem, “If 3n +2 is odd,
odd.” then n is odd.”
Suppose n is odd. Then, n = 2k + 1 for some integer k. It Assume that n is even (negation of odd). Then n = 2k for
follows that 𝑛2 = (2𝑘 + 1)2 = 4𝑘 2 + 4𝑘 + 1 some integer k. It follows that 3n + 2 = 3(2k) + 2= 6k + 2
= 2(2𝑘 2 + 2𝑘) + 1. Therefore, 𝑛2 is odd. = 2(3k + 1). Hence, 3n + 2 is even. Since the negation of
the conclusion of the implication implies that the
hypothesis is false, the original implication is true.
17 18
3
28 Jan 2020
Examples Examples
𝑛(𝑛+1) If n = 3, verify if P(3) is true.
Prove: 1 + 2 + 3+ … + n = for every positive integer n.
2 3(3 + 1)
1+2+3 =
I. Verification 2
3(4)
If n = 1, verify if P(1) is true. 6=
2
1(1+1) 1(2)
1= = =1 ∴ 𝑃 1 𝑖𝑠 𝑡𝑟𝑢𝑒. 6=6 ∴ 𝑃 3 𝑖𝑠 𝑡𝑟𝑢𝑒.
2 2
If n = 2, verify if P(2) is true. II. Hypothesis of Induction
2(2 + 1) Assume that the statement is true for n = k, that is, P(k) is
1+2= true.
2
2(3) 𝑘(𝑘+1)
3= 1 + 2 + 3+ … + k = (eq. 1)
2 2
3=3 ∴ 𝑃 2 𝑖𝑠 𝑡𝑟𝑢𝑒.
19 20
Examples Examples
Prove that the statement is true for n = k + 1, that is, P(k + 1) is 𝑘+1 [ 𝑘+1 +1] 𝑘(𝑘+1)
= + (k + 1)
true. 2 2
𝑘+1 𝑘+2 𝑘(𝑘+1) 2(𝑘+1)
𝑘+1 [ 𝑘+1 +1] = +
1 + 2 + 3+ … + k + (k + 1) = 2
(eq. 2) 2 2 2
𝑘 2 +𝑘 2𝑘+2
Since eq. 1 is 1 term away from eq. 2 = 2
+ 2
𝑘(𝑘+1) 𝑘 2+𝑘+2𝑘+2
1 + 2 + 3+ … + k + (k + 1) = 2
+ (k + 1) (eq. 3) =
2
Substituting the LHS of eq. 3 with that of eq. 2 𝑘 2 +3𝑘+2
𝑘+1 [ 𝑘+1 +1] 𝑘(𝑘+1)
= 2
= + (k + 1)
2 2 𝑘+1 𝑘+2 𝑘+1 𝑘+2
=
2 2
∴ 𝑃 𝑘 + 1 𝑖𝑠 𝑡𝑟𝑢𝑒.
21 22
Examples
III. Conclusion
Since the statement is true for n = k + 1, then
it must be true for all higher natural number.
23