Re: Strong Induction clarification....
From: Dennis May (dennis_at_NOkernelSPAMthread.e7even.com)
Date: 10/30/04
- Next message: Richard Fateman: "Re: Mathematical Proof for FFT using Sparse Matrices' Multiplication"
- Previous message: S. Enterprize Company: "Re: .99999=1 explanation"
- In reply to: George: "Strong Induction clarification...."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 30 Oct 2004 17:44:24 +0100
George wrote:
> Before some time there was a post by Arturo Magidin saying:
> ----------------------------------------------------------------------
> Formally, you do not need to prove a base case. Strong mathematical
> induction involves proving that
>
> For all n in N,
>
> if for all k in N (k<n->P(k)), then P(n).
>
> If you can really prove this proposition, then it takes care of the
> n=0 (the base case) automatically; because the antecedent of the
> implication ("for all k in N, k<n -> P(k)") is true by vacuity, and so
> if you have really proven the implication, then P(n) must follow.
> ----------------------------------------------------------------------
>
> What i can't understand is the "because" he uses. Or to say it
> clearly how the base case is derived automatically, by proving the
> above proposition.
> Or to say it even more clearly:
> If we prove the aforementioned proposition, how can we prove that P(0)
> is true?
The thing you need to prove is:
For all n in N, ( (For all k in N, (k<n => P(k))) => P(n) )
In particular you need to prove the case where n = 0, i.e.
For all k in N (k<0 => P(k)) => P(0)
k<0 is always false, so k<0 => P(k) is always true, so as part of the
proof you show that
true => P(0)
i.e. that P(0) is true.
- Next message: Richard Fateman: "Re: Mathematical Proof for FFT using Sparse Matrices' Multiplication"
- Previous message: S. Enterprize Company: "Re: .99999=1 explanation"
- In reply to: George: "Strong Induction clarification...."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|