Exam code: 9FM0
1/200Still learning
Know0
Define proof by induction.
Proof by induction establishes that a result holds for a whole set of integers, by showing that it holds for a starting integer and that whenever it holds for one integer it holds for the next.
Those two facts together carry the result up through every integer from the starting one onwards.

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
Induction is often pictured as a row of dominoes. What does the picture say goes wrong if the base case is never checked?
Nothing ever starts falling: you have shown that each domino would knock over the next, but not that any of them falls in the first place.
Without a base case the inductive step is a chain with nothing to set it going, so it proves nothing at all.
Complete the four steps of a proof by induction, in order:
the step, showing the result holds for a starting value; the
step, taking the result to hold for
; the
step, deducing it for
; and the conclusion step.
The completed steps are:
the basic step, showing the result holds for a starting value; the assumption step, taking the result to hold for ; the inductive step, deducing it for
; and the conclusion step.
The assumption made in the second step is what the third step is entitled to use, and it is always needed somewhere in that deduction.
Was this flashcard helpful?
Define proof by induction.
Proof by induction establishes that a result holds for a whole set of integers, by showing that it holds for a starting integer and that whenever it holds for one integer it holds for the next.
Those two facts together carry the result up through every integer from the starting one onwards.
Induction is often pictured as a row of dominoes. What does the picture say goes wrong if the base case is never checked?
Nothing ever starts falling: you have shown that each domino would knock over the next, but not that any of them falls in the first place.
Without a base case the inductive step is a chain with nothing to set it going, so it proves nothing at all.
Complete the four steps of a proof by induction, in order:
the step, showing the result holds for a starting value; the
step, taking the result to hold for
; the
step, deducing it for
; and the conclusion step.
The completed steps are:
the basic step, showing the result holds for a starting value; the assumption step, taking the result to hold for ; the inductive step, deducing it for
; and the conclusion step.
The assumption made in the second step is what the third step is entitled to use, and it is always needed somewhere in that deduction.
True or False?
The base case of a proof by induction is always .
False.
The base case is whichever integer the statement is claimed from, and is common.
Proving that is divisible by 7 for all
starts at
, where the expression is
.
What work does the assumption step of an induction proof involve?
None beyond writing the assumption down: you take the result to be true for without proving anything.
Assuming it is not circular, because what the proof actually establishes is the conditional claim that if it holds at then it holds at
.
What four kinds of statement is induction the standard tool for?
Induction is the usual route for:
a formula for the sum of a series
a formula for a term of a recursive sequence
an expression for a power of a matrix
a claim that an expression is always divisible by a given number
Which values of does an induction proof of de Moivre's theorem establish it for?
The positive integers only.
Induction starts at a base case and moves up one whole step at a time, so it can never reach a value that is not a whole number of steps from where it began.
Complete the assumption step in the induction proof of de Moivre's theorem:
The completed assumption is:
The modulus is raised to the power while the argument is multiplied by it, and keeping those two behaviours apart is what the whole proof turns on.
Multiplying out the brackets in the inductive step of de Moivre's theorem gives four terms. What two facts turn them into the form?
First , which flips the sign of the
term and moves it into the real part.
Then the compound angle formulae, which recognise the real part as and the imaginary part as
.
In a proof by induction about a recursive sequence, what gets you from back to
?
The sequence's own recursive definition does, since that is what says how each term is built from the one before.
With you write
, and only then substitute the assumed formula for
.
A recursive sequence defines each term from the previous two terms. What changes in the basic step?
Two base cases are needed rather than one, so the formula has to be shown to work for both of the given starting terms.
One would not be enough, because the recurrence cannot produce a term until two earlier ones are already known.
Complete the identity that makes the inductive step work for a series:
The completed identity is:
Splitting the last term off is what creates a sum running up to , which is the only thing the assumption can be substituted into.
What is a tidy way to organise the inductive step for a series?
Simplify the left-hand side and the right-hand side separately, then show that the two expressions are identical.
The right-hand side is only the given formula with written in place of
, so it can be written down and tidied before the left-hand side is touched at all.
After the assumption has been substituted, a series proof stands at . What is the next move?
Take out the common factor , leaving
.
The bracket simplifies to and factorises as
, which is the form the right-hand side needs.
Complete the way a divisibility assumption is written down:
The assumption that is divisible by 7 is written
where
is an
to be carried through the proof.
The completed statement is:
The assumption that is divisible by 7 is written
where
is an integer to be carried through the proof.
Turning the word divisible into an equation is what gives you something to substitute at the inductive step.
What is the key manipulation in the inductive step of a divisibility proof?
Peel one factor off each power, using , so that the terms of
begin to appear.
Rearranging the assumption then lets you replace one of those powers and take the divisor out as a factor of everything.
In proving is divisible by 7, how is the assumption
actually used?
Rearrange it to and substitute that into
.
Everything then collects as , which is a multiple of 7 because the bracket is an integer.
True or False?
To show an expression is divisible by 6, it is enough to show it is divisible by 2 and by 3.
True.
2 and 3 share no factor, so anything divisible by both must carry both in its factorisation and is therefore a multiple of 6.
The trick needs that: it fails for 4 and 6 against 24, since 12 is divisible by both and is not a multiple of 24.
What is the key step when proving a formula for by induction?
Write and replace
by the assumed matrix, which leaves an ordinary matrix multiplication to carry out.
The product then has to be shown to match the given formula with written in place of
.
The entries of come out messy. How can the working be kept readable?
Write and then find each of
,
,
and
on a line of its own.
Each entry is a short calculation, so separating them stops a long expression having to be copied out four times over.
By signing up you agree to our Terms and Privacy Policy