Proof by Induction Examples

Example 1

If we're trying to prove inductively that 4n + 1 is always an odd number when n is a positive integer, what should our base case look like?

Example 2

If we're trying to prove inductively that 4n + 1 is always an odd number when n is a positive integer, what's our induction hypothesis?

Example 3

Once we've proven our base case and made our induction hypothesis, what's our final step in proving inductively that 4n + 1 is always an odd number when n is a positive integer? (You don't need to actually work through the proof yet—just explain the finishing move.)