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
Types of speech act
PPTX
power point presentation on india's struggle for freedom
PPT
Mathematical induction
PDF
Canva Tutorial
PDF
Mathematical induction by Animesh Sarkar
DOCX
LAC PLAN_2022-2023.docx
PPTX
Permutations and Combinations(For Class 11)
PPTX
Project scope management 1
Types of speech act
power point presentation on india's struggle for freedom
Mathematical induction
Canva Tutorial
Mathematical induction by Animesh Sarkar
LAC PLAN_2022-2023.docx
Permutations and Combinations(For Class 11)
Project scope management 1

What's hot (20)

PPTX
CMSC 56 | Lecture 5: Proofs Methods and Strategy
PPT
Logic&proof
PPT
System Of Linear Equations
PPT
Linear inequalities
PDF
Logical equivalence, laws of logic
PPTX
the inverse of the matrix
PPT
Combinatorics
PPTX
quadratic equation
PPTX
CMSC 56 | Lecture 2: Propositional Equivalences
PPTX
Function and graphs
PPT
3.2 Logarithmic Functions
PPT
Mathematical Logic - Part 1
PPT
Number theory
PPTX
CMSC 56 | Lecture 4: Rules of Inference
PPT
Unit circle, intro to circular functions
PPT
Proof
 
PPT
Lec 02 logical eq (Discrete Mathematics)
PPT
PPt on Functions
PPTX
Basic Calculus 11 - Derivatives and Differentiation Rules
PDF
Conditional Statements | If-then Statements
CMSC 56 | Lecture 5: Proofs Methods and Strategy
Logic&proof
System Of Linear Equations
Linear inequalities
Logical equivalence, laws of logic
the inverse of the matrix
Combinatorics
quadratic equation
CMSC 56 | Lecture 2: Propositional Equivalences
Function and graphs
3.2 Logarithmic Functions
Mathematical Logic - Part 1
Number theory
CMSC 56 | Lecture 4: Rules of Inference
Unit circle, intro to circular functions
Proof
 
Lec 02 logical eq (Discrete Mathematics)
PPt on Functions
Basic Calculus 11 - Derivatives and Differentiation Rules
Conditional Statements | If-then Statements
Ad

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

PPTX
Mathematical Induction DM
PPTX
Induction q
PPTX
Induction q
PPTX
Week 4 Mathematical Induction Mathematical Induction
PPTX
11-Induction CIIT.pptx
PPT
Introduction to mathematical Induction.ppt
PPT
Induction (1).ppt
DOC
Chapter 4 dis 2011
PPTX
mathematical induction and stuff Induction.pptx
PPTX
Slide subtopic 5
PDF
Induction.pdf
PDF
mathematicalinductionanddivisibilityrules-160711105713.pdf
PPTX
Mathematical induction and divisibility rules
DOCX
PPT
5.1 Induction
PPT
Per4 induction
PPT
04-Induction and Recursion.ppt ppt bai tap
PPT
17-mathematical-induction.ppt
PPT
17-mathematical-induction.ppt
Mathematical Induction DM
Induction q
Induction q
Week 4 Mathematical Induction Mathematical Induction
11-Induction CIIT.pptx
Introduction to mathematical Induction.ppt
Induction (1).ppt
Chapter 4 dis 2011
mathematical induction and stuff Induction.pptx
Slide subtopic 5
Induction.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdf
Mathematical induction and divisibility rules
5.1 Induction
Per4 induction
04-Induction and Recursion.ppt ppt bai tap
17-mathematical-induction.ppt
17-mathematical-induction.ppt
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 15: Closures of Relations
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 10: Integer Representations & Algorithms
PPTX
CMSC 56 | Lecture 9: Functions Representations
PPTX
CMSC 56 | Lecture 8: Growth of Functions
PPTX
CMSC 56 | Lecture 6: Sets & Set Operations
PPTX
CMSC 56 | Lecture 3: Predicates & Quantifiers
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 15: Closures of Relations
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 10: Integer Representations & Algorithms
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 8: Growth of Functions
CMSC 56 | Lecture 6: Sets & Set Operations
CMSC 56 | Lecture 3: Predicates & Quantifiers
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
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Pharma ospi slides which help in ospi learning
PDF
Classroom Observation Tools for Teachers
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Module 4: Burden of Disease Tutorial Slides S2 2025
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Insiders guide to clinical Medicine.pdf
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Pharma ospi slides which help in ospi learning
Classroom Observation Tools for Teachers
O5-L3 Freight Transport Ops (International) V1.pdf
01-Introduction-to-Information-Management.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Supply Chain Operations Speaking Notes -ICLT Program
Renaissance Architecture: A Journey from Faith to Humanism
Microbial disease of the cardiovascular and lymphatic systems
Pharmacology of Heart Failure /Pharmacotherapy of CHF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Complications of Minimal Access Surgery at WLH

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.