SlideShare a Scribd company logo
MATH 401: LOGIC & PROOF TECHNIQUES 
Dr. Nahid Sultana Email: nszakir@ud.edu.sa 
Chapter-3: DIRECT PROOF AND PROOF BY 
CONTRAPOSITIVE 
9/19/2014 
Copyright © Nahid Sultana, 2014-2015. 1
Topics 9/19/2014 
2 
 
Introduction 
 
Writing a Proof 
 
Trivial and Vacuous Proofs 
 
Direct Proofs 
 
Proof by Contrapositive 
 
Proof by Cases 
 
Proof Evaluations 
Copyright © Nahid Sultana, 2014-2015.
Introduction 9/19/2014 
3 
 
Lemma: is a mathematical result that is useful in verifying the truth of another result. 
 
Theorem/ Proposition: a true mathematical statement (that are especially significant) (Propositions are usually more important, and harder to prove than theorems.) 
 
Corollary: is a mathematical result that is a consequence of an earlier result. 
Note: Most lemmas, theorems, propositions and corollaries are stated as an implication. Copyright © Nahid Sultana, 2014-2015.
Writing a proof 9/19/2014 
4 
 
Write a proof so that somebody else can read it. 
 
Write complete sentences, starting with “Proof” and ending with 
“ ” to determine the length of the proof. 
 When introducing a new variable/symbol explain what the symbol is, and what set the variable belongs to. Copyright © Nahid Sultana, 2014-2015.
Writing a proof (Cont…) 9/19/2014 
5 
 
If your equation wraps around, then the equal sign goes at the end of the line, and not before the new line nor both within the text. For example, within the text use it like this ab = 4kl + 2k+2l+1= 
2(2kl + 2k +2l )+1. 
Or you may choose to center it: 
ab = 4kl + 2k+2l+1 
= 2(2kl + 2k +2l )+1. 
Copyright © Nahid Sultana, 2014-2015.
1. Trivial and Vacuous Proofs 9/19/2014 
6 
Most mathematical results are stated as an implication: P ⇒ Q. 
 
Consider P(x) and Q(x) be two open sentences. 
 
Then ∀x∈D, P(x) ⇒Q(x) can be expressed as a result or theorem: For x ∈ D, if P(x) then Q(x) or Let x ∈ D, if P(x) then Q(x) 
 
This result is true if P(x) ⇒ Q(x) is a true for all x ∈ D, 
 
and false if P(x) ⇒ Q(x) is false for at least one x ∈ D. 
 
Now if Q(x) is true for all x ∈ D or P(x) is false for all x ∈ D, then determining the truth of this theorem becomes easier. Copyright © Nahid Sultana, 2014-2015.
1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 
7 
Definition: If Q(x) is true for all x ∈ D (regardless the truth value of P(x)). Then ∀x ∈ D, P(x) ⇒ Q(x) is a true statement. Such a proof is called a trivial proof. 
Definition: If P(x) is false for all x ∈ D (regardless the truth value of Q(x)). Then ∀x ∈ D, P(x) ⇒ Q(x) is a true statement. Such a proof is called a vacuous proof. Copyright © Nahid Sultana, 2014-2015.
1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 
8 
Result 1.1: Let x ∈ ℝ. If x > 0, then x2 + 5 > 0. 
Proof: Here p(x): x > 0 and q(x): x2 + 5 > 0. Note that x2 + 5 > x2 ≥ 0 for all x ∈ ℝ. i.e. q(x) is true for all x ∈ ℝ regardless the truth value of P(x). Hence x2 + 5 > 0 is true trivially. 
Result 1.2: Let x ∈ℝ. If x2 + 1 < 0, then x5 ≥ 4. 
Proof: Here p(x): x2 + 1 < 0 and q(x): x5 ≥ 4. Note that x2 + 1 < x2 ≥ 0 for all x ∈ R. i.e. p(x): x2 + 1 < 0 is false for all x∈ R regardless the truth value of Q(x) . Hence the statement is true vacuously. Copyright © Nahid Sultana, 2014-2015.
1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 
9 
Result 1.3: Let x ∈ ℝ. Prove that if 0 < x < 1, then x2 - 2x + 2 ≠ 0. 
Proof: Observe that x2 - 2x + 2 = (x2 - 2x + 1) + 1 = (x - 1)2 + 1 ≥ 1 for all x ∈ ℝ. Hence the statement is true trivially. 
Result 1.4: Let x ∈ ℝ, prove that if x3 - 5x -1≥ 0 then (x -1)(x -3) ≥ -2. 
Proof: Observe that (x - 1)(x - 3) ≥ -2 ⇒ x2 - 4x + 5 ≥ 0 ⇒ (x - 2)2 + 1 ≥ 0 This is true for all x ∈ ℝ, i.e. (x -1)(x -3) ≥ -2 is true for all x ∈ ℝ. Hence the statement is true trivially. Copyright © Nahid Sultana, 2014-2015.
1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 
10 
Result 1.5: Let n ∈ ℕ, prove that if n + 1/n <2 then n2 + 1/ n2 <4. 
Proof: Observe that, 
n + 1/n < 2 
⇒(n2+1)/n <2 
⇒n2+1 < 2n 
⇒n2-2n+1 <0 
⇒(n-1)2<0 
This is false for all n ∈ℕ as (n-1)2 ≥0 for all n ∈ℕ. Thus the 
statement is true vacuously. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof 9/19/2014 
11 
Direct proof of P(x) ⇒ Q(x) for all x ∈ D: 
 
Assume that P(x) is true for an arbitrary x ∈ D, 
 
and show that Q(x) is true for this x. 
Properties of integers: In order to illustrate this type of proof we need to know the followings: 
 
The negative of an integer is an integer. 
 
The sum (and difference) of two integers is an integer. 
 
The product of two integers is an integer. 
 
An integer n is even if n = 2k for some integer k. 
 
An integer n is odd if n = 2k + 1 for some integer k. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof (Cont…) 9/19/2014 
12 
Result 2.1: If n is an odd integer, then 5n + 3 is an even integer. 
Proof: Assume that n is an odd integer. Then n = 2k + 1 for some k ∈ℤ. Thus, 5n + 3 = 5(2k+1)+3 = 10k+8 = 2(5k+4) = 2 l, where l=(5k+4) ∈ℤ It follows that 5n+3 is an even integer when n is an odd integer. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof (Cont…) 9/19/2014 
13 
Result 2.2: If n is an even integer, then (-5n-3) is odd. 
Proof: Assume that n is an even integer. Then n = 2k, for some k ∈ℤ. Thus, -5n-3 =-5(2k)-3 =-10k-3 =2(-5k-2)+1 = 2 l+1, where l=(-5k-2) ∈ℤ It follows that (-5n-3) is an odd integer when n is an even integers. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof (Cont…) 9/19/2014 
14 
Result 2.3: If n is an odd integer, then 4n3 + 2n − 1 is odd. 
Proof: Assume that n is odd. So n = 2k + 1, for some integer k. Thus 4n3 + 2n − 1 = 4(2k + 1)3 + 2(2k + 1) − 1 = 4(4k3 + 12k2 + 6k + 1) + 4k + 2 − 1 = 16k3 + 48k2 + 28k + 5 = 2(8k3 + 24k2 + 14k + 2) + 1 = 2 l+1, where l=8k3 + 24k2 + 14k + 2 ∈ℤ It follows that 4n3 + 2n − 1 is odd when n is an odd integer. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof (Cont…) 9/19/2014 
15 
Result 2.4: If a and c are odd integers then ab+bc is even 
Proof: Assume that a and c are odd integers. Then a= 2k+1 and c= 2l+1 for some k, l ∈ℤ. Now ab+bc = b(a+c) = b(2 k+1+ 2 l+1) = b(2 k+2 l +2) = 2 b (k+l+1) = 2 b m, where m=k+l+1∈ℤ It follows that ab+bc is an even integer when a and c are odd integers. Copyright © Nahid Sultana, 2014-2015.
2. Direct Proof (Cont…) 9/19/2014 
16 
Result 2.5: Let S={1,2,3} and let n ∈ S. If (n(n+3))/2 is even, then ((n+2)(n-5))/2 is even 
Proof: let n∈S such that (n(n+3))/2 is even. When n=1, (n(n+3))/2= 2 n=2, (n(n+3))/2= 5 n=3, (n(n+3))/2= 9 i.e. (n(n+3))/2 is even only when n=1. Now when n=1, then ((n+2)(n-5))/2=(3(-4))/2=-6, which is even. Therefore, the implication is true. Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive 9/19/2014 
17 
 
A proof by contrapositive of P ⇒ Q is a direct proof of ~ Q ⇒ ~ P 
 
The contrapositive of P ⇒ Q is the implication ~ Q ⇒ ~ P. 
 
The implication P ⇒ Q and ~ Q ⇒ ~ P are logically equivalent: 
p 
q 
p →q 
~ q 
~ p 
~q → ~p 
T 
T 
T 
F 
F 
T 
T 
F 
F 
T 
F 
F 
F 
T 
T 
F 
T 
T 
F 
F 
T 
T 
T 
T Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
18 
Result 3.1: Let x ∈ ℤ. If 5x-7 is even, then x is odd. 
Proof: Assume that x is even. i.e. x = 2k , for some integer k. Now, 5x-7= 5(2 k) -7 = 10 k -7 = 2 (5 k - 4)+1 = 2 l+1, where l=5 k - 4 ∈ ℤ Hence 5x-7 is odd. Therefore the statement is true using the technique of proof by contrapositive. 
Note: We can also prove it using a direct proof as follows: Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
19 
Result 3.1: Let x ∈ ℤ. If 5x-7 is even, then x is odd. 
Proof: (Direct proof) Assume that 5x-7 is even. Then 5x-7 = 2k , for some integer k. Now, x = 5x-7-4x+7 = 2k-4x+7 = 2 (k-2x+3)+1 = 2 l+1, where l= k-2x+3 ∈ ℤ Hence x is odd. Therefore the statement is true using the technique of direct proof Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
20 
Result 3.2: Let x ∈ ℤ. Then 11x-7 is even iff x is odd. 
Proof: Assume that x is even. Then x = 2k for some k ∈ ℤ Now, 11 x-7 = 11(2k) -7 = 22 k-7 = 2 (11 k -4) +1 = 2 l+1, where l=11 k -4 ∈ ℤ Hence 11x-7 is odd. Therefore if 11x-7 is even then x is odd is true by the technique of proof by contraposiive. Continue on next slide ⇒ 
Proof strategy : There are two implications to prove here: 
1) 
If 11x -7 is even, then x is odd. 
2) 
If x is odd, then 11x-7 is even. Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
21 
For the converse, assume that x is odd. Then x = 2m+1 for some m ∈ ℤ . Now, 11 x-7 = 11(2m+1) -7 = 22 m+11-7 = 22 m+4 = 2(11m+2) = 2 n, where n=11m+2 ∈ ℤ Hence 11x-7 is even. Therefore if x is odd then 11x-7 is even is true by the technique of direct proof. Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
22 
Result 3.3: Let x ∈ ℤ. Then x2 is even iff x is even. 
Proof: Assume that x is odd. Then x = 2k+1 for some k ∈ ℤ . Now, x2 = (2k+1)2 = 4 k2 +4 k+1 = 2 (2 k2 +2 k) +1 = 2 l+1, where l= 2 k2 +2 k ∈ ℤ Hence x2 is odd. Therefore if x2 is even then x is even is true by the technique of proof by contraposiive. For the converse, assume that x is even. Then x=2m for some m∈ ℤ . Now, x2 = (2m)2 = 4 m2 = 2 (2 m2) = 2 n, where n= 2 m2∈ ℤ Hence x2 is even. Therefore if x is even then x2 is even is true by the technique of direct proof. Copyright © Nahid Sultana, 2014-2015.
3. Proof by Contrapositive (Cont…) 9/19/2014 
23 
Problem 3.4: Let x ∈ ℤ . Use a lemma to prove that if 5x-7 is odd then 9x+2 is even. 
Proof strategy: Here the hypothesis is 5x-7 is odd, i.e 5x-7 = 2k+1 for some k ∈ ℤ . Now, x = 5x-7-4x+7 = 2k+1-4x+7 = 2 (k -2x+4) = 2 l, where l= k -2x+4 ∈ ℤ Hence x is even. Therefore we have the following lemma: Lemma: Let x ∈ ℤ. If 5x-7 is odd then x is even. Proof: Assume that 5x-7 is odd. Then using the above lemma x is even. i.e. x=2l for some l∈ ℤ . Now, 9x+2 = 9(2l)+2 = 2(9l+1)=2m, where m= 9l+1∈ ℤ . Hence 9x+2 is even. Copyright © Nahid Sultana, 2014-2015.
4. Proof by Cases 9/19/2014 
24 
Result 4.1: Let n ∈ ℤ . Then n2+3n+5 is an odd integer. 
Proof strategy: Here we have two possible case: 1) n is even ; 2) n is odd Proof: 
Case 1: n is even 
i.e. n=2k for some k∈ ℤ . 
Then n2+3n+5= (2k)2+3(2k)+5 
= 4k2+6k+5 
= 2(2k2+3k+2)+1 
= 2m+1, 
where m= 2k2+3k+2∈ ℤ . 
Hence n2+3n+5 is odd. 
Case 2: n is odd 
i.e. n=2k+1 for some k∈ ℤ . 
Then, n2+3n+5= (2k+1)2+3(2k+1)+5 
= 4k2+4k+1+6k+3+5 
= 4k2+10k+9 
= 2(2k2+5k+4)+1 
= 2n+1 
where n= 2k2+5k+4∈ ℤ . 
Hence n2+3n+5 is odd. Copyright © Nahid Sultana, 2014-2015.
4. Proof by Cases (Cont…) 9/19/2014 
25 
Note: The result must be true for all the possible cases. If it fails for one case, then the result is false. 
 
Ex1: Case 1. n is even Case 2. n is odd 
 
Ex2: Case 1. n > 0 Case 2. n = 0 Case 3. n < 0 
 
Ex3: We can have a combination of x and y Case 1. xy < 0 Subcase 1.1. x > 0 and y < 0 Subcase 1.2. x < 0 and y > 0 Case 2. xy = 0 Then x = 0 or y = 0. Case 3. xy > 0 Subcase 3.1. x > 0 and y > 0 Subcase 3.2. x < 0 and y < 0 Copyright © Nahid Sultana, 2014-2015. 
What are the typical cases?
4. Proof by Cases (Cont…) 9/19/2014 
26 
Definition: Two integers x and y are of the same parity if x and y are both even or both odd. 
Definition: Two integers x and y are of opposite parity if x is even and y is odd, or x is odd and y is even. Copyright © Nahid Sultana, 2014-2015.
4. Proof by Cases (Cont…) 9/19/2014 
27 
Proof: Assume that x and y are of the same parity. Consider two cases. Case 1- x and y both even. Then x = 2k, y = 2l for some k, l ∈ Z. So, x +y = 2k+2l = 2(k+l) = 2a, where a=k + l ∈ Z Therefore, x + y is even. Case 2- x and y both odd. Then x = 2k + 1, y = 2l + 1, for some k, l ∈ Z. So, x + y = 2k + 1 + 2l + 1 = 2(k +l + 1) = 2b, where b=k + l+1 ∈ Z. Therefore, 3x + 3y is even. Continue on next slide ⇒ 
Result 4.1: Let x, y ∈ Z. Then x and y are of the same parity iff 
x + y is an even. 
Proof strategy: There are two implications to prove here: 
1) 
If x and y are of the same parity then x + y is an even. 
2) 
If x + y is an even then x and y are of the same parity. Copyright © Nahid Sultana, 2014-2015.
4. Proof by Cases (Cont…) 9/19/2014 
28 
Case 1- x is even and y is odd. Then x = 2k, y = 2l + 1, for some k, l ∈ Z. 
So, x + y = 2k + 2l + 1 = 2(k +l ) + 1= 2 a + 1, where a = k + l ∈ Z 
Hence x + y is odd. 
Case 2- x is odd and y is even. 
Then x = 2k + 1, y = 2l, for some k, l ∈ Z. 
So, x + y = 2k + 1 + 2l = 2(k + l) + 1= 2 b+1, where b=k + l+1 ∈ Z. 
Hence x + y is odd. Therefore, x + y is an odd integer. 
We use the phrase without loss of generality (WLOG) to indicate that the 
proofs of the two situations are similar, so the proof of only one of these is needed. For example the converse of the above proof can be done as follows: 
For the converse, assume that x and y are of opposite parity. Without loss of generality (WLOG), assume that x is even and y is odd, then 
x = 2k and y = 2l + 1, for some k, l ∈ Z. 
So, x + y = 2k + 2l + 1 = 2(k +l ) + 1= 2 a + 1, where a = k + l ∈ Z 
Hence x + y is odd. 
Copyright © Nahid Sultana, 2014-2015. 
For the converse, assume that x and y are of opposite parity. Consider two cases.

More Related Content

What's hot

Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1
Lakshmi R
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
allyn joy calcaben
 
Proof
ProofProof
Proof
H K
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
ForwardBlog Enewzletter
 
Limit of functions
Limit of functionsLimit of functions
Limit of functions
Juan Apolinario Reyes
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n Numbers
Saikat Roy
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
allyn joy calcaben
 
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and ProofsDiscrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
Amr Rashed
 
Discrete mathematics
Discrete mathematicsDiscrete mathematics
Discrete mathematics
University of Potsdam
 
Linear-Diophantine-Equations.pptx
Linear-Diophantine-Equations.pptxLinear-Diophantine-Equations.pptx
Linear-Diophantine-Equations.pptx
MaryHarleneBanate
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Dr. Khaled Bakro
 
Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1
SURBHI SAROHA
 
Logic (slides)
Logic (slides)Logic (slides)
Logic (slides)
IIUM
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
harman kaur
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
Abdur Rehman
 
21 monotone sequences x
21 monotone sequences x21 monotone sequences x
21 monotone sequences x
math266
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceasimnawaz54
 
Truth table
Truth tableTruth table
Truth table
Abdur Rehman
 

What's hot (20)

Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1
 
Recursion DM
Recursion DMRecursion DM
Recursion DM
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
 
Proof
ProofProof
Proof
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Limit of functions
Limit of functionsLimit of functions
Limit of functions
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n Numbers
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
 
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and ProofsDiscrete Math Chapter 1 :The Foundations: Logic and Proofs
Discrete Math Chapter 1 :The Foundations: Logic and Proofs
 
Discrete mathematics
Discrete mathematicsDiscrete mathematics
Discrete mathematics
 
Linear-Diophantine-Equations.pptx
Linear-Diophantine-Equations.pptxLinear-Diophantine-Equations.pptx
Linear-Diophantine-Equations.pptx
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
 
Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1
 
Logic (slides)
Logic (slides)Logic (slides)
Logic (slides)
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
21 monotone sequences x
21 monotone sequences x21 monotone sequences x
21 monotone sequences x
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inference
 
Truth table
Truth tableTruth table
Truth table
 

Viewers also liked

Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
IT Engineering Department
 
Ang aking pananaw sa pamilya
Ang aking pananaw sa pamilyaAng aking pananaw sa pamilya
Ang aking pananaw sa pamilyaRom Teña
 
Chapter 3 part2- Sampling Design
Chapter 3 part2- Sampling DesignChapter 3 part2- Sampling Design
Chapter 3 part2- Sampling Designnszakir
 
samoupravlenye
samoupravlenyesamoupravlenye
samoupravlenye
Harokol
 
Department of clinical pharmacy an overview with renal system (2)
Department of clinical pharmacy an overview with renal system (2)Department of clinical pharmacy an overview with renal system (2)
Department of clinical pharmacy an overview with renal system (2)
Andrew Agbenin
 
(社)アンチエイジング学会 年会費特典
(社)アンチエイジング学会 年会費特典(社)アンチエイジング学会 年会費特典
(社)アンチエイジング学会 年会費特典
repulfreeca
 
Technology -- the first strategy to startups
Technology  -- the first strategy to startupsTechnology  -- the first strategy to startups
Technology -- the first strategy to startups
techmaddy
 
Impact of the greece downturn
Impact of the greece downturnImpact of the greece downturn
Impact of the greece downturnZain Shaikh
 
GIDS 2016 Understanding and Building No SQLs
GIDS 2016 Understanding and Building No SQLsGIDS 2016 Understanding and Building No SQLs
GIDS 2016 Understanding and Building No SQLs
techmaddy
 
Chapter 2 part2-Correlation
Chapter 2 part2-CorrelationChapter 2 part2-Correlation
Chapter 2 part2-Correlationnszakir
 
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)LABORATORY AND PHYSICAL ASSESSMENT DATA (1)
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)Andrew Agbenin
 
DMDL EditorXとToad Editorの紹介
DMDL EditorXとToad Editorの紹介DMDL EditorXとToad Editorの紹介
DMDL EditorXとToad Editorの紹介
hishidama
 
Health literacy
Health literacyHealth literacy
Health literacy
Moazzam Khan
 
Business Game Presentation of Management Audit
Business Game Presentation of Management AuditBusiness Game Presentation of Management Audit
Business Game Presentation of Management Audit
Eren Kongu
 
10 b klass
10 b klass10 b klass
10 b klass
Harokol
 
Space Hustlers Comic
Space Hustlers ComicSpace Hustlers Comic
Space Hustlers ComicSteve Owen
 
Blaue Tulpen - blue tulips
Blaue Tulpen - blue tulipsBlaue Tulpen - blue tulips
Blaue Tulpen - blue tulips
b-and-b
 
Expecting Parents Guide to Birth Defects ebook
Expecting Parents Guide to Birth Defects ebookExpecting Parents Guide to Birth Defects ebook
Expecting Parents Guide to Birth Defects ebookPerey Law
 

Viewers also liked (20)

Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
Ang aking pananaw sa pamilya
Ang aking pananaw sa pamilyaAng aking pananaw sa pamilya
Ang aking pananaw sa pamilya
 
Chapter 3 part2- Sampling Design
Chapter 3 part2- Sampling DesignChapter 3 part2- Sampling Design
Chapter 3 part2- Sampling Design
 
proekti
proektiproekti
proekti
 
samoupravlenye
samoupravlenyesamoupravlenye
samoupravlenye
 
Department of clinical pharmacy an overview with renal system (2)
Department of clinical pharmacy an overview with renal system (2)Department of clinical pharmacy an overview with renal system (2)
Department of clinical pharmacy an overview with renal system (2)
 
(社)アンチエイジング学会 年会費特典
(社)アンチエイジング学会 年会費特典(社)アンチエイジング学会 年会費特典
(社)アンチエイジング学会 年会費特典
 
Technology -- the first strategy to startups
Technology  -- the first strategy to startupsTechnology  -- the first strategy to startups
Technology -- the first strategy to startups
 
Impact of the greece downturn
Impact of the greece downturnImpact of the greece downturn
Impact of the greece downturn
 
GIDS 2016 Understanding and Building No SQLs
GIDS 2016 Understanding and Building No SQLsGIDS 2016 Understanding and Building No SQLs
GIDS 2016 Understanding and Building No SQLs
 
Chapter 2 part2-Correlation
Chapter 2 part2-CorrelationChapter 2 part2-Correlation
Chapter 2 part2-Correlation
 
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)LABORATORY AND PHYSICAL ASSESSMENT DATA (1)
LABORATORY AND PHYSICAL ASSESSMENT DATA (1)
 
DMDL EditorXとToad Editorの紹介
DMDL EditorXとToad Editorの紹介DMDL EditorXとToad Editorの紹介
DMDL EditorXとToad Editorの紹介
 
Health literacy
Health literacyHealth literacy
Health literacy
 
Business Game Presentation of Management Audit
Business Game Presentation of Management AuditBusiness Game Presentation of Management Audit
Business Game Presentation of Management Audit
 
10 b klass
10 b klass10 b klass
10 b klass
 
Space Hustlers Comic
Space Hustlers ComicSpace Hustlers Comic
Space Hustlers Comic
 
REPORT OF OYO SEMO[1]
REPORT OF OYO SEMO[1]REPORT OF OYO SEMO[1]
REPORT OF OYO SEMO[1]
 
Blaue Tulpen - blue tulips
Blaue Tulpen - blue tulipsBlaue Tulpen - blue tulips
Blaue Tulpen - blue tulips
 
Expecting Parents Guide to Birth Defects ebook
Expecting Parents Guide to Birth Defects ebookExpecting Parents Guide to Birth Defects ebook
Expecting Parents Guide to Birth Defects ebook
 

Similar to Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE

lecture7.ppt
lecture7.pptlecture7.ppt
lecture7.ppt
PallaviDhade1
 
CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2
David Wood
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)kevinwu1994
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011noraidawati
 
Discrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsDiscrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsWongyos Keardsri
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
jaffarbikat
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
Animesh Sarkar
 
Lecture 3 qualtifed rules of inference
Lecture 3 qualtifed rules of inferenceLecture 3 qualtifed rules of inference
Lecture 3 qualtifed rules of inferenceasimnawaz54
 
Average case Analysis of Quicksort
Average case Analysis of QuicksortAverage case Analysis of Quicksort
Average case Analysis of Quicksort
Rajendran
 
Integer_Functions .pdf
Integer_Functions .pdfInteger_Functions .pdf
Integer_Functions .pdf
JainggaPotla
 
overlap add and overlap save method
overlap add and overlap save methodoverlap add and overlap save method
overlap add and overlap save method
sivakumars90
 
5.4 mathematical induction t
5.4 mathematical induction t5.4 mathematical induction t
5.4 mathematical induction t
math260
 
lecture8.ppt
lecture8.pptlecture8.ppt
lecture8.ppt
PallaviDhade1
 
Induction.pdf
Induction.pdfInduction.pdf
Induction.pdf
pubggaming58982
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
Christos Loizos
 
analisis
analisisanalisis
analisis
chikarahayu
 
Recursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysisRecursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysis
AnujaTungar1
 

Similar to Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE (20)

lecture7.ppt
lecture7.pptlecture7.ppt
lecture7.ppt
 
CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2
 
2.4 edited1
2.4 edited12.4 edited1
2.4 edited1
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011
 
Discrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsDiscrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and Proofs
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
 
Lecture 3 qualtifed rules of inference
Lecture 3 qualtifed rules of inferenceLecture 3 qualtifed rules of inference
Lecture 3 qualtifed rules of inference
 
Muchtadi
MuchtadiMuchtadi
Muchtadi
 
Average case Analysis of Quicksort
Average case Analysis of QuicksortAverage case Analysis of Quicksort
Average case Analysis of Quicksort
 
Integer_Functions .pdf
Integer_Functions .pdfInteger_Functions .pdf
Integer_Functions .pdf
 
overlap add and overlap save method
overlap add and overlap save methodoverlap add and overlap save method
overlap add and overlap save method
 
5.4 mathematical induction t
5.4 mathematical induction t5.4 mathematical induction t
5.4 mathematical induction t
 
lecture8.ppt
lecture8.pptlecture8.ppt
lecture8.ppt
 
Induction.pdf
Induction.pdfInduction.pdf
Induction.pdf
 
Rand final
Rand finalRand final
Rand final
 
Imc2017 day1-solutions
Imc2017 day1-solutionsImc2017 day1-solutions
Imc2017 day1-solutions
 
analisis
analisisanalisis
analisis
 
Recursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysisRecursion & methods of proof in algorithm analysis
Recursion & methods of proof in algorithm analysis
 

More from nszakir

Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
nszakir
 
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
nszakir
 
Chapter 6 part2-Introduction to Inference-Tests of Significance, Stating Hyp...
Chapter 6 part2-Introduction to Inference-Tests of Significance,  Stating Hyp...Chapter 6 part2-Introduction to Inference-Tests of Significance,  Stating Hyp...
Chapter 6 part2-Introduction to Inference-Tests of Significance, Stating Hyp...
nszakir
 
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
nszakir
 
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
nszakir
 
Chapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample MeanChapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample Mean
nszakir
 
Chapter 4 part4- General Probability Rules
Chapter 4 part4- General Probability RulesChapter 4 part4- General Probability Rules
Chapter 4 part4- General Probability Rules
nszakir
 
Chapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random VariablesChapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random Variables
nszakir
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variables
nszakir
 
Chapter 4 part1-Probability Model
Chapter 4 part1-Probability ModelChapter 4 part1-Probability Model
Chapter 4 part1-Probability Model
nszakir
 
Chapter 3 part3-Toward Statistical Inference
Chapter 3 part3-Toward Statistical InferenceChapter 3 part3-Toward Statistical Inference
Chapter 3 part3-Toward Statistical Inference
nszakir
 
Chapter 3 part1-Design of Experiments
Chapter 3 part1-Design of ExperimentsChapter 3 part1-Design of Experiments
Chapter 3 part1-Design of Experiments
nszakir
 
Chapter 2 part1-Scatterplots
Chapter 2 part1-ScatterplotsChapter 2 part1-Scatterplots
Chapter 2 part1-Scatterplots
nszakir
 
Chapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares RegressionChapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares Regression
nszakir
 
Density Curves and Normal Distributions
Density Curves and Normal DistributionsDensity Curves and Normal Distributions
Density Curves and Normal Distributions
nszakir
 
Describing Distributions with Numbers
Describing Distributions with NumbersDescribing Distributions with Numbers
Describing Distributions with Numbers
nszakir
 
Displaying Distributions with Graphs
Displaying Distributions with GraphsDisplaying Distributions with Graphs
Displaying Distributions with Graphs
nszakir
 

More from nszakir (17)

Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
 
Chapter 6 part2-Introduction to Inference-Tests of Significance, Stating Hyp...
Chapter 6 part2-Introduction to Inference-Tests of Significance,  Stating Hyp...Chapter 6 part2-Introduction to Inference-Tests of Significance,  Stating Hyp...
Chapter 6 part2-Introduction to Inference-Tests of Significance, Stating Hyp...
 
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
 
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
Chapter 5 part2- Sampling Distributions for Counts and Proportions (Binomial ...
 
Chapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample MeanChapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample Mean
 
Chapter 4 part4- General Probability Rules
Chapter 4 part4- General Probability RulesChapter 4 part4- General Probability Rules
Chapter 4 part4- General Probability Rules
 
Chapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random VariablesChapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random Variables
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variables
 
Chapter 4 part1-Probability Model
Chapter 4 part1-Probability ModelChapter 4 part1-Probability Model
Chapter 4 part1-Probability Model
 
Chapter 3 part3-Toward Statistical Inference
Chapter 3 part3-Toward Statistical InferenceChapter 3 part3-Toward Statistical Inference
Chapter 3 part3-Toward Statistical Inference
 
Chapter 3 part1-Design of Experiments
Chapter 3 part1-Design of ExperimentsChapter 3 part1-Design of Experiments
Chapter 3 part1-Design of Experiments
 
Chapter 2 part1-Scatterplots
Chapter 2 part1-ScatterplotsChapter 2 part1-Scatterplots
Chapter 2 part1-Scatterplots
 
Chapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares RegressionChapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares Regression
 
Density Curves and Normal Distributions
Density Curves and Normal DistributionsDensity Curves and Normal Distributions
Density Curves and Normal Distributions
 
Describing Distributions with Numbers
Describing Distributions with NumbersDescribing Distributions with Numbers
Describing Distributions with Numbers
 
Displaying Distributions with Graphs
Displaying Distributions with GraphsDisplaying Distributions with Graphs
Displaying Distributions with Graphs
 

Recently uploaded

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
Nistarini College, Purulia (W.B) India
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
Sharon Liu
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
RitabrataSarkar3
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
RASHMI M G
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
SAMIR PANDA
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
pablovgd
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
IshaGoswami9
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
muralinath2
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
SSR02
 

Recently uploaded (20)

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
 

Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE

  • 1. MATH 401: LOGIC & PROOF TECHNIQUES Dr. Nahid Sultana Email: nszakir@ud.edu.sa Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE 9/19/2014 Copyright © Nahid Sultana, 2014-2015. 1
  • 2. Topics 9/19/2014 2  Introduction  Writing a Proof  Trivial and Vacuous Proofs  Direct Proofs  Proof by Contrapositive  Proof by Cases  Proof Evaluations Copyright © Nahid Sultana, 2014-2015.
  • 3. Introduction 9/19/2014 3  Lemma: is a mathematical result that is useful in verifying the truth of another result.  Theorem/ Proposition: a true mathematical statement (that are especially significant) (Propositions are usually more important, and harder to prove than theorems.)  Corollary: is a mathematical result that is a consequence of an earlier result. Note: Most lemmas, theorems, propositions and corollaries are stated as an implication. Copyright © Nahid Sultana, 2014-2015.
  • 4. Writing a proof 9/19/2014 4  Write a proof so that somebody else can read it.  Write complete sentences, starting with “Proof” and ending with “ ” to determine the length of the proof.  When introducing a new variable/symbol explain what the symbol is, and what set the variable belongs to. Copyright © Nahid Sultana, 2014-2015.
  • 5. Writing a proof (Cont…) 9/19/2014 5  If your equation wraps around, then the equal sign goes at the end of the line, and not before the new line nor both within the text. For example, within the text use it like this ab = 4kl + 2k+2l+1= 2(2kl + 2k +2l )+1. Or you may choose to center it: ab = 4kl + 2k+2l+1 = 2(2kl + 2k +2l )+1. Copyright © Nahid Sultana, 2014-2015.
  • 6. 1. Trivial and Vacuous Proofs 9/19/2014 6 Most mathematical results are stated as an implication: P ⇒ Q.  Consider P(x) and Q(x) be two open sentences.  Then ∀x∈D, P(x) ⇒Q(x) can be expressed as a result or theorem: For x ∈ D, if P(x) then Q(x) or Let x ∈ D, if P(x) then Q(x)  This result is true if P(x) ⇒ Q(x) is a true for all x ∈ D,  and false if P(x) ⇒ Q(x) is false for at least one x ∈ D.  Now if Q(x) is true for all x ∈ D or P(x) is false for all x ∈ D, then determining the truth of this theorem becomes easier. Copyright © Nahid Sultana, 2014-2015.
  • 7. 1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 7 Definition: If Q(x) is true for all x ∈ D (regardless the truth value of P(x)). Then ∀x ∈ D, P(x) ⇒ Q(x) is a true statement. Such a proof is called a trivial proof. Definition: If P(x) is false for all x ∈ D (regardless the truth value of Q(x)). Then ∀x ∈ D, P(x) ⇒ Q(x) is a true statement. Such a proof is called a vacuous proof. Copyright © Nahid Sultana, 2014-2015.
  • 8. 1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 8 Result 1.1: Let x ∈ ℝ. If x > 0, then x2 + 5 > 0. Proof: Here p(x): x > 0 and q(x): x2 + 5 > 0. Note that x2 + 5 > x2 ≥ 0 for all x ∈ ℝ. i.e. q(x) is true for all x ∈ ℝ regardless the truth value of P(x). Hence x2 + 5 > 0 is true trivially. Result 1.2: Let x ∈ℝ. If x2 + 1 < 0, then x5 ≥ 4. Proof: Here p(x): x2 + 1 < 0 and q(x): x5 ≥ 4. Note that x2 + 1 < x2 ≥ 0 for all x ∈ R. i.e. p(x): x2 + 1 < 0 is false for all x∈ R regardless the truth value of Q(x) . Hence the statement is true vacuously. Copyright © Nahid Sultana, 2014-2015.
  • 9. 1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 9 Result 1.3: Let x ∈ ℝ. Prove that if 0 < x < 1, then x2 - 2x + 2 ≠ 0. Proof: Observe that x2 - 2x + 2 = (x2 - 2x + 1) + 1 = (x - 1)2 + 1 ≥ 1 for all x ∈ ℝ. Hence the statement is true trivially. Result 1.4: Let x ∈ ℝ, prove that if x3 - 5x -1≥ 0 then (x -1)(x -3) ≥ -2. Proof: Observe that (x - 1)(x - 3) ≥ -2 ⇒ x2 - 4x + 5 ≥ 0 ⇒ (x - 2)2 + 1 ≥ 0 This is true for all x ∈ ℝ, i.e. (x -1)(x -3) ≥ -2 is true for all x ∈ ℝ. Hence the statement is true trivially. Copyright © Nahid Sultana, 2014-2015.
  • 10. 1. Trivial and Vacuous Proofs (Cont…) 9/19/2014 10 Result 1.5: Let n ∈ ℕ, prove that if n + 1/n <2 then n2 + 1/ n2 <4. Proof: Observe that, n + 1/n < 2 ⇒(n2+1)/n <2 ⇒n2+1 < 2n ⇒n2-2n+1 <0 ⇒(n-1)2<0 This is false for all n ∈ℕ as (n-1)2 ≥0 for all n ∈ℕ. Thus the statement is true vacuously. Copyright © Nahid Sultana, 2014-2015.
  • 11. 2. Direct Proof 9/19/2014 11 Direct proof of P(x) ⇒ Q(x) for all x ∈ D:  Assume that P(x) is true for an arbitrary x ∈ D,  and show that Q(x) is true for this x. Properties of integers: In order to illustrate this type of proof we need to know the followings:  The negative of an integer is an integer.  The sum (and difference) of two integers is an integer.  The product of two integers is an integer.  An integer n is even if n = 2k for some integer k.  An integer n is odd if n = 2k + 1 for some integer k. Copyright © Nahid Sultana, 2014-2015.
  • 12. 2. Direct Proof (Cont…) 9/19/2014 12 Result 2.1: If n is an odd integer, then 5n + 3 is an even integer. Proof: Assume that n is an odd integer. Then n = 2k + 1 for some k ∈ℤ. Thus, 5n + 3 = 5(2k+1)+3 = 10k+8 = 2(5k+4) = 2 l, where l=(5k+4) ∈ℤ It follows that 5n+3 is an even integer when n is an odd integer. Copyright © Nahid Sultana, 2014-2015.
  • 13. 2. Direct Proof (Cont…) 9/19/2014 13 Result 2.2: If n is an even integer, then (-5n-3) is odd. Proof: Assume that n is an even integer. Then n = 2k, for some k ∈ℤ. Thus, -5n-3 =-5(2k)-3 =-10k-3 =2(-5k-2)+1 = 2 l+1, where l=(-5k-2) ∈ℤ It follows that (-5n-3) is an odd integer when n is an even integers. Copyright © Nahid Sultana, 2014-2015.
  • 14. 2. Direct Proof (Cont…) 9/19/2014 14 Result 2.3: If n is an odd integer, then 4n3 + 2n − 1 is odd. Proof: Assume that n is odd. So n = 2k + 1, for some integer k. Thus 4n3 + 2n − 1 = 4(2k + 1)3 + 2(2k + 1) − 1 = 4(4k3 + 12k2 + 6k + 1) + 4k + 2 − 1 = 16k3 + 48k2 + 28k + 5 = 2(8k3 + 24k2 + 14k + 2) + 1 = 2 l+1, where l=8k3 + 24k2 + 14k + 2 ∈ℤ It follows that 4n3 + 2n − 1 is odd when n is an odd integer. Copyright © Nahid Sultana, 2014-2015.
  • 15. 2. Direct Proof (Cont…) 9/19/2014 15 Result 2.4: If a and c are odd integers then ab+bc is even Proof: Assume that a and c are odd integers. Then a= 2k+1 and c= 2l+1 for some k, l ∈ℤ. Now ab+bc = b(a+c) = b(2 k+1+ 2 l+1) = b(2 k+2 l +2) = 2 b (k+l+1) = 2 b m, where m=k+l+1∈ℤ It follows that ab+bc is an even integer when a and c are odd integers. Copyright © Nahid Sultana, 2014-2015.
  • 16. 2. Direct Proof (Cont…) 9/19/2014 16 Result 2.5: Let S={1,2,3} and let n ∈ S. If (n(n+3))/2 is even, then ((n+2)(n-5))/2 is even Proof: let n∈S such that (n(n+3))/2 is even. When n=1, (n(n+3))/2= 2 n=2, (n(n+3))/2= 5 n=3, (n(n+3))/2= 9 i.e. (n(n+3))/2 is even only when n=1. Now when n=1, then ((n+2)(n-5))/2=(3(-4))/2=-6, which is even. Therefore, the implication is true. Copyright © Nahid Sultana, 2014-2015.
  • 17. 3. Proof by Contrapositive 9/19/2014 17  A proof by contrapositive of P ⇒ Q is a direct proof of ~ Q ⇒ ~ P  The contrapositive of P ⇒ Q is the implication ~ Q ⇒ ~ P.  The implication P ⇒ Q and ~ Q ⇒ ~ P are logically equivalent: p q p →q ~ q ~ p ~q → ~p T T T F F T T F F T F F F T T F T T F F T T T T Copyright © Nahid Sultana, 2014-2015.
  • 18. 3. Proof by Contrapositive (Cont…) 9/19/2014 18 Result 3.1: Let x ∈ ℤ. If 5x-7 is even, then x is odd. Proof: Assume that x is even. i.e. x = 2k , for some integer k. Now, 5x-7= 5(2 k) -7 = 10 k -7 = 2 (5 k - 4)+1 = 2 l+1, where l=5 k - 4 ∈ ℤ Hence 5x-7 is odd. Therefore the statement is true using the technique of proof by contrapositive. Note: We can also prove it using a direct proof as follows: Copyright © Nahid Sultana, 2014-2015.
  • 19. 3. Proof by Contrapositive (Cont…) 9/19/2014 19 Result 3.1: Let x ∈ ℤ. If 5x-7 is even, then x is odd. Proof: (Direct proof) Assume that 5x-7 is even. Then 5x-7 = 2k , for some integer k. Now, x = 5x-7-4x+7 = 2k-4x+7 = 2 (k-2x+3)+1 = 2 l+1, where l= k-2x+3 ∈ ℤ Hence x is odd. Therefore the statement is true using the technique of direct proof Copyright © Nahid Sultana, 2014-2015.
  • 20. 3. Proof by Contrapositive (Cont…) 9/19/2014 20 Result 3.2: Let x ∈ ℤ. Then 11x-7 is even iff x is odd. Proof: Assume that x is even. Then x = 2k for some k ∈ ℤ Now, 11 x-7 = 11(2k) -7 = 22 k-7 = 2 (11 k -4) +1 = 2 l+1, where l=11 k -4 ∈ ℤ Hence 11x-7 is odd. Therefore if 11x-7 is even then x is odd is true by the technique of proof by contraposiive. Continue on next slide ⇒ Proof strategy : There are two implications to prove here: 1) If 11x -7 is even, then x is odd. 2) If x is odd, then 11x-7 is even. Copyright © Nahid Sultana, 2014-2015.
  • 21. 3. Proof by Contrapositive (Cont…) 9/19/2014 21 For the converse, assume that x is odd. Then x = 2m+1 for some m ∈ ℤ . Now, 11 x-7 = 11(2m+1) -7 = 22 m+11-7 = 22 m+4 = 2(11m+2) = 2 n, where n=11m+2 ∈ ℤ Hence 11x-7 is even. Therefore if x is odd then 11x-7 is even is true by the technique of direct proof. Copyright © Nahid Sultana, 2014-2015.
  • 22. 3. Proof by Contrapositive (Cont…) 9/19/2014 22 Result 3.3: Let x ∈ ℤ. Then x2 is even iff x is even. Proof: Assume that x is odd. Then x = 2k+1 for some k ∈ ℤ . Now, x2 = (2k+1)2 = 4 k2 +4 k+1 = 2 (2 k2 +2 k) +1 = 2 l+1, where l= 2 k2 +2 k ∈ ℤ Hence x2 is odd. Therefore if x2 is even then x is even is true by the technique of proof by contraposiive. For the converse, assume that x is even. Then x=2m for some m∈ ℤ . Now, x2 = (2m)2 = 4 m2 = 2 (2 m2) = 2 n, where n= 2 m2∈ ℤ Hence x2 is even. Therefore if x is even then x2 is even is true by the technique of direct proof. Copyright © Nahid Sultana, 2014-2015.
  • 23. 3. Proof by Contrapositive (Cont…) 9/19/2014 23 Problem 3.4: Let x ∈ ℤ . Use a lemma to prove that if 5x-7 is odd then 9x+2 is even. Proof strategy: Here the hypothesis is 5x-7 is odd, i.e 5x-7 = 2k+1 for some k ∈ ℤ . Now, x = 5x-7-4x+7 = 2k+1-4x+7 = 2 (k -2x+4) = 2 l, where l= k -2x+4 ∈ ℤ Hence x is even. Therefore we have the following lemma: Lemma: Let x ∈ ℤ. If 5x-7 is odd then x is even. Proof: Assume that 5x-7 is odd. Then using the above lemma x is even. i.e. x=2l for some l∈ ℤ . Now, 9x+2 = 9(2l)+2 = 2(9l+1)=2m, where m= 9l+1∈ ℤ . Hence 9x+2 is even. Copyright © Nahid Sultana, 2014-2015.
  • 24. 4. Proof by Cases 9/19/2014 24 Result 4.1: Let n ∈ ℤ . Then n2+3n+5 is an odd integer. Proof strategy: Here we have two possible case: 1) n is even ; 2) n is odd Proof: Case 1: n is even i.e. n=2k for some k∈ ℤ . Then n2+3n+5= (2k)2+3(2k)+5 = 4k2+6k+5 = 2(2k2+3k+2)+1 = 2m+1, where m= 2k2+3k+2∈ ℤ . Hence n2+3n+5 is odd. Case 2: n is odd i.e. n=2k+1 for some k∈ ℤ . Then, n2+3n+5= (2k+1)2+3(2k+1)+5 = 4k2+4k+1+6k+3+5 = 4k2+10k+9 = 2(2k2+5k+4)+1 = 2n+1 where n= 2k2+5k+4∈ ℤ . Hence n2+3n+5 is odd. Copyright © Nahid Sultana, 2014-2015.
  • 25. 4. Proof by Cases (Cont…) 9/19/2014 25 Note: The result must be true for all the possible cases. If it fails for one case, then the result is false.  Ex1: Case 1. n is even Case 2. n is odd  Ex2: Case 1. n > 0 Case 2. n = 0 Case 3. n < 0  Ex3: We can have a combination of x and y Case 1. xy < 0 Subcase 1.1. x > 0 and y < 0 Subcase 1.2. x < 0 and y > 0 Case 2. xy = 0 Then x = 0 or y = 0. Case 3. xy > 0 Subcase 3.1. x > 0 and y > 0 Subcase 3.2. x < 0 and y < 0 Copyright © Nahid Sultana, 2014-2015. What are the typical cases?
  • 26. 4. Proof by Cases (Cont…) 9/19/2014 26 Definition: Two integers x and y are of the same parity if x and y are both even or both odd. Definition: Two integers x and y are of opposite parity if x is even and y is odd, or x is odd and y is even. Copyright © Nahid Sultana, 2014-2015.
  • 27. 4. Proof by Cases (Cont…) 9/19/2014 27 Proof: Assume that x and y are of the same parity. Consider two cases. Case 1- x and y both even. Then x = 2k, y = 2l for some k, l ∈ Z. So, x +y = 2k+2l = 2(k+l) = 2a, where a=k + l ∈ Z Therefore, x + y is even. Case 2- x and y both odd. Then x = 2k + 1, y = 2l + 1, for some k, l ∈ Z. So, x + y = 2k + 1 + 2l + 1 = 2(k +l + 1) = 2b, where b=k + l+1 ∈ Z. Therefore, 3x + 3y is even. Continue on next slide ⇒ Result 4.1: Let x, y ∈ Z. Then x and y are of the same parity iff x + y is an even. Proof strategy: There are two implications to prove here: 1) If x and y are of the same parity then x + y is an even. 2) If x + y is an even then x and y are of the same parity. Copyright © Nahid Sultana, 2014-2015.
  • 28. 4. Proof by Cases (Cont…) 9/19/2014 28 Case 1- x is even and y is odd. Then x = 2k, y = 2l + 1, for some k, l ∈ Z. So, x + y = 2k + 2l + 1 = 2(k +l ) + 1= 2 a + 1, where a = k + l ∈ Z Hence x + y is odd. Case 2- x is odd and y is even. Then x = 2k + 1, y = 2l, for some k, l ∈ Z. So, x + y = 2k + 1 + 2l = 2(k + l) + 1= 2 b+1, where b=k + l+1 ∈ Z. Hence x + y is odd. Therefore, x + y is an odd integer. We use the phrase without loss of generality (WLOG) to indicate that the proofs of the two situations are similar, so the proof of only one of these is needed. For example the converse of the above proof can be done as follows: For the converse, assume that x and y are of opposite parity. Without loss of generality (WLOG), assume that x is even and y is odd, then x = 2k and y = 2l + 1, for some k, l ∈ Z. So, x + y = 2k + 2l + 1 = 2(k +l ) + 1= 2 a + 1, where a = k + l ∈ Z Hence x + y is odd. Copyright © Nahid Sultana, 2014-2015. For the converse, assume that x and y are of opposite parity. Consider two cases.