PRINCIPLE
OF MATHEMATICAL INDUCTION:
To prove that P(n) is true for all positive
integers n, where P(n) is a propositional function by 2 steps:
Basis : We verify
that P(1) is true @ show that an initial value is true for all Z+ of
the propositional function.
Inductive : We show that
the conditional statement∀k (P(k) → P(k+1)) is true for all Z+ of k.
Similarly, we can say that mathematical
induction is a method for proving a property defined that the property for
integer n is true for all values of n that are greater than or equal to some initial
interger.
P(1)^∀k(P(k) → P(k+1))) → ∀nP(n)
METHOD OF
PROOF:
The proofs of the basis and inductive steps
shown in the example illustrate 2 different ways to show an equation is true
p Transforming LHS and RHS independently until they seem to be equal.
p Transforming one side of equation until it is seen to be the same as
the other side of the equation.