Hi,
can any one give me proof for mathematical induction?
Printable View
Hi,
can any one give me proof for mathematical induction?
Hmmm...That's a tough one. What do you mean? Can it be proven that Mathematical Induction works or is valid? The fundamentals lie in the logic. Do you mean just any old proof using Mathematical Induction? It may help if you would provide the actual wording of an actual problem statement. If this is a personal exploration, you're going to have to get substantially more clear.
The principle of mathematical induction is usually stated as an axiom of the natural numbers. However, it can be proved in some logical systems. For instance, it can be proved if one assumes:
The set of natural numbers is well-ordered.
Every natural number is either zero, or n+1 for some natural number n.
For any natural number n, n+1 is greater than n.
To derive simple induction from these axioms, we must show that if P(n) is some proposition predicated of n, and if:
P(0) holds and
whenever P(k) is true then P(k+1) is also true
then P(n) holds for all n.
I mean how can you say the method of mathematical induction is true.
Well-Ordering Principle: Letbe a non-empty set of natural numbers. Then
has a smallest element!
Induction: Letbe a set. Given
and that if
. Then
.
Proof: Let. Our goal is to show that
is an empty set. Now assume that
is non-empty. By the Well-Ordering Principle there exists a minimial element
. Now
since
. So
. That means it has a predecessor
. Since
it must and
is minimal it means
. But then
. A contradiction! Thus,
must be empty. Q.E.D.