SlideShare a Scribd company logo
PROOF TECHNIQUES
Presented in The Course of Tutorial Fundamental First Semester in
Academic Year 2017/2018
By : Group 3
1. Nun Hafizah Nur/1711440005
2. Nurul Fadhilah Alimuddin/1711440008
3. Fadhillah Suhardi/1711441006
4. Nurmasita/1711441011
5. Meutiah Nahrisyah/1711441014
6. Elvira/1711442006
Program of ICP Mathematic Education Mathematic Department
UNIVERSITAS NEGERI MAKASSAR
2017
PROOF TECHNIQUES
There are some of the most common proof techniques. In this chapter, we will examine about :
1. Direct proof
This is the simplest and easiest method of proof avaible to us. There are only two steps to a direct
proof :
- Assume that P is true.
- Use P to show Q must be true.
Direct proof of 𝑃( 𝑥) → 𝑄(𝑥) for all 𝑥 ∈ 𝐷
 Assume that 𝑃(x) is true for an arbitrary 𝑥 ∈ 𝐷,
 And show that 𝑄(𝑥) is true for this 𝑥.
Properties of Integers : In order to illustrate this type of proof we need to know the following :
- The negative integers of an integers is an integer.
- The sum and difference of two integers is an integer.
- The product of two integers is an integer.
- An integer 𝑛 is even if 𝑛 = 2𝑘 for some integer 𝑘.
- An integers 𝑛 is odd if 𝑛 = 2𝑘 + 1 for some integer 𝑘
*Example :
Theorem 1 : If 𝒏 is an odd integer, then 𝟓𝒏 + 𝟑 is an even integer.
Proof : Assume that 𝑛 is an odd integer, then 𝑛 = 2𝑘 + 1 for 𝑘 ∈ ℤ
Then, 5𝑛 + 3
= 5(2𝑘 + 1) + 3
= 10𝑘 + 8
= 2(5𝑘 + 4)
= 2𝑚, where 𝑚 = (5𝑘 + 4) ∈ ℤ
It follows that 5𝑛 + 3 is an even integer when 𝑛 is an odd integer.
Theorem 2 : If 𝒏 is an odd integer, then 𝟒𝒏 𝟑 + 𝟐𝒏 − 𝟏 is odd.
Proof : Assume that 𝑛 is odd. So, 𝑛 = 2𝑘 + 1 for 𝑘 ∈ ℤ
Then, 4𝑛3 + 2𝑛 − 1
= 4(2𝑘 + 1)3 + 2(2𝑘 + 1) − 1
= 4(4𝑘3 + 12𝑘2 + 6𝑘 + 1) + 4𝑘 + 2
= 16𝑘3 + 48𝑘2 + 28𝑘 + 5
= 2(8𝑘3 + 24𝑘2 + 14𝑘 + 2) + 1
= 2𝑚 + 1, where 𝑚 = (8𝑘3 + 24𝑘2 + 14𝑘 + 2) ∈ ℤ
It follows that 4𝑛3 + 2𝑛 − 1 is odd when 𝑛 is an odd integers.
2. Proof by Contradiction
The proof by contradiction is grounded in the fact that any preposition must be either true or
false, but not both true and false at the same time.We arrive at a contradiction when we are able
to demonstrate that a statement is both simultaneously true and false.
The method of proof by contradiction.
- Assume that 𝑃 is true
- Assume that ¬𝑄 is true
- Use that 𝑃 and ¬𝑄 to demonstrate a contradiction
*Example :
Theorem 1 : Showthat if x is a prime number not equal to 3, then
𝒙
𝟑
is not an integer.
Proof : Assume that
𝑥
3
is an integer.
Then,
𝑥
3
= 𝑛
𝑥 = 3𝑛.
This cannot be true, because if 𝑥 is prime, then 3 cannot be a factor of 𝑥 as shown in the equation
𝑥 = 3𝑛. By contradiction,
𝑥
3
is not an integer.
Theorem 2 : √ 𝟐 is an irrational number.
Proof : Let us assume that √2 is not an irrational number. Then √2 is a rational number, so we
can write,
√2 =
𝑎
𝑏
Where 𝑎 and 𝑏 are integers and 𝑏 ≠ 0. Moreover, we may assume that the fraction
𝑎
𝑏
is in the
lowest term, that is 𝑎 and 𝑏 have no common factors other than 1. (If 𝑎 and 𝑏 have common
factors other than 1, then we can cancelthose common factors and get the fraction in which the
numerator and denominator has no common factors other than 1).
So,
√2 =
𝑎
𝑏
→ (√2)2 = (
𝑎
𝑏
)2
→ 2 =
𝑎2
𝑏2
→ 𝑎2 = 2𝑏2
→ 𝑎2 is an even integers
Because 𝑎2is an even integer, we must have a an even integer.Therefore, we can write 𝑎 = 2𝑛 for
some integer 𝑛. This implies that 𝑎2 = 4𝑛2. We now subtitute this value of 𝑎2 into 𝑎2 = 2𝑏2 to
obtain
𝑎2 = 2𝑏2 = 4𝑛2
This implies that,
𝑏2 = 2𝑛2
And so 𝑏2 is even. We can now conclude that 𝑏 is even. Thus, we have proved that both 𝑎 and 𝑏
are even and so have 2 as a common factors. This contridacts our assumption that 𝑎 and 𝑏 have
no common factors other than 1. We have now arrivedat a contradiction. Consequently, we can
conclude that √2 is an irrational number.
3. Proof by contrapositive
The statement 𝑃 → 𝑄 is equivalent to ¬𝑄 → ¬𝑃
- Assume ¬𝑄 is true
- Show that ¬𝑃 must be true
- Observe that 𝑃 → 𝑄 by contraposition
Proof by contrapositive can be an effective approach when a traditional irect proof is tricky, or it
can be a different way to think about the substance of a problem.
*Example :
Theorem 1 : Let 𝒙 ∈ ℤ. Then 𝟏𝟏𝒙 − 𝟕is even if 𝒙 is odd.
Proof : Assume that 𝑥 is even. Then 𝑥 = 2𝑘 for some 𝑘 ∈ ℤ
Now, 11𝑥 − 7
=11(2𝑘) − 7
=22𝑘 − 7
=2(11𝑘 − 4) + 1
=2𝑝 + 1, where 𝑝 = 11𝑘 − 4 ∈ ℤ
Hence 11𝑘 − 7 is odd. Therefore if 11𝑥 − 7 is even then 𝑥 is odd is true by the technique of
proof by contrapositive.
Theorem 2 : Let 𝒙 ∈ ℤ. Then 𝒙 𝟐is even if 𝒙 is even.
Proof : Assume that 𝑥 is odd. Then 𝑥 = 2𝑘 + 1 for some 𝑘 ∈ ℤ
Now, 𝑥2 = (2𝑘 + 1)2
= 4𝑘2 + 4𝑘 + 1
= 2(2𝑘2 + 2) + 1
= 2𝑚 + 1, where 𝑚 = 2𝑘2 + 2 ∈ ℤ
Hence 𝑥2is odd. Therefor if 𝑥2is even then 𝑥 is even is true by the techniques of proof by
contrapositive.
4. Proof by cases
Sometimes it’s hard to prove the whole theorem at once so you split the proof into several cases,
and prove the theorem separately for each case.
Definition:
- Two integers 𝑥 and 𝑦 are of the same parity if 𝑥 and 𝑦 are both even or both odd
- Two integers 𝑥 and 𝑦 are of opposite parity if 𝑥 is even and 𝑦 is odd, or 𝑥 is odd and 𝑦 is
even.
*Example :
Theorem 1: Let 𝒙, 𝒚 ∈ ℤ. Then 𝒙 and 𝒚 are ofthe same parity if 𝒙 + 𝒚 is an even.
Proof strategy : There are two implications to prove here :
1). If 𝑥 and 𝑦 are of the same parity then 𝑥 + 𝑦 is an even.
2). If 𝑥 + 𝑦 is an even then 𝑥 and 𝑦 are of the same parity.
Proof 1: Assume that 𝑥 and 𝑦 are of the same parity. Consider two cases.
Case 1, 𝑥 and 𝑦 both even.
Then, 𝑥 = 2𝑘, 𝑦 = 2𝑙 for some 𝑘, 𝑙 ∈ ℤ.
So, 𝑥 + 𝑦
=2𝑘 + 2𝑙
=2( 𝑘 + 𝑙)
=2𝑝, where 𝑝 = 𝑘 + 𝑙 ∈ ℤ.
Therefore, 𝑥 + 𝑦 is even.
Case 2, x and y both odd.
Then, 𝑥 = 2𝑘 + 1, 𝑦 = 2𝑙 + 1 for some 𝑘, 𝑙 ∈ ℤ.
So, 𝑥 + 𝑦
=2𝑘 + 1 + 2𝑙 + 1
=2( 𝑘 + 𝑙 + 1)
=2𝑞, where 𝑞 = 𝑘 + 𝑙 + 1 ∈ ℤ.
Therefore, 𝑥 + 𝑦 is even.
Theorem 2 : Let 𝒙, 𝒚 ∈ ℤ. Then 𝒙 and 𝒚 are ofthe opposite parity if 𝒙 + 𝒚 is an odd.
Proof :Assume that 𝑥 and 𝑦 are of opposite parity. Consider two cases.
Case 1, 𝑥 is even and 𝑦 is odd.
Then 𝑥 = 2𝑘, 𝑦 = 2𝑙 + 1 for some 𝑘, 𝑙 ∈ ℤ.
So, 𝑥 + 𝑦
= 2𝑘 + 2𝑙 + 1
= 2( 𝑘 + 𝑙) + 1
= 2𝑚 + 1, where 𝑚 = (𝑘 + 𝑙) ∈ ℤ.
Hence, 𝑥 + 𝑦 is odd.
Case 2, 𝑥 is odd and 𝑦 is even.
Then, 𝑥 = 2𝑘 + 1, 𝑦 = 2𝑙 for some 𝑘, 𝑙 ∈ ℤ.
So, 𝑥 + 𝑦
= 2𝑘 + 1 + 2𝑙
= 2( 𝑘 + 𝑙) + 1
= 2𝑛 + 1, where 𝑛 = (𝑘 + 𝑙) ∈ ℤ.
Hence, 𝑥 + 𝑦 is odd.
PROOF TECHNIQUES

More Related Content

What's hot

Probability And Its Axioms
Probability And Its AxiomsProbability And Its Axioms
Probability And Its Axioms
mathscontent
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
Edelyn Cagas
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probability
suncil0071
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
Jonathan Templin
 
Clique problem step_by_step
Clique problem step_by_stepClique problem step_by_step
Clique problem step_by_step
Sing Kuang Tan
 
Mean Squared Error (MSE) of an Estimator
Mean Squared Error (MSE) of an EstimatorMean Squared Error (MSE) of an Estimator
Mean Squared Error (MSE) of an Estimator
Suruchi Somwanshi
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
University of Potsdam
 
Proof
ProofProof
Proof
H K
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
Sman Abbasi
 
Counting, mathematical induction and discrete probability
Counting, mathematical induction and discrete probabilityCounting, mathematical induction and discrete probability
Counting, mathematical induction and discrete probability
SURBHI SAROHA
 
Master theorem
Master theoremMaster theorem
Master theorem
fika sweety
 
Eulers totient
Eulers totientEulers totient
Eulers totient
SampadaZalte
 
Integration by partial fraction
Integration by partial fractionIntegration by partial fraction
Integration by partial fraction
Ayesha Ch
 
Discrete mathematics
Discrete mathematicsDiscrete mathematics
Discrete mathematics
University of Potsdam
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
Usama ahmad
 
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
 
Cramer row inequality
Cramer row inequality Cramer row inequality
Cramer row inequality
VashuGupta8
 
Libby Chap1
Libby Chap1Libby Chap1
Libby Chap1
knksmart
 
Surds.ppt
Surds.pptSurds.ppt
Surds.ppt
TingBie1
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
Balaji P
 

What's hot (20)

Probability And Its Axioms
Probability And Its AxiomsProbability And Its Axioms
Probability And Its Axioms
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probability
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
Clique problem step_by_step
Clique problem step_by_stepClique problem step_by_step
Clique problem step_by_step
 
Mean Squared Error (MSE) of an Estimator
Mean Squared Error (MSE) of an EstimatorMean Squared Error (MSE) of an Estimator
Mean Squared Error (MSE) of an Estimator
 
Sets in discrete mathematics
Sets in discrete mathematicsSets in discrete mathematics
Sets in discrete mathematics
 
Proof
ProofProof
Proof
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Counting, mathematical induction and discrete probability
Counting, mathematical induction and discrete probabilityCounting, mathematical induction and discrete probability
Counting, mathematical induction and discrete probability
 
Master theorem
Master theoremMaster theorem
Master theorem
 
Eulers totient
Eulers totientEulers totient
Eulers totient
 
Integration by partial fraction
Integration by partial fractionIntegration by partial fraction
Integration by partial fraction
 
Discrete mathematics
Discrete mathematicsDiscrete mathematics
Discrete mathematics
 
Introduction to Set Theory
Introduction to Set TheoryIntroduction to Set Theory
Introduction to Set Theory
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
 
Cramer row inequality
Cramer row inequality Cramer row inequality
Cramer row inequality
 
Libby Chap1
Libby Chap1Libby Chap1
Libby Chap1
 
Surds.ppt
Surds.pptSurds.ppt
Surds.ppt
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
 

Similar to PROOF TECHNIQUES

4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx
Bongisipho Hlophe
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
GC University Fsd
 
Fermat's Last Theorem (Final Copy)
Fermat's Last Theorem (Final Copy)Fermat's Last Theorem (Final Copy)
Fermat's Last Theorem (Final Copy)
Yogesh Karunavannan
 
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
 
Data structure chapter-1-proofs
Data structure chapter-1-proofsData structure chapter-1-proofs
Data structure chapter-1-proofs
collage of computer since
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
kevinwu1994
 
Analysis.pptx
Analysis.pptxAnalysis.pptx
Analysis.pptx
AryanVerma215603
 
1. Probability.pdf
1. Probability.pdf1. Probability.pdf
1. Probability.pdf
SurajRajTripathy
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
GC University Fsd
 
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
Muhammad Nur Chalim
 
DIGITAL TEXT BOOK
DIGITAL TEXT BOOKDIGITAL TEXT BOOK
DIGITAL TEXT BOOK
bintu55
 
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLEANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
Muhammad Nur Chalim
 
MATHEMATICAL INDUCTION.ppt
MATHEMATICAL INDUCTION.pptMATHEMATICAL INDUCTION.ppt
MATHEMATICAL INDUCTION.ppt
Marjorie Malveda
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdf
BhanuCharan9
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
Dawood Faheem Abbasi
 
Tma2033 chap1.1&1.2handout
Tma2033 chap1.1&1.2handoutTma2033 chap1.1&1.2handout
Tma2033 chap1.1&1.2handout
shiqinrino
 
The axiomatic power of Kolmogorov complexity
The axiomatic power of Kolmogorov complexity The axiomatic power of Kolmogorov complexity
The axiomatic power of Kolmogorov complexity
lbienven
 
G0733945
G0733945G0733945
G0733945
IOSR Journals
 
Systems of linear equation
Systems of linear equationSystems of linear equation
Systems of linear equation
Alliah Czarielle Mangino
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
IIUM
 

Similar to PROOF TECHNIQUES (20)

4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
 
Fermat's Last Theorem (Final Copy)
Fermat's Last Theorem (Final Copy)Fermat's Last Theorem (Final Copy)
Fermat's Last Theorem (Final Copy)
 
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
 
Data structure chapter-1-proofs
Data structure chapter-1-proofsData structure chapter-1-proofs
Data structure chapter-1-proofs
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
 
Analysis.pptx
Analysis.pptxAnalysis.pptx
Analysis.pptx
 
1. Probability.pdf
1. Probability.pdf1. Probability.pdf
1. Probability.pdf
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
 
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
 
DIGITAL TEXT BOOK
DIGITAL TEXT BOOKDIGITAL TEXT BOOK
DIGITAL TEXT BOOK
 
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLEANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
 
MATHEMATICAL INDUCTION.ppt
MATHEMATICAL INDUCTION.pptMATHEMATICAL INDUCTION.ppt
MATHEMATICAL INDUCTION.ppt
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdf
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 
Tma2033 chap1.1&1.2handout
Tma2033 chap1.1&1.2handoutTma2033 chap1.1&1.2handout
Tma2033 chap1.1&1.2handout
 
The axiomatic power of Kolmogorov complexity
The axiomatic power of Kolmogorov complexity The axiomatic power of Kolmogorov complexity
The axiomatic power of Kolmogorov complexity
 
G0733945
G0733945G0733945
G0733945
 
Systems of linear equation
Systems of linear equationSystems of linear equation
Systems of linear equation
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
 

More from Meutiah Nahrisyah

UKURAN GEJALA PUSAT
UKURAN GEJALA PUSATUKURAN GEJALA PUSAT
UKURAN GEJALA PUSAT
Meutiah Nahrisyah
 
MATRIX EQUATION
MATRIX EQUATIONMATRIX EQUATION
MATRIX EQUATION
Meutiah Nahrisyah
 
Aplikasi sistem linear
Aplikasi sistem linearAplikasi sistem linear
Aplikasi sistem linear
Meutiah Nahrisyah
 
Applications of linear systems
Applications of linear systemsApplications of linear systems
Applications of linear systems
Meutiah Nahrisyah
 
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRAROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
Meutiah Nahrisyah
 
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRAROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
Meutiah Nahrisyah
 
A Further Examination Of Philosophical Schools
A Further Examination Of Philosophical SchoolsA Further Examination Of Philosophical Schools
A Further Examination Of Philosophical Schools
Meutiah Nahrisyah
 

More from Meutiah Nahrisyah (7)

UKURAN GEJALA PUSAT
UKURAN GEJALA PUSATUKURAN GEJALA PUSAT
UKURAN GEJALA PUSAT
 
MATRIX EQUATION
MATRIX EQUATIONMATRIX EQUATION
MATRIX EQUATION
 
Aplikasi sistem linear
Aplikasi sistem linearAplikasi sistem linear
Aplikasi sistem linear
 
Applications of linear systems
Applications of linear systemsApplications of linear systems
Applications of linear systems
 
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRAROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
 
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRAROOTS AND RADICALS - ELEMENTARY ALGEBRA
ROOTS AND RADICALS - ELEMENTARY ALGEBRA
 
A Further Examination Of Philosophical Schools
A Further Examination Of Philosophical SchoolsA Further Examination Of Philosophical Schools
A Further Examination Of Philosophical Schools
 

Recently uploaded

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 

PROOF TECHNIQUES

  • 1. PROOF TECHNIQUES Presented in The Course of Tutorial Fundamental First Semester in Academic Year 2017/2018 By : Group 3 1. Nun Hafizah Nur/1711440005 2. Nurul Fadhilah Alimuddin/1711440008 3. Fadhillah Suhardi/1711441006 4. Nurmasita/1711441011 5. Meutiah Nahrisyah/1711441014 6. Elvira/1711442006 Program of ICP Mathematic Education Mathematic Department UNIVERSITAS NEGERI MAKASSAR 2017
  • 2. PROOF TECHNIQUES There are some of the most common proof techniques. In this chapter, we will examine about : 1. Direct proof This is the simplest and easiest method of proof avaible to us. There are only two steps to a direct proof : - Assume that P is true. - Use P to show Q must be true. Direct proof of 𝑃( 𝑥) → 𝑄(𝑥) for all 𝑥 ∈ 𝐷  Assume that 𝑃(x) is true for an arbitrary 𝑥 ∈ 𝐷,  And show that 𝑄(𝑥) is true for this 𝑥. Properties of Integers : In order to illustrate this type of proof we need to know the following : - The negative integers of an integers is an integer. - The sum and difference of two integers is an integer. - The product of two integers is an integer. - An integer 𝑛 is even if 𝑛 = 2𝑘 for some integer 𝑘. - An integers 𝑛 is odd if 𝑛 = 2𝑘 + 1 for some integer 𝑘 *Example : Theorem 1 : If 𝒏 is an odd integer, then 𝟓𝒏 + 𝟑 is an even integer. Proof : Assume that 𝑛 is an odd integer, then 𝑛 = 2𝑘 + 1 for 𝑘 ∈ ℤ Then, 5𝑛 + 3 = 5(2𝑘 + 1) + 3 = 10𝑘 + 8 = 2(5𝑘 + 4) = 2𝑚, where 𝑚 = (5𝑘 + 4) ∈ ℤ It follows that 5𝑛 + 3 is an even integer when 𝑛 is an odd integer. Theorem 2 : If 𝒏 is an odd integer, then 𝟒𝒏 𝟑 + 𝟐𝒏 − 𝟏 is odd. Proof : Assume that 𝑛 is odd. So, 𝑛 = 2𝑘 + 1 for 𝑘 ∈ ℤ Then, 4𝑛3 + 2𝑛 − 1 = 4(2𝑘 + 1)3 + 2(2𝑘 + 1) − 1 = 4(4𝑘3 + 12𝑘2 + 6𝑘 + 1) + 4𝑘 + 2 = 16𝑘3 + 48𝑘2 + 28𝑘 + 5
  • 3. = 2(8𝑘3 + 24𝑘2 + 14𝑘 + 2) + 1 = 2𝑚 + 1, where 𝑚 = (8𝑘3 + 24𝑘2 + 14𝑘 + 2) ∈ ℤ It follows that 4𝑛3 + 2𝑛 − 1 is odd when 𝑛 is an odd integers. 2. Proof by Contradiction The proof by contradiction is grounded in the fact that any preposition must be either true or false, but not both true and false at the same time.We arrive at a contradiction when we are able to demonstrate that a statement is both simultaneously true and false. The method of proof by contradiction. - Assume that 𝑃 is true - Assume that ¬𝑄 is true - Use that 𝑃 and ¬𝑄 to demonstrate a contradiction *Example : Theorem 1 : Showthat if x is a prime number not equal to 3, then 𝒙 𝟑 is not an integer. Proof : Assume that 𝑥 3 is an integer. Then, 𝑥 3 = 𝑛 𝑥 = 3𝑛. This cannot be true, because if 𝑥 is prime, then 3 cannot be a factor of 𝑥 as shown in the equation 𝑥 = 3𝑛. By contradiction, 𝑥 3 is not an integer. Theorem 2 : √ 𝟐 is an irrational number. Proof : Let us assume that √2 is not an irrational number. Then √2 is a rational number, so we can write, √2 = 𝑎 𝑏 Where 𝑎 and 𝑏 are integers and 𝑏 ≠ 0. Moreover, we may assume that the fraction 𝑎 𝑏 is in the lowest term, that is 𝑎 and 𝑏 have no common factors other than 1. (If 𝑎 and 𝑏 have common factors other than 1, then we can cancelthose common factors and get the fraction in which the numerator and denominator has no common factors other than 1). So, √2 = 𝑎 𝑏
  • 4. → (√2)2 = ( 𝑎 𝑏 )2 → 2 = 𝑎2 𝑏2 → 𝑎2 = 2𝑏2 → 𝑎2 is an even integers Because 𝑎2is an even integer, we must have a an even integer.Therefore, we can write 𝑎 = 2𝑛 for some integer 𝑛. This implies that 𝑎2 = 4𝑛2. We now subtitute this value of 𝑎2 into 𝑎2 = 2𝑏2 to obtain 𝑎2 = 2𝑏2 = 4𝑛2 This implies that, 𝑏2 = 2𝑛2 And so 𝑏2 is even. We can now conclude that 𝑏 is even. Thus, we have proved that both 𝑎 and 𝑏 are even and so have 2 as a common factors. This contridacts our assumption that 𝑎 and 𝑏 have no common factors other than 1. We have now arrivedat a contradiction. Consequently, we can conclude that √2 is an irrational number. 3. Proof by contrapositive The statement 𝑃 → 𝑄 is equivalent to ¬𝑄 → ¬𝑃 - Assume ¬𝑄 is true - Show that ¬𝑃 must be true - Observe that 𝑃 → 𝑄 by contraposition Proof by contrapositive can be an effective approach when a traditional irect proof is tricky, or it can be a different way to think about the substance of a problem. *Example : Theorem 1 : Let 𝒙 ∈ ℤ. Then 𝟏𝟏𝒙 − 𝟕is even if 𝒙 is odd. Proof : Assume that 𝑥 is even. Then 𝑥 = 2𝑘 for some 𝑘 ∈ ℤ Now, 11𝑥 − 7 =11(2𝑘) − 7 =22𝑘 − 7 =2(11𝑘 − 4) + 1
  • 5. =2𝑝 + 1, where 𝑝 = 11𝑘 − 4 ∈ ℤ Hence 11𝑘 − 7 is odd. Therefore if 11𝑥 − 7 is even then 𝑥 is odd is true by the technique of proof by contrapositive. Theorem 2 : Let 𝒙 ∈ ℤ. Then 𝒙 𝟐is even if 𝒙 is even. Proof : Assume that 𝑥 is odd. Then 𝑥 = 2𝑘 + 1 for some 𝑘 ∈ ℤ Now, 𝑥2 = (2𝑘 + 1)2 = 4𝑘2 + 4𝑘 + 1 = 2(2𝑘2 + 2) + 1 = 2𝑚 + 1, where 𝑚 = 2𝑘2 + 2 ∈ ℤ Hence 𝑥2is odd. Therefor if 𝑥2is even then 𝑥 is even is true by the techniques of proof by contrapositive. 4. Proof by cases Sometimes it’s hard to prove the whole theorem at once so you split the proof into several cases, and prove the theorem separately for each case. Definition: - Two integers 𝑥 and 𝑦 are of the same parity if 𝑥 and 𝑦 are both even or both odd - Two integers 𝑥 and 𝑦 are of opposite parity if 𝑥 is even and 𝑦 is odd, or 𝑥 is odd and 𝑦 is even. *Example : Theorem 1: Let 𝒙, 𝒚 ∈ ℤ. Then 𝒙 and 𝒚 are ofthe same parity if 𝒙 + 𝒚 is an even. Proof strategy : There are two implications to prove here : 1). If 𝑥 and 𝑦 are of the same parity then 𝑥 + 𝑦 is an even. 2). If 𝑥 + 𝑦 is an even then 𝑥 and 𝑦 are of the same parity. Proof 1: Assume that 𝑥 and 𝑦 are of the same parity. Consider two cases. Case 1, 𝑥 and 𝑦 both even. Then, 𝑥 = 2𝑘, 𝑦 = 2𝑙 for some 𝑘, 𝑙 ∈ ℤ. So, 𝑥 + 𝑦 =2𝑘 + 2𝑙 =2( 𝑘 + 𝑙)
  • 6. =2𝑝, where 𝑝 = 𝑘 + 𝑙 ∈ ℤ. Therefore, 𝑥 + 𝑦 is even. Case 2, x and y both odd. Then, 𝑥 = 2𝑘 + 1, 𝑦 = 2𝑙 + 1 for some 𝑘, 𝑙 ∈ ℤ. So, 𝑥 + 𝑦 =2𝑘 + 1 + 2𝑙 + 1 =2( 𝑘 + 𝑙 + 1) =2𝑞, where 𝑞 = 𝑘 + 𝑙 + 1 ∈ ℤ. Therefore, 𝑥 + 𝑦 is even. Theorem 2 : Let 𝒙, 𝒚 ∈ ℤ. Then 𝒙 and 𝒚 are ofthe opposite parity if 𝒙 + 𝒚 is an odd. Proof :Assume that 𝑥 and 𝑦 are of opposite parity. Consider two cases. Case 1, 𝑥 is even and 𝑦 is odd. Then 𝑥 = 2𝑘, 𝑦 = 2𝑙 + 1 for some 𝑘, 𝑙 ∈ ℤ. So, 𝑥 + 𝑦 = 2𝑘 + 2𝑙 + 1 = 2( 𝑘 + 𝑙) + 1 = 2𝑚 + 1, where 𝑚 = (𝑘 + 𝑙) ∈ ℤ. Hence, 𝑥 + 𝑦 is odd. Case 2, 𝑥 is odd and 𝑦 is even. Then, 𝑥 = 2𝑘 + 1, 𝑦 = 2𝑙 for some 𝑘, 𝑙 ∈ ℤ. So, 𝑥 + 𝑦 = 2𝑘 + 1 + 2𝑙 = 2( 𝑘 + 𝑙) + 1 = 2𝑛 + 1, where 𝑛 = (𝑘 + 𝑙) ∈ ℤ. Hence, 𝑥 + 𝑦 is odd.