SlideShare a Scribd company logo
1 of 60
Number Theory
Week 2
Mathematical
Induction
Mathematical Induction
Number theory is the branch of mathematics that studies the
properties of, and the relationships between, particular types of
numbers. (Rosen, 2011).
Of the sets of numbers studied in number theory, the most
important is the set of positive integers.
More specifically, the primes, those positive integers with no
positive proper factors other than 1.
Fundamental theorem of arithmetic, tells us that every positive
integer can be uniquely written as the product of primes in
nondecreasing order. This shows that the primes are the
multiplicative building blocks of the positive integers.
A Bit of History of Number Theory
 Interest in prime numbers goes back at least 2500 years, to
the studies of ancient Greek mathematicians.
 Perhaps the first question about primes that comes to mind
is whether there are infinitely many. In The Elements, the
ancient Greek mathematician Euclid provided a proof, that
there are infinitely many primes.
 Interest in primes was rekindled in the seventeenth and
eighteenth centuries, when mathematicians such as Pierre
de Fermat and Leonhard Euler proved many important
results and conjectured approaches for generating primes.
 The study of primes progressed substantially in the
nineteenth century; results included the infinitude of
primes in arithmetic progressions.
A Bit of History of Number Theory
Key Problems in Number Theory
 Distinguishing primes from composite integers.
 Factoring a positive integer into primes.
 The search for integer solutions of equations is
another important part of number theory.
i.e. Diophantine Equation, after the ancient Greek
mathematician Diophantus.
Elementary Number Theory
Elementary number theory, is not dependent on advanced
mathematics, such as the theory of complex variables, abstract
algebra, or algebraic geometry. - Analytic number theory
(which takes advantage of the theory of complex variables) and
- Algebraic number theory (which uses concepts
from abstract algebra to prove interesting results
about algebraic number fields).
Elementary number theory is largely about the integers,
denoted by the symbol Z.
The integers are an example of an algebraic structure called an
integral domain.
This means that Z satisfies the axioms for an algebraic
structure.
Mathematical Induction
The Well-Ordering Property of the integers
states:
A least element exist in any non empty set of
positive integers.
Every nonempty subset of the positive integers
has a smallest element.
It is one of the more important axioms for Z; it can
be used to prove the Principle of mathematical
induction.
Mathematical Induction
The First Principle of Mathematical Induction: If a set of
positive integers has the property that, if it contains the
integer ,
then it also contains , and if this set contains 1 then it
must be the set of all positive integers. More generally,
a property concerning the positive integers that is true
for , and that is true for the integer whenever it is true
for the integer,must be true for all positive integers.
Mathematical Induction
There are two aspects to mathematics,
discovery and proof.
Both are of equal importance.
• We must discover something before
we can attempt to prove it.
• We can only be certain of its truth
once it has been proved.
What is induction?
A method of proof
It does not generate answers: it only can prove them
Three parts:
• Base case(s): show it is true
for one element
• Inductive hypothesis: assume
it is true for any given element
– Must be clearly labeled!!!
• Show that if it true for the next
highest element
• “Proof by induction”
Mathematical Induction
In this section, we examine
the relationship between these two key
components of mathematics more
closely.
Conjecture and Proof
Conjecture
A conjecture is a mathematical
statement that has not yet been
rigorously proved. Conjectures
arise when one notices a pattern
that holds true for many cases. ...
Conjectures must be proved for the
mathematical observation to be
fully accepted. When a conjecture
is rigorously proved, it becomes a
theorem.
Conjecture and Proof
Let’s try a simple experiment.
• We add more and more of the odd numbers
as follows:
1 = 1
1 + 3 = 4
1 + 3 + 5 = 9
1 + 3 + 5 + 7 = 16
1 + 3 + 5 + 7 + 9 = 25
• What do you notice about the numbers
on the right side of these equations?
Conjecture and Proof
They are, in fact, all perfect squares.
These equations say:
• The sum of the first 1 odd number is 12.
• The sum of the first 2 odd numbers is 22.
• The sum of the first 3 odd numbers is 32.
• The sum of the first 4 odd numbers is 42.
• The sum of the first 5 odd numbers is 52.
Conjecture and Proof
This leads naturally to the following
question:
Is it true that, for every natural number n,
the sum of the first n odd numbers is n2?
• Could this remarkable property be true?
Conjecture
Conjecture
Since we know that the nth odd number
is 2n – 1, we can write this statement more
precisely as:
1 + 3 + 5 + . . . + (2n – 1) = n2
• It’s important to realize that this is still a conjecture.
• We cannot conclude by checking a finite number
of cases that a property is true for all numbers
(there are infinitely many).
Conjecture
Let’s see this more clearly.
Suppose someone tells us he has added up
the first trillion odd numbers and found that
they do not add up to 1 trillion squared.
• What would you tell this person?
Conjecture
It would be silly to say that you’re sure
it’s true because you’ve already checked
the first five cases.
• You could, however, take out paper
and pencil and start checking it yourself.
(This would probably take the rest of your life.)
Conjecture
The tragedy would be that, after
completing this task, you would still not
be sure of the truth of the conjecture!
• Do you see why?
Proof
Herein lies the power of
mathematical proof.
• A proof is a clear argument that
demonstrates the truth of a statement
beyond doubt.
Mathematical Induction
Mathematical Induction
Let’s consider a special kind of
proof called mathematical induction.
• Now, let’s see how it works.
Mathematical Induction
Suppose we have a statement that says
something about all natural numbers n.
Let’s call this statement P.
• For example,
P: For every natural number n, the sum
of the first n odd numbers is n2.
Mathematical Induction
Since this statement is about all
natural numbers, it contains infinitely
many statements.
• We will call them P(1), P(2), . . . .
P(1): The sum of the first 1 odd number is 12.
P(2): The sum of the first 2 odd numbers is 22.
P(3): The sum of the first 3 odd numbers is 32.
. .
. .
. .
Mathematical Induction
How can we prove all of these
statements at once?
• Mathematical induction is a clever way
of doing so.
Mathematical Induction
The crux of the idea is:
• Suppose we can prove that, whenever one
of these statements is true, then the one following
it in the list is also true.
• That is,
For every k, if P(k) is true, then P(k + 1) is true.
• This is called the induction step since it leads us
from the truth of one statement to the next.
Mathematical Induction
T- TEST
(We need to show that P(n) is true. )
A-ASSUME
(Assume that statement is true for n=k.)
P-PROVE
(Prove that the statement is true for n=k+1)
E-EXPLAIN
Mathematical Induction
Now, suppose that we can also prove
that P(1) is true.
• The induction step now leads us through
the following chain of statements.
• P(1) is true, so P(2) is true.
P(2) is true, so P(3) is true.
P(3) is true, so P(4) is true.
. .
. .
. .
Mathematical Induction
So, we see that, if both the induction
step and P(1) are proved, then
statement P is proved for all n.
• The following is a summary of
this important method of proof.
Principle of Mathematical Induction
For each natural number n, let P(n)
be a statement depending on n.
• Suppose that these conditions are satisfied.
1. P(n) for n=1 is true.
2. For every natural number k, Assume that
statement is true for n=k.
3. Prove that the statement is true for n=k+1
• Then, P(n) is true for all natural numbers n.
Applying Principle of Mathematical Induction
To apply this principle, three are
two steps:
TEST- P(n) for n=1 is true.
ASSUME- Assume that statement is true for n=k.
PROVE- Prove that the statement is true for
n=k+1
Induction Hypothesis
Notice that, in step 2, we do not prove
that P(k) is true.
• We only show that, if P(k) is true,
then P(k + 1) is also true.
• The assumption that P(k) is true
is called the induction hypothesis.
Mathematical Induction
We now use mathematical induction
to prove that the conjecture we made at
the beginning of this section is true.
E.g. 1—A Proof by Mathematical Induction
Prove that, for all natural numbers n,
1 + 3 + 5 + . . . + (2n – 1) = n2
LHS RHS
• Let P(n) denote the statement.
E.g. 1—Proof by Mathematical Induction
TEST
We need to show that P(n) is true.
n=1
• However, P(1) is simply the statement
that 1 = 12.
• This is, of course, true.
Step 1
E.g. 1—Proof by Mathematical Induction
Assume that statement is true for
n=k.
• We assume that
1 + 3 + 5 + . . . + (2k – 1) = k2
is true.
Step 2
E.g. 1—Proof by Mathematical Induction Step 2
Prove that the statement is true for
n=k+1
• That is,
1 + 3 + 5 + . . . + (2k – 1) + [2(k + 1) – 1]
= (k + 1)2
• Note that we get P(k + 1) by substituting k + 1
for each n in the statement P(n).
E.g. 1—Proof by Mathematical Induction
We start with the left side and use the
induction hypothesis to obtain the right side
of the equation:
1 + 3 + 5 + . . . + (2k – 1) + [2(k + 1) – 1]
= [1 + 3 + 5 + . . . + (2k – 1)] + [2(k + 1) – 1]
(Group the first k terms)
Step 2
E.g. 1—Proof by Mathematical Induction
= k2 + [2(k + 1) – 1] Induction Hypothesis
= k2 + [2k + 2 – 1] Distributive property
= k2 + 2k + 1
= (k + 1)2
Therefore,
k2 + [2(k + 1) – 1]= (k + 1)2
is true by PMI.
Step 2
E.g. 1—Proof by Mathematical Induction
Having proved steps 1 and 2,
we conclude by the Principle of
Mathematical Induction that P(n)
is true for all natural numbers n.
E.g. 2—A Proof by Mathematical Induction
Prove that, for every natural number n,
• Let P(n) be the statement.
• We want to show that P(n) is true for
all natural numbers n.
( 1)
1 2 3 ...
2
n n
n

    
E.g. 2—Proof by Mathematical Induction
TEST
We need to show that P(n) is true.
n=1
• However, P(1) says that:
• This statement is clearly true.
 
1 1 1
1
2


Step 1
E.g. 2—Proof by Mathematical Induction
Assume that statement is true for
n=k.
• Thus, our induction hypothesis is:
• Prove that the statement is true for n=k+1
• That is,
( 1)
1 2 3 ...
2
k k
k

    
Step 2
E.g. 2—Proof by Mathematical Induction
So, we start with the left side and use the
induction hypothesis to obtain the right side:
1 + 2 + 3 + . . . + k + (k + 1)
[1 + 2 + 3 + . . . + k] + (k + 1)
Step 2
( 1)
( 1)
2
k k
k

  
E.g. 2—Proof by Mathematical Induction Step 2
Factorizing, we have,
So,
is TRUE.
EXAMPLE 3
EXAMPLE 3
EXAMPLE 3
EXAMPLE 3:
EXAMPLE 4
1+5+9+……..+(4n-3)=n(2n-1)
TEST: n=1
4(1)-3=1(2(1)-1)
1=1 TRUE
EXAMPLE 4
ASSUME that the statement is true for n=k
1+5+9+……..+(4k-3)=k(2k-1)
PROVE that the statement is true for k+1
1+5+9+……..+(4k+3)+(4(k+1)-3)=k+1(2(k+1)-1)
k(2k-1)
LHS: k(2k-1)+(4(k+1)-3)
1+5+9+……..+(4k+3)+(4(k+1)-3)=k+1(2(k+1)-1)
IS TRUE.
EXAMPLE 5

More Related Content

Similar to MATHEMATICAL INDUCTION.ppt

Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionDhruvSethi28
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011noraidawati
 
Lect 18
Lect 18Lect 18
Lect 18IIUM
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical inductionmath260
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfBhanuCharan9
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rulesDawood Faheem Abbasi
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarAnimesh Sarkar
 
Math induction
Math inductionMath induction
Math inductionasel_d
 
Induction
InductionInduction
InductionH K
 
L05 Mathematical Induction in Discrete Mathmatics.ppt
L05 Mathematical Induction in Discrete Mathmatics.pptL05 Mathematical Induction in Discrete Mathmatics.ppt
L05 Mathematical Induction in Discrete Mathmatics.pptgbikorno
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Anubhav Kumar
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Anubhav Kumar
 
The Complexity Of Primality Testing
The Complexity Of Primality TestingThe Complexity Of Primality Testing
The Complexity Of Primality TestingMohammad Elsheikh
 

Similar to MATHEMATICAL INDUCTION.ppt (20)

Factorials as sums
Factorials as sumsFactorials as sums
Factorials as sums
 
Fskik 1 nota
Fskik 1   notaFskik 1   nota
Fskik 1 nota
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011
 
Lect 18
Lect 18Lect 18
Lect 18
 
4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx4AMT122-PART 1-SLIDES.pptx
4AMT122-PART 1-SLIDES.pptx
 
Induction Notes
Induction NotesInduction Notes
Induction Notes
 
PROOF TECHNIQUES
PROOF TECHNIQUESPROOF TECHNIQUES
PROOF TECHNIQUES
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 
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
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
 
Pythagorean theorem
Pythagorean theoremPythagorean theorem
Pythagorean theorem
 
Math induction
Math inductionMath induction
Math induction
 
Induction
InductionInduction
Induction
 
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
 
L05 Mathematical Induction in Discrete Mathmatics.ppt
L05 Mathematical Induction in Discrete Mathmatics.pptL05 Mathematical Induction in Discrete Mathmatics.ppt
L05 Mathematical Induction in Discrete Mathmatics.ppt
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)
 
The Complexity Of Primality Testing
The Complexity Of Primality TestingThe Complexity Of Primality Testing
The Complexity Of Primality Testing
 

More from Marjorie Malveda

Jennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptxJennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptxMarjorie Malveda
 
Analyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptxAnalyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptxMarjorie Malveda
 
f38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.pptf38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.pptMarjorie Malveda
 
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.pptMarjorie Malveda
 
HMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.pptHMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.pptMarjorie Malveda
 
5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.pptMarjorie Malveda
 
jeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.pptjeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.pptMarjorie Malveda
 
jeopardy game-advanced game for students
jeopardy game-advanced game for studentsjeopardy game-advanced game for students
jeopardy game-advanced game for studentsMarjorie Malveda
 
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdfSample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdfMarjorie Malveda
 
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptxilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptxMarjorie Malveda
 
CLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptxCLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptxMarjorie Malveda
 
Lesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.pptLesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.pptMarjorie Malveda
 
distance_and_midpoint_formulas_powerpoint.pptx
distance_and_midpoint_formulas_powerpoint.pptxdistance_and_midpoint_formulas_powerpoint.pptx
distance_and_midpoint_formulas_powerpoint.pptxMarjorie Malveda
 

More from Marjorie Malveda (20)

Jennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptxJennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptx
 
Analyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptxAnalyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptx
 
f38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.pptf38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.ppt
 
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
 
HMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.pptHMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.ppt
 
5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt
 
jeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.pptjeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.ppt
 
jeopardy game-advanced game for students
jeopardy game-advanced game for studentsjeopardy game-advanced game for students
jeopardy game-advanced game for students
 
Sigma_notation.ppt
Sigma_notation.pptSigma_notation.ppt
Sigma_notation.ppt
 
kla_maths_pd_trw.ppt
kla_maths_pd_trw.pptkla_maths_pd_trw.ppt
kla_maths_pd_trw.ppt
 
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdfSample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
 
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptxilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
 
Public-Speaking.pptx
Public-Speaking.pptxPublic-Speaking.pptx
Public-Speaking.pptx
 
WilCAlg1_06_04.ppt
WilCAlg1_06_04.pptWilCAlg1_06_04.ppt
WilCAlg1_06_04.ppt
 
phyo_c1.ppt
phyo_c1.pptphyo_c1.ppt
phyo_c1.ppt
 
Gerstman_PP01.ppt
Gerstman_PP01.pptGerstman_PP01.ppt
Gerstman_PP01.ppt
 
CLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptxCLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptx
 
PreCalc Section 1.6.ppt
PreCalc Section 1.6.pptPreCalc Section 1.6.ppt
PreCalc Section 1.6.ppt
 
Lesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.pptLesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.ppt
 
distance_and_midpoint_formulas_powerpoint.pptx
distance_and_midpoint_formulas_powerpoint.pptxdistance_and_midpoint_formulas_powerpoint.pptx
distance_and_midpoint_formulas_powerpoint.pptx
 

Recently uploaded

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 

Recently uploaded (20)

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 

MATHEMATICAL INDUCTION.ppt

  • 3. Mathematical Induction Number theory is the branch of mathematics that studies the properties of, and the relationships between, particular types of numbers. (Rosen, 2011). Of the sets of numbers studied in number theory, the most important is the set of positive integers. More specifically, the primes, those positive integers with no positive proper factors other than 1. Fundamental theorem of arithmetic, tells us that every positive integer can be uniquely written as the product of primes in nondecreasing order. This shows that the primes are the multiplicative building blocks of the positive integers.
  • 4. A Bit of History of Number Theory  Interest in prime numbers goes back at least 2500 years, to the studies of ancient Greek mathematicians.  Perhaps the first question about primes that comes to mind is whether there are infinitely many. In The Elements, the ancient Greek mathematician Euclid provided a proof, that there are infinitely many primes.  Interest in primes was rekindled in the seventeenth and eighteenth centuries, when mathematicians such as Pierre de Fermat and Leonhard Euler proved many important results and conjectured approaches for generating primes.  The study of primes progressed substantially in the nineteenth century; results included the infinitude of primes in arithmetic progressions.
  • 5. A Bit of History of Number Theory
  • 6. Key Problems in Number Theory  Distinguishing primes from composite integers.  Factoring a positive integer into primes.  The search for integer solutions of equations is another important part of number theory. i.e. Diophantine Equation, after the ancient Greek mathematician Diophantus.
  • 7. Elementary Number Theory Elementary number theory, is not dependent on advanced mathematics, such as the theory of complex variables, abstract algebra, or algebraic geometry. - Analytic number theory (which takes advantage of the theory of complex variables) and - Algebraic number theory (which uses concepts from abstract algebra to prove interesting results about algebraic number fields). Elementary number theory is largely about the integers, denoted by the symbol Z. The integers are an example of an algebraic structure called an integral domain. This means that Z satisfies the axioms for an algebraic structure.
  • 8.
  • 9. Mathematical Induction The Well-Ordering Property of the integers states: A least element exist in any non empty set of positive integers. Every nonempty subset of the positive integers has a smallest element. It is one of the more important axioms for Z; it can be used to prove the Principle of mathematical induction.
  • 10. Mathematical Induction The First Principle of Mathematical Induction: If a set of positive integers has the property that, if it contains the integer , then it also contains , and if this set contains 1 then it must be the set of all positive integers. More generally, a property concerning the positive integers that is true for , and that is true for the integer whenever it is true for the integer,must be true for all positive integers.
  • 11. Mathematical Induction There are two aspects to mathematics, discovery and proof. Both are of equal importance. • We must discover something before we can attempt to prove it. • We can only be certain of its truth once it has been proved.
  • 12. What is induction? A method of proof It does not generate answers: it only can prove them Three parts: • Base case(s): show it is true for one element • Inductive hypothesis: assume it is true for any given element – Must be clearly labeled!!! • Show that if it true for the next highest element • “Proof by induction”
  • 13. Mathematical Induction In this section, we examine the relationship between these two key components of mathematics more closely.
  • 15. Conjecture A conjecture is a mathematical statement that has not yet been rigorously proved. Conjectures arise when one notices a pattern that holds true for many cases. ... Conjectures must be proved for the mathematical observation to be fully accepted. When a conjecture is rigorously proved, it becomes a theorem.
  • 16. Conjecture and Proof Let’s try a simple experiment. • We add more and more of the odd numbers as follows: 1 = 1 1 + 3 = 4 1 + 3 + 5 = 9 1 + 3 + 5 + 7 = 16 1 + 3 + 5 + 7 + 9 = 25 • What do you notice about the numbers on the right side of these equations?
  • 17. Conjecture and Proof They are, in fact, all perfect squares. These equations say: • The sum of the first 1 odd number is 12. • The sum of the first 2 odd numbers is 22. • The sum of the first 3 odd numbers is 32. • The sum of the first 4 odd numbers is 42. • The sum of the first 5 odd numbers is 52.
  • 18. Conjecture and Proof This leads naturally to the following question: Is it true that, for every natural number n, the sum of the first n odd numbers is n2? • Could this remarkable property be true?
  • 20. Conjecture Since we know that the nth odd number is 2n – 1, we can write this statement more precisely as: 1 + 3 + 5 + . . . + (2n – 1) = n2 • It’s important to realize that this is still a conjecture. • We cannot conclude by checking a finite number of cases that a property is true for all numbers (there are infinitely many).
  • 21. Conjecture Let’s see this more clearly. Suppose someone tells us he has added up the first trillion odd numbers and found that they do not add up to 1 trillion squared. • What would you tell this person?
  • 22. Conjecture It would be silly to say that you’re sure it’s true because you’ve already checked the first five cases. • You could, however, take out paper and pencil and start checking it yourself. (This would probably take the rest of your life.)
  • 23. Conjecture The tragedy would be that, after completing this task, you would still not be sure of the truth of the conjecture! • Do you see why?
  • 24. Proof Herein lies the power of mathematical proof. • A proof is a clear argument that demonstrates the truth of a statement beyond doubt.
  • 26. Mathematical Induction Let’s consider a special kind of proof called mathematical induction. • Now, let’s see how it works.
  • 27. Mathematical Induction Suppose we have a statement that says something about all natural numbers n. Let’s call this statement P. • For example, P: For every natural number n, the sum of the first n odd numbers is n2.
  • 28. Mathematical Induction Since this statement is about all natural numbers, it contains infinitely many statements. • We will call them P(1), P(2), . . . . P(1): The sum of the first 1 odd number is 12. P(2): The sum of the first 2 odd numbers is 22. P(3): The sum of the first 3 odd numbers is 32. . . . . . .
  • 29. Mathematical Induction How can we prove all of these statements at once? • Mathematical induction is a clever way of doing so.
  • 30. Mathematical Induction The crux of the idea is: • Suppose we can prove that, whenever one of these statements is true, then the one following it in the list is also true. • That is, For every k, if P(k) is true, then P(k + 1) is true. • This is called the induction step since it leads us from the truth of one statement to the next.
  • 31. Mathematical Induction T- TEST (We need to show that P(n) is true. ) A-ASSUME (Assume that statement is true for n=k.) P-PROVE (Prove that the statement is true for n=k+1) E-EXPLAIN
  • 32. Mathematical Induction Now, suppose that we can also prove that P(1) is true. • The induction step now leads us through the following chain of statements. • P(1) is true, so P(2) is true. P(2) is true, so P(3) is true. P(3) is true, so P(4) is true. . . . . . .
  • 33. Mathematical Induction So, we see that, if both the induction step and P(1) are proved, then statement P is proved for all n. • The following is a summary of this important method of proof.
  • 34. Principle of Mathematical Induction For each natural number n, let P(n) be a statement depending on n. • Suppose that these conditions are satisfied. 1. P(n) for n=1 is true. 2. For every natural number k, Assume that statement is true for n=k. 3. Prove that the statement is true for n=k+1 • Then, P(n) is true for all natural numbers n.
  • 35. Applying Principle of Mathematical Induction To apply this principle, three are two steps: TEST- P(n) for n=1 is true. ASSUME- Assume that statement is true for n=k. PROVE- Prove that the statement is true for n=k+1
  • 36. Induction Hypothesis Notice that, in step 2, we do not prove that P(k) is true. • We only show that, if P(k) is true, then P(k + 1) is also true. • The assumption that P(k) is true is called the induction hypothesis.
  • 37. Mathematical Induction We now use mathematical induction to prove that the conjecture we made at the beginning of this section is true.
  • 38. E.g. 1—A Proof by Mathematical Induction Prove that, for all natural numbers n, 1 + 3 + 5 + . . . + (2n – 1) = n2 LHS RHS • Let P(n) denote the statement.
  • 39. E.g. 1—Proof by Mathematical Induction TEST We need to show that P(n) is true. n=1 • However, P(1) is simply the statement that 1 = 12. • This is, of course, true. Step 1
  • 40. E.g. 1—Proof by Mathematical Induction Assume that statement is true for n=k. • We assume that 1 + 3 + 5 + . . . + (2k – 1) = k2 is true. Step 2
  • 41. E.g. 1—Proof by Mathematical Induction Step 2 Prove that the statement is true for n=k+1 • That is, 1 + 3 + 5 + . . . + (2k – 1) + [2(k + 1) – 1] = (k + 1)2 • Note that we get P(k + 1) by substituting k + 1 for each n in the statement P(n).
  • 42. E.g. 1—Proof by Mathematical Induction We start with the left side and use the induction hypothesis to obtain the right side of the equation: 1 + 3 + 5 + . . . + (2k – 1) + [2(k + 1) – 1] = [1 + 3 + 5 + . . . + (2k – 1)] + [2(k + 1) – 1] (Group the first k terms) Step 2
  • 43. E.g. 1—Proof by Mathematical Induction = k2 + [2(k + 1) – 1] Induction Hypothesis = k2 + [2k + 2 – 1] Distributive property = k2 + 2k + 1 = (k + 1)2 Therefore, k2 + [2(k + 1) – 1]= (k + 1)2 is true by PMI. Step 2
  • 44. E.g. 1—Proof by Mathematical Induction Having proved steps 1 and 2, we conclude by the Principle of Mathematical Induction that P(n) is true for all natural numbers n.
  • 45. E.g. 2—A Proof by Mathematical Induction Prove that, for every natural number n, • Let P(n) be the statement. • We want to show that P(n) is true for all natural numbers n. ( 1) 1 2 3 ... 2 n n n      
  • 46. E.g. 2—Proof by Mathematical Induction TEST We need to show that P(n) is true. n=1 • However, P(1) says that: • This statement is clearly true.   1 1 1 1 2   Step 1
  • 47. E.g. 2—Proof by Mathematical Induction Assume that statement is true for n=k. • Thus, our induction hypothesis is: • Prove that the statement is true for n=k+1 • That is, ( 1) 1 2 3 ... 2 k k k       Step 2
  • 48. E.g. 2—Proof by Mathematical Induction So, we start with the left side and use the induction hypothesis to obtain the right side: 1 + 2 + 3 + . . . + k + (k + 1) [1 + 2 + 3 + . . . + k] + (k + 1) Step 2 ( 1) ( 1) 2 k k k    
  • 49. E.g. 2—Proof by Mathematical Induction Step 2 Factorizing, we have,
  • 53.
  • 57. EXAMPLE 4 ASSUME that the statement is true for n=k 1+5+9+……..+(4k-3)=k(2k-1) PROVE that the statement is true for k+1 1+5+9+……..+(4k+3)+(4(k+1)-3)=k+1(2(k+1)-1) k(2k-1) LHS: k(2k-1)+(4(k+1)-3)
  • 58.