SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Downloaden Sie, um offline zu lesen
METHODS OF PROOF AND
DISPROOF
BY,
Lakshmi R
Asst. Professor
Dept. of ISE
PROOF AND DISPROOF
• Given a conditional p → q, the process of establishing that the
conditional is true by using the laws of logic and other known facts
constitutes a proof of the conditional
• The process of establishing that a conditional is false is called disproof
of the conditional.
Types of Proofs:
1. Direct Proof
2. Indirect Proof
3. Proof by contradiction
Lakshmi R, Asst. Professor, Dept. Of ISE
Types of Disproofs:
1. Disproof by contradiction
2. Disproof by counterexamples
PROOF
1. Direct Proof: Proving p → q true:
Step i: Hypothesis: Assume that p is true
Step ii: Analysis: Starting with hypothesis, apply
laws of logic and other facts and infer
that q is true
Step iii: Conclusion: p → q is true
Lakshmi R, Asst. Professor, Dept. Of ISE
PROOF
2. Indirect Proof: Proving p → q true:
Step i: p → q ⇔ ¬q → ¬p --Known fact
Step ii: Hypothesis: Assume that ¬q is true
Step iii: Analysis: Starting with hypothesis, apply laws of
logic and other facts and infer that p if false and
therefore ¬p is true.
Step iv: Conclusion: if ¬q and ¬p are true, then ¬q → ¬p is
true and therefore p → q is true.
Lakshmi R, Asst. Professor, Dept. Of ISE
PROOF
3. Proof by Contradiction: Proving p → q true:
Step i: Hypothesis: Assume that p → q is false.
Therefore, hypothesis is: p is true and q is false.
Step ii: Analysis: Starting with hypothesis q is false, apply
laws of logic and other facts and infer that p if
false.This contradicts the assumption that p is true.
Step iii: Conclusion: We infer that p → q is true because of
the contradiction arrived in the analysis step.
Lakshmi R, Asst. Professor, Dept. Of ISE
DISPROOF
1. Disproof by contradiction: Proving p → q false:
Step i: Hypothesis: Assume that p is true, q is true
and hence p → q is true.
Step ii: Analysis: Starting with hypothesis, apply
laws of logic and other facts and infer that
assumption is wrong and hence p → q is
false.
Step iii: Conclusion: p → q is false.
Lakshmi R, Asst. Professor, Dept. Of ISE
DISPROOF
2. Disproof by counterexample: Proving p → q false:
We know that the quantified statement ∀xp(x) is false if
for any element a, p(a) is false. Hence, consider one case
such that p(x) is false and hence the given proposition is
false.
Lakshmi R, Asst. Professor, Dept. Of ISE
PROBLEM 1
Give direct proof for
“for all integers k and l, if k and l both are odd, then k + l is even and
k.l is odd”
Lakshmi R, Asst. Professor, Dept. Of ISE
Definition of Even and Odd number
Even – Multiple of 2.
Can be expressed as 2m, where, m is some integer.
Odd – Not a multiple of 2.
Can be expressed as 2n + 1, where, n is some
integer.
PROBLEM 1
Give direct proof for
“for all integers a and b, if a and b both are odd, then a + b is even and a.b is odd”
Lakshmi R, Asst. Professor, Dept. Of ISE
Solution:
p:a and b are odd, q: a+b is even and a.b is odd.
To prove that p → q is true.
Proof:
a.b = (2m +1) . (2n +1)
= 4mn + 2m + 2n + 1
= 2(2mn + m + n ) + 1
If any number can be expressed in terms of
a multiple of 2 + 1, then it is odd.
Conclusion : p → q is true.
for all integers a and b, if a and b both are
odd, then a + b is even and a.b is odd is
true
Hypothesis: a and b are odd.
Analysis: a and b are odd.
∴ a = 2m +1 and
b = 2n + 1. where, m and n are some integers
∴ (a + b) = 2m +1 + 2n + 1 = 2m +2n + 2
= 2 (m + n + 1)
If any number can be expressed in terms of a
multiple of 2, then it is even.
PROBLEM 2
Give indirect proof for “if n2 is odd, then n is odd”
Lakshmi R, Asst. Professor, Dept. Of ISE
Solution:
p: n2 is odd, q: n is odd.
To prove that ¬q → ¬p is true.
Proof:
n= 2k where, k is some integer
⇒ n2 = (2k)2 = 2.2(k)2
∴ n2 is not odd (n2 is even)
Or ¬p is true.
Conclusion: This proves the
contrapositive statement ¬q → ¬p
∴ if n2 is odd, then n is odd is true
Hypothesis: Assume ¬q is true
∴assume that n is even.
Analysis:
assume that n is even.
∴ n can be represented as a multiple of 2.
PROBLEM 3
Give proof by contradiction “for all real numbers x and y, if (x + y) ≥ 100,
then x ≥ 50 or y ≥ 50 ”
Lakshmi R, Asst. Professor, Dept. Of ISE
Solution:
Let p: (x + y) ≥ 100
q: x ≥ 50
r: y ≥ 50
To prove that p → (q ∨ r) is true.
Proof:
Analysis: (x + y) ≥ 100 is true
x ≥ 50 is false
y ≥ 50 is false.
That is, x < 50 and y <50
Then, (x+y) < 100. This contradicts
our first assumption p is true.
∴ the assumption “p→(q∨ r) is
false” is not true.
Conclusion : p → (q ∨ r) is true.
“for all real numbers x and y, if (x
+ y) ≥ 100, then x ≥ 50 or y ≥ 50 ” is
true
Hypothesis: Assume that p → (q ∨ r) is
false.
This implies, p is true and (q ∨ r) is false
Assumption: p is true, (q ∨ r) is false
⇒ q is false and r is false.
PROBLEM 4
Disprove by contradiction “the sum of two odd integers is an odd
integer”
Lakshmi R, Asst. Professor, Dept. Of ISE
Solution:
Let p: a and b are odd integers
q: (a + b) is an odd integer
To prove that p → q is false (disproof)
Proof:
(a + b) = (2m + 1) + (2n + 1)
= 2m + 2n + 2
=2(m + n + 1)
∴ (a + b) is a multiple of 2 (is even)
This contradicts our assumption that
q is true.
Conclusion : p → q
True → false is false
“the sum of two odd integers is an
odd integer” is false.
Hypothesis: Assume that p → q is true.
Assume that p is true and q is true.
Analysis:
a and b are odd.That is,
a = 2m + 1 and b = 2n + 1
Where, m and n are some integers.
PROBLEM 5
Give
i) Direct Proof
ii) Indirect Proof
iii)Proof by Contradiction for the following statement.
“If m is an even integer, then (m + 7) is odd”
Lakshmi R, Asst. Professor, Dept. Of ISE

Weitere ähnliche Inhalte

Was ist angesagt?

Piecewise functions
Piecewise functionsPiecewise functions
Piecewise functionsLori Rapp
 
INVERSE FUNCTION
INVERSE FUNCTIONINVERSE FUNCTION
INVERSE FUNCTIONclari1998
 
Exponential Equation & Inequalities.pptx
Exponential Equation & Inequalities.pptxExponential Equation & Inequalities.pptx
Exponential Equation & Inequalities.pptxRoqui Gonzaga
 
Logarithmic function, equation and inequality
Logarithmic function, equation and inequalityLogarithmic function, equation and inequality
Logarithmic function, equation and inequalityFelina Victoria
 
Exponential functions
Exponential functionsExponential functions
Exponential functionsRon Eick
 
Math quiz bee
Math quiz beeMath quiz bee
Math quiz beeNo L's
 
Evaluating functions
Evaluating functionsEvaluating functions
Evaluating functionsEFREN ARCHIDE
 
Logic (PROPOSITIONS)
Logic (PROPOSITIONS)Logic (PROPOSITIONS)
Logic (PROPOSITIONS)D Nayanathara
 
GENERAL MATHEMATICS Module 1: Review on Functions
GENERAL MATHEMATICS Module 1: Review on FunctionsGENERAL MATHEMATICS Module 1: Review on Functions
GENERAL MATHEMATICS Module 1: Review on FunctionsGalina Panela
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distributionlovemucheca
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functionsarielrogon
 
the history of the Philippines education (teaching profession)
the history of the Philippines education (teaching profession)the history of the Philippines education (teaching profession)
the history of the Philippines education (teaching profession)Lorein May Pabilona
 
Probability distribution of a random variable module
Probability distribution of a random variable moduleProbability distribution of a random variable module
Probability distribution of a random variable moduleMelody01082019
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoningsmiller5
 
Introduction to the Philosophy of the Human Person - Introduction to Philosophy
Introduction to the Philosophy of the Human Person - Introduction to PhilosophyIntroduction to the Philosophy of the Human Person - Introduction to Philosophy
Introduction to the Philosophy of the Human Person - Introduction to PhilosophyJuan Miguel Palero
 

Was ist angesagt? (20)

Piecewise functions
Piecewise functionsPiecewise functions
Piecewise functions
 
INVERSE FUNCTION
INVERSE FUNCTIONINVERSE FUNCTION
INVERSE FUNCTION
 
Exponential Equation & Inequalities.pptx
Exponential Equation & Inequalities.pptxExponential Equation & Inequalities.pptx
Exponential Equation & Inequalities.pptx
 
Logarithmic function, equation and inequality
Logarithmic function, equation and inequalityLogarithmic function, equation and inequality
Logarithmic function, equation and inequality
 
Claims of-policy
Claims of-policyClaims of-policy
Claims of-policy
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Proposition
PropositionProposition
Proposition
 
Math quiz bee
Math quiz beeMath quiz bee
Math quiz bee
 
Proposition (Logic)
Proposition (Logic)Proposition (Logic)
Proposition (Logic)
 
Evaluating functions
Evaluating functionsEvaluating functions
Evaluating functions
 
Composite functions
Composite functionsComposite functions
Composite functions
 
Simple annuities
Simple annuitiesSimple annuities
Simple annuities
 
Logic (PROPOSITIONS)
Logic (PROPOSITIONS)Logic (PROPOSITIONS)
Logic (PROPOSITIONS)
 
GENERAL MATHEMATICS Module 1: Review on Functions
GENERAL MATHEMATICS Module 1: Review on FunctionsGENERAL MATHEMATICS Module 1: Review on Functions
GENERAL MATHEMATICS Module 1: Review on Functions
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distribution
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functions
 
the history of the Philippines education (teaching profession)
the history of the Philippines education (teaching profession)the history of the Philippines education (teaching profession)
the history of the Philippines education (teaching profession)
 
Probability distribution of a random variable module
Probability distribution of a random variable moduleProbability distribution of a random variable module
Probability distribution of a random variable module
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning
 
Introduction to the Philosophy of the Human Person - Introduction to Philosophy
Introduction to the Philosophy of the Human Person - Introduction to PhilosophyIntroduction to the Philosophy of the Human Person - Introduction to Philosophy
Introduction to the Philosophy of the Human Person - Introduction to Philosophy
 

Ähnlich wie Proofs and disproofs

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 Strategyallyn joy calcaben
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proofAbdur Rehman
 
Aa - Module 1 Fundamentals_2.pdf
Aa  - Module 1  Fundamentals_2.pdfAa  - Module 1  Fundamentals_2.pdf
Aa - Module 1 Fundamentals_2.pdfAayushSharma261
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contrapositionAbdur Rehman
 
Proving existential statements
Proving existential statementsProving existential statements
Proving existential statementsAbdur Rehman
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)kevinwu1994
 
Discrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptDiscrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptNandiniSR2
 
Induction
InductionInduction
InductionH K
 
Mathmatical reasoning
Mathmatical reasoningMathmatical reasoning
Mathmatical reasoningindu psthakur
 
desmath(1).ppt
desmath(1).pptdesmath(1).ppt
desmath(1).pptMemMem25
 
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
 
Mathreasoning
MathreasoningMathreasoning
MathreasoningAza Alias
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011noraidawati
 

Ähnlich wie Proofs and disproofs (20)

Data structure chapter-1-proofs
Data structure chapter-1-proofsData structure chapter-1-proofs
Data structure chapter-1-proofs
 
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
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proof
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
 
Aa - Module 1 Fundamentals_2.pdf
Aa  - Module 1  Fundamentals_2.pdfAa  - Module 1  Fundamentals_2.pdf
Aa - Module 1 Fundamentals_2.pdf
 
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
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
DM(1).pptx
DM(1).pptxDM(1).pptx
DM(1).pptx
 
Fskik 1 nota
Fskik 1   notaFskik 1   nota
Fskik 1 nota
 
Proving existential statements
Proving existential statementsProving existential statements
Proving existential statements
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
 
Discrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.pptDiscrete mathematics Chapter1 presentation.ppt
Discrete mathematics Chapter1 presentation.ppt
 
Induction
InductionInduction
Induction
 
Mathmatical reasoning
Mathmatical reasoningMathmatical reasoning
Mathmatical reasoning
 
desmath(1).ppt
desmath(1).pptdesmath(1).ppt
desmath(1).ppt
 
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 د. خالد بكرو
 
Logic
LogicLogic
Logic
 
Mathreasoning
MathreasoningMathreasoning
Mathreasoning
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011
 

Mehr von Lakshmi R

Use of quantifiers
Use of quantifiersUse of quantifiers
Use of quantifiersLakshmi R
 
Logical implication - Necessary and Sufficient conditions
Logical implication  -  Necessary and Sufficient conditionsLogical implication  -  Necessary and Sufficient conditions
Logical implication - Necessary and Sufficient conditionsLakshmi R
 
NAND and NOR connectives
NAND and NOR connectivesNAND and NOR connectives
NAND and NOR connectivesLakshmi R
 
Discrete Mathematical Structures - Fundamentals of Logic - Principle of duality
Discrete Mathematical Structures - Fundamentals of Logic - Principle of dualityDiscrete Mathematical Structures - Fundamentals of Logic - Principle of duality
Discrete Mathematical Structures - Fundamentals of Logic - Principle of dualityLakshmi R
 
Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1Lakshmi R
 
Logical equivalence, laws of logic
Logical equivalence, laws of logicLogical equivalence, laws of logic
Logical equivalence, laws of logicLakshmi R
 
Rules of inference
Rules of inferenceRules of inference
Rules of inferenceLakshmi R
 
Java Collection Framework
Java Collection FrameworkJava Collection Framework
Java Collection FrameworkLakshmi R
 
Jsp presentation
Jsp presentationJsp presentation
Jsp presentationLakshmi R
 

Mehr von Lakshmi R (11)

Use of quantifiers
Use of quantifiersUse of quantifiers
Use of quantifiers
 
Css basics
Css basicsCss basics
Css basics
 
Html basics
Html basicsHtml basics
Html basics
 
Logical implication - Necessary and Sufficient conditions
Logical implication  -  Necessary and Sufficient conditionsLogical implication  -  Necessary and Sufficient conditions
Logical implication - Necessary and Sufficient conditions
 
NAND and NOR connectives
NAND and NOR connectivesNAND and NOR connectives
NAND and NOR connectives
 
Discrete Mathematical Structures - Fundamentals of Logic - Principle of duality
Discrete Mathematical Structures - Fundamentals of Logic - Principle of dualityDiscrete Mathematical Structures - Fundamentals of Logic - Principle of duality
Discrete Mathematical Structures - Fundamentals of Logic - Principle of duality
 
Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1
 
Logical equivalence, laws of logic
Logical equivalence, laws of logicLogical equivalence, laws of logic
Logical equivalence, laws of logic
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
 
Java Collection Framework
Java Collection FrameworkJava Collection Framework
Java Collection Framework
 
Jsp presentation
Jsp presentationJsp presentation
Jsp presentation
 

Kürzlich hochgeladen

Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...anilsa9823
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...akbard9823
 
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...akbard9823
 
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKRAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKedwardsara83
 
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...anilsa9823
 
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...anilsa9823
 
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...anilsa9823
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...anilsa9823
 
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Servicesonnydelhi1992
 
The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)thephillipta
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...akbard9823
 
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...anilsa9823
 
AaliyahBell_themist_v01.pdf .
AaliyahBell_themist_v01.pdf             .AaliyahBell_themist_v01.pdf             .
AaliyahBell_themist_v01.pdf .AaliyahB2
 
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...anilsa9823
 
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call Girl
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call GirlAdmirable # 00971529501107 # Call Girls at dubai by Dubai Call Girl
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call Girlhome
 
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...home
 
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...anilsa9823
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...anilsa9823
 
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...anilsa9823
 

Kürzlich hochgeladen (20)

Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
 
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
 
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKRAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
 
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
 
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...
Lucknow 💋 Call Girls Service Lucknow ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
Lucknow 💋 High Profile Call Girls in Lucknow - Book 8923113531 Call Girls Ava...
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
 
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Lajpat Nagar Delhi >༒9667401043 Escort Service
 
The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)The First Date by Daniel Johnson (Inspired By True Events)
The First Date by Daniel Johnson (Inspired By True Events)
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
 
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
 
AaliyahBell_themist_v01.pdf .
AaliyahBell_themist_v01.pdf             .AaliyahBell_themist_v01.pdf             .
AaliyahBell_themist_v01.pdf .
 
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
 
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call Girl
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call GirlAdmirable # 00971529501107 # Call Girls at dubai by Dubai Call Girl
Admirable # 00971529501107 # Call Girls at dubai by Dubai Call Girl
 
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
 
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
 
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
 

Proofs and disproofs

  • 1. METHODS OF PROOF AND DISPROOF BY, Lakshmi R Asst. Professor Dept. of ISE
  • 2. PROOF AND DISPROOF • Given a conditional p → q, the process of establishing that the conditional is true by using the laws of logic and other known facts constitutes a proof of the conditional • The process of establishing that a conditional is false is called disproof of the conditional. Types of Proofs: 1. Direct Proof 2. Indirect Proof 3. Proof by contradiction Lakshmi R, Asst. Professor, Dept. Of ISE Types of Disproofs: 1. Disproof by contradiction 2. Disproof by counterexamples
  • 3. PROOF 1. Direct Proof: Proving p → q true: Step i: Hypothesis: Assume that p is true Step ii: Analysis: Starting with hypothesis, apply laws of logic and other facts and infer that q is true Step iii: Conclusion: p → q is true Lakshmi R, Asst. Professor, Dept. Of ISE
  • 4. PROOF 2. Indirect Proof: Proving p → q true: Step i: p → q ⇔ ¬q → ¬p --Known fact Step ii: Hypothesis: Assume that ¬q is true Step iii: Analysis: Starting with hypothesis, apply laws of logic and other facts and infer that p if false and therefore ¬p is true. Step iv: Conclusion: if ¬q and ¬p are true, then ¬q → ¬p is true and therefore p → q is true. Lakshmi R, Asst. Professor, Dept. Of ISE
  • 5. PROOF 3. Proof by Contradiction: Proving p → q true: Step i: Hypothesis: Assume that p → q is false. Therefore, hypothesis is: p is true and q is false. Step ii: Analysis: Starting with hypothesis q is false, apply laws of logic and other facts and infer that p if false.This contradicts the assumption that p is true. Step iii: Conclusion: We infer that p → q is true because of the contradiction arrived in the analysis step. Lakshmi R, Asst. Professor, Dept. Of ISE
  • 6. DISPROOF 1. Disproof by contradiction: Proving p → q false: Step i: Hypothesis: Assume that p is true, q is true and hence p → q is true. Step ii: Analysis: Starting with hypothesis, apply laws of logic and other facts and infer that assumption is wrong and hence p → q is false. Step iii: Conclusion: p → q is false. Lakshmi R, Asst. Professor, Dept. Of ISE
  • 7. DISPROOF 2. Disproof by counterexample: Proving p → q false: We know that the quantified statement ∀xp(x) is false if for any element a, p(a) is false. Hence, consider one case such that p(x) is false and hence the given proposition is false. Lakshmi R, Asst. Professor, Dept. Of ISE
  • 8. PROBLEM 1 Give direct proof for “for all integers k and l, if k and l both are odd, then k + l is even and k.l is odd” Lakshmi R, Asst. Professor, Dept. Of ISE Definition of Even and Odd number Even – Multiple of 2. Can be expressed as 2m, where, m is some integer. Odd – Not a multiple of 2. Can be expressed as 2n + 1, where, n is some integer.
  • 9. PROBLEM 1 Give direct proof for “for all integers a and b, if a and b both are odd, then a + b is even and a.b is odd” Lakshmi R, Asst. Professor, Dept. Of ISE Solution: p:a and b are odd, q: a+b is even and a.b is odd. To prove that p → q is true. Proof: a.b = (2m +1) . (2n +1) = 4mn + 2m + 2n + 1 = 2(2mn + m + n ) + 1 If any number can be expressed in terms of a multiple of 2 + 1, then it is odd. Conclusion : p → q is true. for all integers a and b, if a and b both are odd, then a + b is even and a.b is odd is true Hypothesis: a and b are odd. Analysis: a and b are odd. ∴ a = 2m +1 and b = 2n + 1. where, m and n are some integers ∴ (a + b) = 2m +1 + 2n + 1 = 2m +2n + 2 = 2 (m + n + 1) If any number can be expressed in terms of a multiple of 2, then it is even.
  • 10. PROBLEM 2 Give indirect proof for “if n2 is odd, then n is odd” Lakshmi R, Asst. Professor, Dept. Of ISE Solution: p: n2 is odd, q: n is odd. To prove that ¬q → ¬p is true. Proof: n= 2k where, k is some integer ⇒ n2 = (2k)2 = 2.2(k)2 ∴ n2 is not odd (n2 is even) Or ¬p is true. Conclusion: This proves the contrapositive statement ¬q → ¬p ∴ if n2 is odd, then n is odd is true Hypothesis: Assume ¬q is true ∴assume that n is even. Analysis: assume that n is even. ∴ n can be represented as a multiple of 2.
  • 11. PROBLEM 3 Give proof by contradiction “for all real numbers x and y, if (x + y) ≥ 100, then x ≥ 50 or y ≥ 50 ” Lakshmi R, Asst. Professor, Dept. Of ISE Solution: Let p: (x + y) ≥ 100 q: x ≥ 50 r: y ≥ 50 To prove that p → (q ∨ r) is true. Proof: Analysis: (x + y) ≥ 100 is true x ≥ 50 is false y ≥ 50 is false. That is, x < 50 and y <50 Then, (x+y) < 100. This contradicts our first assumption p is true. ∴ the assumption “p→(q∨ r) is false” is not true. Conclusion : p → (q ∨ r) is true. “for all real numbers x and y, if (x + y) ≥ 100, then x ≥ 50 or y ≥ 50 ” is true Hypothesis: Assume that p → (q ∨ r) is false. This implies, p is true and (q ∨ r) is false Assumption: p is true, (q ∨ r) is false ⇒ q is false and r is false.
  • 12. PROBLEM 4 Disprove by contradiction “the sum of two odd integers is an odd integer” Lakshmi R, Asst. Professor, Dept. Of ISE Solution: Let p: a and b are odd integers q: (a + b) is an odd integer To prove that p → q is false (disproof) Proof: (a + b) = (2m + 1) + (2n + 1) = 2m + 2n + 2 =2(m + n + 1) ∴ (a + b) is a multiple of 2 (is even) This contradicts our assumption that q is true. Conclusion : p → q True → false is false “the sum of two odd integers is an odd integer” is false. Hypothesis: Assume that p → q is true. Assume that p is true and q is true. Analysis: a and b are odd.That is, a = 2m + 1 and b = 2n + 1 Where, m and n are some integers.
  • 13. PROBLEM 5 Give i) Direct Proof ii) Indirect Proof iii)Proof by Contradiction for the following statement. “If m is an even integer, then (m + 7) is odd” Lakshmi R, Asst. Professor, Dept. Of ISE