| Summary |
To prove a
theorem by the method of induction it is common practice to refer to the
statement of the theorem by P(n), meaning "Proposition n". The proof will have
three parts: The initial step This is where you show the
statement is true for the first value of n, normally n=1. In other words you
show that P(1) is true. This step is usually trivially easy. The induction hypothesis Here you assume that the
statement is true for a specific value of n, say when n=k. In other words, you
assume P(k) is true. The induction step This is the complicated
part which requires the most thought, particularly concerning the algebra
involved. You have to show that P(k) implies P(k+1) |
 |
An
applet written for the site by Advisory Matters |
|
|