11.4 Mathematical Induction

  • Prove infinite sequences of statements using mathematical induction.

In this section, we learn to prove a sequence of mathematical statements using a procedure called mathematical induction.

Proving Infinite Sequences of Statements

Infinite sequences of statements occur often in mathematics. In an infinite sequence of statements, there is a statement for each natural number. For example, consider the sequence of statements represented by the following:

“The sum of the first n positive odd integers is n2,” or 1+3+5++(2n1)=n2.

Let’s think of this as S(n), or Sn. Substituting natural numbers for n gives a sequence of statements. We list the first four:

  • S1:1=12;
  • S2:1+3=4=22;
  • S3:1+3+5=9=32;
  • S4:1+3+5+7=16 ...

Get Algebra and Trigonometry, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.