
Explore the fundamentals of mathematical induction and how proofs by induction work through concise examples in this free two-hour course. Access notes and PDFs to reinforce definitions and computations.
Learn which statements can be proven by induction, whether they hold for all natural numbers or from a starting point, and connect to the domino effect and t(n) notation.
Explore the principle of mathematical induction, establish base cases and the induction step, and prove the sum of the first n natural numbers using t(n) and sigma notation.
Demonstrate the necessity of both the base case and the induction step in proofs by induction, with two examples showing why each part is essential.
Guess and prove an explicit formula for a recursive sequence, deriving a_n = 2^n from a_0 = 1 and a_{n+1} = 2 a_n, and verify by induction.
Guess and prove the closed formula for a sequence defined by a1=3, a2=7 and a_n=3 a_{n-1}-2 a_{n-2} for n>=3. Prove that a_n=2^{n+1}-1 by induction with two base cases.
Learn how to prove divisibility by induction: show that n^3 minus n is divisible by six (and by nine) for all natural numbers, using base cases and inductive steps.
Explore induction to prove a strict inequality for natural numbers, starting from the base case n = 3 and proving n + 1 using the induction hypothesis and power-of-two expressions.
Apply induction to prove the formula for all real a, b and positive integers n, using a base case, a sigma notation view, and a t(n) to t(n+1) transition.
Rewrite the left-hand side as a product ∏_{k=1}^n (1 - 4/(2k−1)^2), then extend to n+1 and use pi notation to guide problem 7 in this induction-based proof.
Explore proofs by induction across natural numbers, divisibility, and matrix or polynomial contexts, compare induction to the domino effect, including strong induction and when induction is optimal.
[None of our courses are produced using AI; they are all real-human products.]
How would you prove that a theorem or a formula is true for *all* natural numbers? Try it for n=0, n=1, n=2, etc? It seems to be a lot of work, or even completely impossible, as there are infinitely many natural numbers!
Don't worry, there is a solution to this problem. This solution is called "proof by induction" and this is the subject of this short (and free) course. The Induction Principle is often compared to the "domino effect", which will be illustrated in the course. (This is also the reason for our course image.)
In this course you will learn how induction proofs work, when to apply them (and when not), and how to conduct them. You will get an illustration of this method on a variety of examples: some formulas, some inequalities, some statements about divisibility of natural numbers. You will also get some information about other courses where you can see some theory, and more advanced proofs based on the same principle.
Sadly, there is no possibility of asking question in free courses, but you can ask me questions about this subject via the QA function in my other course: "Precalculus 1: Basis notions", where the topic of proofs by induction is covered, both theoretically (Peano's axioms) and practically, with several examples.