From the course: Programming Foundations: Discrete Mathematics
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Prove with mathematical induction
From the course: Programming Foundations: Discrete Mathematics
Prove with mathematical induction
- [Voiceover] One of the most important types of proof in discrete mathematics is called mathematical induction. This process allows you to verify a given theorem. Induction is the proof technique that is especially useful for proving statements about elements in a sequence. The two components of the inductive proof are first, identifying the base case, which establishes that the theorem is true for the first value in the sequence. Next, you identify the inductive step, which establishes that if the theorem is true for k, then the theorem holds true for k plus one. Therefore, if the base case is true and the inductive step is true, then the theorem holds for all natural numbers. Let's take a look at proving an identity by induction. I think mathematical induction is probably best learned by doing. So let's walk through an example. Here, I have a theorem that says for all values, n, greater than or equal to one. In other words, all positive integers. The sum of all the integers from…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Write a general outline for a proof4m 48s
-
(Locked)
Write subset proofs3m 12s
-
(Locked)
Evaluate conditional proofs8m 54s
-
(Locked)
Understand biconditional proofs4m 14s
-
(Locked)
Prove with mathematical induction10m 40s
-
(Locked)
Challenge: Write a proof49s
-
(Locked)
Solution: Write a proof4m 23s
-
(Locked)
-
-