SlideShare a Scribd company logo
Mathematical Induction
Lecture 11, CMSC 56
Allyn Joy D. Calcaben
Find the sum and the product of each pairs of numbers. Express
your answers as a binary expansion.
1. (100 0111)2 , (111 0111)2
2. (1110 1111)2 , (1011 1101)2
3. (10 1010 1010)2 , (1 1111 0000)2
Assignment (1 whole Sheet Paper)
Suppose that we have an infinite ladder, as
shown in the figure, and we want to know
whether we can reach every step on this ladder.
We know two things:
1. We can reach the first rung of the ladder.
2. If we can reach a particular rung of the
ladder, then we can reach the next rung.
Can we conclude that we are able to
reach every rung of this infinite
ladder?
The answer is yes, something we can verify using an important
proof technique called mathematical induction.
To prove that P(n) is true for all positive integers n, where P(n) is a
propositional function, we complete two steps:
Principle of Mathematical Induction
To prove that P(n) is true for all positive integers n, where P(n) is a
propositional function, we complete two steps:
Basis Step: We verify that P(1) is true.
Inductive Step: We show that the conditional statement
P(k) → P(k + 1) is true for all positive integers k.
Principle of Mathematical Induction
The assumption that P(k) is true is called the inductive hypothesis.
When we use mathematical induction to prove a theorem, we first
show that P(1) is true. Then we know that P(2) is true, because
P(1) → P(2). Further, we know that P(3) is true, P(2) → P(3).
Continuing along these lines, we see that P(n) is true for every
positive integer n.
Principle of Mathematical Induction
1. We can reach the first rung of the ladder.
2. If we can reach a particular rung of the ladder, then we reach
the next rung.
Infinite Ladder
1. We can reach the first rung of the ladder.
2. If we can reach a particular rung of the ladder, then we reach
the next rung.
Basis Step: Verify that P(1) is true.
Inductive Step: P(k) → P(k + 1) is true for all positive integers k
Therefore, P(n) is true for all positive integers n, where P(n) is the statement
that we can reach the nth rung of the ladder. Consequently, we can invoke
mathematical induction to conclude that we can reach every rung.
Infinite Ladder
How Mathematical Induction Works
“Domino Effect”
Step 1. The first domino falls
Step 2. When any domino falls, the next domino falls
“Domino Effect”
Step 1. The first domino falls
Step 2. When any domino falls, the next domino falls
….. all dominos will fall!
This is how Mathematical Induction works.
Example
There are infinitely many stations on a train route. Suppose
that the train stops at the first station and suppose that if the train
stops at a station, then is stops at the next station. Show that the
train stops at all stations.
Solution
Let P(n) be the statement that the train stops at station n.
Basis Step: We are told that P(1) is true.
Inductive Step: We are told that P(k) implies P(k+1) for each n ≥ 1.
Therefore by the principle of the mathematical induction, P(n) is
true for all positive integers n.
Proving Summation Formulae
Mathematical Induction is particularly well suited for proving that
such formulae are valid. However, summation formulae can be
proven in other ways.
major disadvantage of using mathematical induction:
1. you cannot use it to derive this formula.
Example
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Let P (n) be the proposition that the sum of the first n positive integers, 1 + 2
+ ··· n =
𝑛 (𝑛+1)
2
, is
𝑛 (𝑛+1)
2
. We must do two things to prove that P (n) is true
for n = 1, 2, 3,.... Namely, we must show that P(1) is true and that the
conditional statement P(k)implies P(k+1) is true for k = 1, 2, 3,....
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: We show that the conditional statement
P(k) → P(k + 1) is true for all positive integers k.
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: First, assume P(k) is true for all positive integers k.
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: First, assume P(k) is true for all positive integers k.
(Inductive Hypothesis)
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Inductive Hypothesis:
1 + 2 + . . . + 𝑘 =
𝑘 (𝑘+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Under this assumption, it must be shown that
P(𝑘 + 1) is true.
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Under this assumption, it must be shown that
P(𝑘 + 1) is true.
1 + 2 + . . . + 𝑘 + (𝑘 + 1) =
𝑘+1 [(𝑘+1)+1]
2
=
𝑘+1 (𝑘+2)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + . . . + 𝑘 =
𝑘 (𝑘+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
Left Side:
P(𝑘): 1 + 2 + . . . + 𝑘 =
𝑘 (𝑘+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
Left Side:
P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) =
𝑘 (𝑘+1)
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
Right Side:
P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) =
𝑘 (𝑘+1)
2
+ (𝑘 + 1)
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) =
𝑘 𝑘+1 + 2 𝑘+1
2
Solution
Show that if 𝑛 is a positive integer, then
1 + 2 + . . . + 𝑛 =
𝑛 (𝑛+1)
2
Basis Step: P(1) is true, because 1 =
1 (1+1)
2
Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) =
𝑘+1 𝑘+2
2
Example
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Let P(𝑛) be the proposition that 1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for the integer 𝑛.
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Assume P(k) is true for an arbitrary nonnegative integer k.
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Assume P(k) is true for an arbitrary nonnegative integer k.
(Inductive Hypothesis)
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Inductive Hypothesis:
1 + 2 + 22 + . . . + 2 𝑘 = 2
(𝑘 + 1)
− 1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is
true.
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is
true.
1 + 2 + 22 + . . . + 2 𝑘 + 2
(𝑘 + 1)
= 2
(𝑘 + 1) + 1
−1 = 2
(𝑘 + 2)
−1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Add 2
(𝑘 + 1)
to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 = 2
(𝑘 + 1)
− 1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Add 2
(𝑘 + 1)
to both sides of the equation in P(𝑘)
Left Side:
P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2
(𝑘 + 1)
= 2
(𝑘 + 1)
− 1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Add 2
(𝑘 + 1)
to both sides of the equation in P(𝑘)
Right Side:
P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2
(𝑘 + 1)
= 2
(𝑘 + 1)
− 1 + 2
(𝑘 + 1)
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Add 2
(𝑘 + 1)
to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2
(𝑘 + 1)
= 2 ⋅ 2
(𝑘 + 1)
− 1
Solution
Use mathematical induction to show that
1 + 2 + 22 + . . . + 2 𝑛 = 2
(𝑛 + 1)
− 1
for all nonnegative integers 𝑛.
Basis Step: Let P(0) is true, because 20 = 1 = 2
1
− 1
Inductive Step: Add 2
(𝑘 + 1)
to both sides of the equation in P(𝑘)
P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2
(𝑘 + 1)
= 2
(𝑘 + 2)
− 1
1. Prove that 12 + 32 + 52 + . . . + (2𝑛 + 1) 2 =
( 𝑛 + 1) (2 𝑛 + 1)(2 𝑛 + 3)
3
whenever 𝑛 is a nonnegative integer.
2. Prove that 3 + 3 ⋅ 5 + 3 ⋅ 52 + . . . + 3 ⋅ 5n =
3(5
𝑛 +1
− 1)
4
whenever
𝑛 is a nonnegative integer.
Challenge (1/2 Sheet Paper)

More Related Content

PPTX
Mathematical Induction
PPT
mathematical induction
PPT
Mathematical induction
PPTX
5.4 mathematical induction
PDF
Mathematical induction by Animesh Sarkar
PPTX
CMSC 56 | Lecture 5: Proofs Methods and Strategy
PPTX
CMSC 56 | Lecture 15: Closures of Relations
PPTX
CMSC 56 | Lecture 10: Integer Representations & Algorithms
Mathematical Induction
mathematical induction
Mathematical induction
5.4 mathematical induction
Mathematical induction by Animesh Sarkar
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 15: Closures of Relations
CMSC 56 | Lecture 10: Integer Representations & Algorithms

What's hot (20)

PPTX
Mathematical induction
PDF
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
PPTX
Mathematical induction and divisibility rules
PPT
Predicates and Quantifiers
PPT
Remainder theorem
PPTX
5.4 mathematical induction t
PPTX
Principle of mathematical induction
PPTX
Proof By Contradictions
PDF
Chapter-4: More on Direct Proof and Proof by Contrapositive
PDF
Lesson 10: Derivatives of Trigonometric Functions
PPT
Factor theorem
PPT
Number theory
PPT
Systems of linear equations
PPT
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
PPT
Probability addition rule
PPTX
Binomial Theorem
PDF
Mathematical Logic
PPTX
Probability
PPT
Lesson 1 derivative of trigonometric functions
Mathematical induction
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Mathematical induction and divisibility rules
Predicates and Quantifiers
Remainder theorem
5.4 mathematical induction t
Principle of mathematical induction
Proof By Contradictions
Chapter-4: More on Direct Proof and Proof by Contrapositive
Lesson 10: Derivatives of Trigonometric Functions
Factor theorem
Number theory
Systems of linear equations
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Probability addition rule
Binomial Theorem
Mathematical Logic
Probability
Lesson 1 derivative of trigonometric functions
Ad

Similar to CMSC 56 | Lecture 11: Mathematical Induction (20)

DOC
Chapter 4 dis 2011
PPTX
Week 4 Mathematical Induction Mathematical Induction
PDF
Induction.pdf
PPTX
11-Induction CIIT.pptx
PPTX
Chapter5.pptx
PPTX
Ch-5 Mathematical Induction_Discrete_Structure.pptx
PPTX
Induction.pptx
PDF
Chapter 1_Sets. Operation sets, Principle of inclusion and exclusion etc.
PPTX
Slide subtopic 5
PDF
Text s1 21
PDF
Activ.aprendiz. 3a y 3b
PDF
CPSC 125 Ch 2 Sec 2
PPTX
Mathematical induction
PPTX
Mathematical Induction DM
PPT
5.1 Induction
PDF
Math induction
DOCX
PPT
MATHEMATICAL INDUCTION.ppt
DOC
Further mathematics notes zimsec cambridge zimbabwe
Chapter 4 dis 2011
Week 4 Mathematical Induction Mathematical Induction
Induction.pdf
11-Induction CIIT.pptx
Chapter5.pptx
Ch-5 Mathematical Induction_Discrete_Structure.pptx
Induction.pptx
Chapter 1_Sets. Operation sets, Principle of inclusion and exclusion etc.
Slide subtopic 5
Text s1 21
Activ.aprendiz. 3a y 3b
CPSC 125 Ch 2 Sec 2
Mathematical induction
Mathematical Induction DM
5.1 Induction
Math induction
MATHEMATICAL INDUCTION.ppt
Further mathematics notes zimsec cambridge zimbabwe
Ad

More from allyn joy calcaben (16)

PPTX
CMSC 56 | Lecture 17: Matrices
PPTX
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
PPTX
CMSC 56 | Lecture 14: Representing Relations
PPTX
CMSC 56 | Lecture 13: Relations and their Properties
PPTX
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
PPTX
CMSC 56 | Lecture 9: Functions Representations
PPTX
CMSC 56 | Lecture 8: Growth of Functions
PPTX
CMSC 56 | Lecture 4: Rules of Inference
PPTX
CMSC 56 | Lecture 6: Sets & Set Operations
PPTX
CMSC 56 | Lecture 3: Predicates & Quantifiers
PPTX
CMSC 56 | Lecture 2: Propositional Equivalences
PPTX
CMSC 56 | Lecture 1: Propositional Logic
PDF
La Solidaridad and the Propaganda Movement
PDF
Computer Vision: Feature matching with RANSAC Algorithm
PDF
Chapter 7 expressions and assignment statements ii
PDF
#11 osteoporosis
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 16: Equivalence of Relations & Partial Ordering
CMSC 56 | Lecture 14: Representing Relations
CMSC 56 | Lecture 13: Relations and their Properties
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 8: Growth of Functions
CMSC 56 | Lecture 4: Rules of Inference
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 3: Predicates & Quantifiers
CMSC 56 | Lecture 2: Propositional Equivalences
CMSC 56 | Lecture 1: Propositional Logic
La Solidaridad and the Propaganda Movement
Computer Vision: Feature matching with RANSAC Algorithm
Chapter 7 expressions and assignment statements ii
#11 osteoporosis

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
master seminar digital applications in india
PDF
Classroom Observation Tools for Teachers
PPTX
Cell Structure & Organelles in detailed.
PPTX
Cell Types and Its function , kingdom of life
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Computing-Curriculum for Schools in Ghana
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
History, Philosophy and sociology of education (1).pptx
UNIT III MENTAL HEALTH NURSING ASSESSMENT
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
LDMMIA Reiki Yoga Finals Review Spring Summer
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Microbial diseases, their pathogenesis and prophylaxis
Paper A Mock Exam 9_ Attempt review.pdf.
master seminar digital applications in india
Classroom Observation Tools for Teachers
Cell Structure & Organelles in detailed.
Cell Types and Its function , kingdom of life
Orientation - ARALprogram of Deped to the Parents.pptx
Weekly quiz Compilation Jan -July 25.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Computing-Curriculum for Schools in Ghana
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
RMMM.pdf make it easy to upload and study
Lesson notes of climatology university.

CMSC 56 | Lecture 11: Mathematical Induction

  • 1. Mathematical Induction Lecture 11, CMSC 56 Allyn Joy D. Calcaben
  • 2. Find the sum and the product of each pairs of numbers. Express your answers as a binary expansion. 1. (100 0111)2 , (111 0111)2 2. (1110 1111)2 , (1011 1101)2 3. (10 1010 1010)2 , (1 1111 0000)2 Assignment (1 whole Sheet Paper)
  • 3. Suppose that we have an infinite ladder, as shown in the figure, and we want to know whether we can reach every step on this ladder. We know two things: 1. We can reach the first rung of the ladder. 2. If we can reach a particular rung of the ladder, then we can reach the next rung.
  • 4. Can we conclude that we are able to reach every rung of this infinite ladder?
  • 5. The answer is yes, something we can verify using an important proof technique called mathematical induction.
  • 6. To prove that P(n) is true for all positive integers n, where P(n) is a propositional function, we complete two steps: Principle of Mathematical Induction
  • 7. To prove that P(n) is true for all positive integers n, where P(n) is a propositional function, we complete two steps: Basis Step: We verify that P(1) is true. Inductive Step: We show that the conditional statement P(k) → P(k + 1) is true for all positive integers k. Principle of Mathematical Induction
  • 8. The assumption that P(k) is true is called the inductive hypothesis. When we use mathematical induction to prove a theorem, we first show that P(1) is true. Then we know that P(2) is true, because P(1) → P(2). Further, we know that P(3) is true, P(2) → P(3). Continuing along these lines, we see that P(n) is true for every positive integer n. Principle of Mathematical Induction
  • 9. 1. We can reach the first rung of the ladder. 2. If we can reach a particular rung of the ladder, then we reach the next rung. Infinite Ladder
  • 10. 1. We can reach the first rung of the ladder. 2. If we can reach a particular rung of the ladder, then we reach the next rung. Basis Step: Verify that P(1) is true. Inductive Step: P(k) → P(k + 1) is true for all positive integers k Therefore, P(n) is true for all positive integers n, where P(n) is the statement that we can reach the nth rung of the ladder. Consequently, we can invoke mathematical induction to conclude that we can reach every rung. Infinite Ladder
  • 12. “Domino Effect” Step 1. The first domino falls Step 2. When any domino falls, the next domino falls
  • 13. “Domino Effect” Step 1. The first domino falls Step 2. When any domino falls, the next domino falls ….. all dominos will fall! This is how Mathematical Induction works.
  • 14. Example There are infinitely many stations on a train route. Suppose that the train stops at the first station and suppose that if the train stops at a station, then is stops at the next station. Show that the train stops at all stations.
  • 15. Solution Let P(n) be the statement that the train stops at station n. Basis Step: We are told that P(1) is true. Inductive Step: We are told that P(k) implies P(k+1) for each n ≥ 1. Therefore by the principle of the mathematical induction, P(n) is true for all positive integers n.
  • 16. Proving Summation Formulae Mathematical Induction is particularly well suited for proving that such formulae are valid. However, summation formulae can be proven in other ways. major disadvantage of using mathematical induction: 1. you cannot use it to derive this formula.
  • 17. Example Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2
  • 18. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Let P (n) be the proposition that the sum of the first n positive integers, 1 + 2 + ··· n = 𝑛 (𝑛+1) 2 , is 𝑛 (𝑛+1) 2 . We must do two things to prove that P (n) is true for n = 1, 2, 3,.... Namely, we must show that P(1) is true and that the conditional statement P(k)implies P(k+1) is true for k = 1, 2, 3,....
  • 19. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2
  • 20. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: We show that the conditional statement P(k) → P(k + 1) is true for all positive integers k.
  • 21. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: First, assume P(k) is true for all positive integers k.
  • 22. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: First, assume P(k) is true for all positive integers k. (Inductive Hypothesis)
  • 23. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Inductive Hypothesis: 1 + 2 + . . . + 𝑘 = 𝑘 (𝑘+1) 2
  • 24. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is true.
  • 25. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is true. 1 + 2 + . . . + 𝑘 + (𝑘 + 1) = 𝑘+1 [(𝑘+1)+1] 2 = 𝑘+1 (𝑘+2) 2
  • 26. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + . . . + 𝑘 = 𝑘 (𝑘+1) 2
  • 27. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) Left Side: P(𝑘): 1 + 2 + . . . + 𝑘 = 𝑘 (𝑘+1) 2
  • 28. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) Left Side: P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) = 𝑘 (𝑘+1) 2
  • 29. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) Right Side: P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) = 𝑘 (𝑘+1) 2 + (𝑘 + 1)
  • 30. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) = 𝑘 𝑘+1 + 2 𝑘+1 2
  • 31. Solution Show that if 𝑛 is a positive integer, then 1 + 2 + . . . + 𝑛 = 𝑛 (𝑛+1) 2 Basis Step: P(1) is true, because 1 = 1 (1+1) 2 Inductive Step: Add 𝑘 + 1 to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + . . . + 𝑘 + (𝑘 + 1) = 𝑘+1 𝑘+2 2
  • 32. Example Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛.
  • 33. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Let P(𝑛) be the proposition that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for the integer 𝑛.
  • 34. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1
  • 35. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Assume P(k) is true for an arbitrary nonnegative integer k.
  • 36. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Assume P(k) is true for an arbitrary nonnegative integer k. (Inductive Hypothesis)
  • 37. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Inductive Hypothesis: 1 + 2 + 22 + . . . + 2 𝑘 = 2 (𝑘 + 1) − 1
  • 38. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is true.
  • 39. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Under this assumption, it must be shown that P(𝑘 + 1) is true. 1 + 2 + 22 + . . . + 2 𝑘 + 2 (𝑘 + 1) = 2 (𝑘 + 1) + 1 −1 = 2 (𝑘 + 2) −1
  • 40. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Add 2 (𝑘 + 1) to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 = 2 (𝑘 + 1) − 1
  • 41. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Add 2 (𝑘 + 1) to both sides of the equation in P(𝑘) Left Side: P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2 (𝑘 + 1) = 2 (𝑘 + 1) − 1
  • 42. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Add 2 (𝑘 + 1) to both sides of the equation in P(𝑘) Right Side: P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2 (𝑘 + 1) = 2 (𝑘 + 1) − 1 + 2 (𝑘 + 1)
  • 43. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Add 2 (𝑘 + 1) to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2 (𝑘 + 1) = 2 ⋅ 2 (𝑘 + 1) − 1
  • 44. Solution Use mathematical induction to show that 1 + 2 + 22 + . . . + 2 𝑛 = 2 (𝑛 + 1) − 1 for all nonnegative integers 𝑛. Basis Step: Let P(0) is true, because 20 = 1 = 2 1 − 1 Inductive Step: Add 2 (𝑘 + 1) to both sides of the equation in P(𝑘) P(𝑘): 1 + 2 + 22 + . . . + 2 𝑘 + 2 (𝑘 + 1) = 2 (𝑘 + 2) − 1
  • 45. 1. Prove that 12 + 32 + 52 + . . . + (2𝑛 + 1) 2 = ( 𝑛 + 1) (2 𝑛 + 1)(2 𝑛 + 3) 3 whenever 𝑛 is a nonnegative integer. 2. Prove that 3 + 3 ⋅ 5 + 3 ⋅ 52 + . . . + 3 ⋅ 5n = 3(5 𝑛 +1 − 1) 4 whenever 𝑛 is a nonnegative integer. Challenge (1/2 Sheet Paper)

Editor's Notes

  • #6: That is, we can show that P (n) is true for every positive integer n, where P (n) is the statement that we can reach the nth rung of the ladder.
  • #9: We assume that P(k)is true for an arbitrary positive integer k and show that under this assumption, P(k+1) must also be true.
  • #20: (The left-hand side of this equation is 1 because 1 is the sum of the first positive integer. The right-hand side is found by substituting 1 for n in n(n+1)/2.)
  • #32: This last equation shows that P(k + 1) is true under the assumption that P(k) is true. This completes the inductive step. We have completed the basis step and the inductive step, so by mathematical induction we know that P (n) is true for all positive integers n. That is, we have proven that 1 + 2 +···+n = n(n+1)/2 for all positive integers n.