MODULE 9 - Math Reasoning
MODULE 9 - Math Reasoning
REASONINGS
Module 9
Overview
EXAMPLE(S)
1. Every object that I release from my hand falls to the ground. Therefore,
the next object I release from my hand will fall to the ground.
2. Every crow I have seen is black. Therefore, all crows are black.
3. House prices are very expensive in Davao City. Gases prices are very
expensive in Davao City. Food prices are very expensive in Davao City.
Therefore, it is very expensive to live in Davao City.
DEDUCTIVE REASONING
EXAMPLE(S)
2. If 6𝑥 = 12, then 𝑥 = 2.
3. Driving under the influence of alcohol is illegal and punishable by law.
Therefore, if a driver is found to have a blood alcohol concentration above
the legal limit during a traffic stop, they are likely to be charged with
driving under the influence.
INTERACTION:
EXAMPLE
• 14 is even, because 14 = 2 ⋅ 7, and 7 is an
integer.
• −10 is even, because −10 = 2 ⋅ −5, and -5 is
an integer.
DEFINITION: ODD NUMBER
EXAMPLE
• 13 is odd, because 13 = 2 ⋅ 6 + 1, and 6 is an
integer.
• −11 is even, because −11 = 2 ⋅ −6 + 1, and -
6 is an integer.
Method of Proof Description
When dealing the statement “If P(x) then Q(x)” over a domain
S, there is some connection between P(x) and Q(x). That is,
the truth value of Q(x) for a particular 𝑥 ∈ 𝑆 often depends on
the truth value of 𝑃(𝑥) for that same element 𝑥, or the truth
value of P(x) depends on the truth value of Q(x). These are the
kinds of implications in which we are primarily interested and it
is the proofs of these types of results
DIRECT PROOF
A direct proof starts from the hypothesis and arrives to the conclusion
using only straightforward deductions.
Start with the Hypothesis: Begin with a statement or proposition that
you assume to be true (often called the hypothesis or premise).
Logical Deductions: Use logical reasoning, known facts, definitions,
and previously established theorems to derive new statements or
conclusions.
Arrive at the Conclusion: The sequence of logical deductions should
lead you directly to the statement you want to prove (the conclusion).
EXAMPLE
Proof:
Suppose 𝑛 is odd. Then, by definition of odd numbers, 𝑛 = 2𝑘 + 1 for some integer 𝑘.
Give a direct proof of the statement, “If n is odd, then 3𝑛 + 7 is an even integer.”
Proof:
Suppose 𝑛 is odd. Then, by definition of odd numbers, 𝑛 = 2𝑘 + 1 for some integer 𝑘.
A proof by contradiction is a proof where we use as part of our hypothesis the negation
of the conclusion we want to prove, and if by doing so we deduce a fact that we know to
be false, then we consider the conclusion to be proven.
Assumption: Begin by assuming the opposite (negation) of the statement you want to
prove.
Derivation: From this assumption, derive logical consequences.
Contradiction: Demonstrate that these consequences lead to a contradiction or an
absurdity.
Conclusion: Since the assumption led to a contradiction, the assumption itself must
be false. Therefore, the original statement is true.
By Truth Table
EXAMPLE
𝑛(𝑛+1)
Prove: 1 + 2 + 3+ … + n = for every positive integer n.
2
I. Verification
If n = 1, verify if P(1) is true.
1(1+1) 1(2)
1= = =1 ∴ 𝑃 1 𝑖𝑠 𝑡𝑟𝑢𝑒.
2 2
Prove that the statement is true for n = k + 1, that is, P(k + 1) is true.
𝑘+1 [ 𝑘+1 +1]
1 + 2 + 3+ … + k + (k + 1) = (eq. 2)
2
III. Conclusion
Since the statement is true for n = k + 1, then it must
be true for all higher natural number.