mtanti
- 172
- 0
The whole question circles around how you prove that S(N) true ==> S(N+1) true
mtanti said:Hey man, I know how to prove by induction, I just don't know what I'm doing. Is it deductive or not?
RTP S(2n-1) = n^2
STEP 1: Prove that statement is true for n=1
2(1)-1 = 1^2
1 = 1
QED
STEP 2: Prove that if statement is true for n, it is also true for n+1
RTP S(2n+1) = (n+1)^2 [Is this what this step is all about?]
S(2n+1) = n^2 + n+1
RHS cannot be transformed into (n+1)^2, therefore S(n+1) will not work, therefore S(n) is not true.
QEDLESS
Swapnil said:Also, just for your information, mathematical induction can only be used to proved relationships which involve whole numbers.
Yes, all mathematics proofs are deductivemtanti said:And this is a deductive proof right?
That's one way a deductive proof works.So you prove that, assuming truth for S(N), S(N+1) is also true by deductive method? Because deductive proof works by showing that the left hand side is equal to the right hand side
Yes, it is., and that is what you are doing when you show that
S(N+1) = (N+1)((N+1)+1)/2
Because N+1 fitted into the equation, it means that you can find S(N+1) too, assuming that S(N) is true. And you show that S(N) is true by finding a value which shows it is true.
Cool...
quasar987 said:Hey, nice! Do you know of any classic proofs that can be conducted that way?
The usual generalization (at least the generalization used in the proof of induction) is to a set that is well ordered under some relation--meaning every subset of the set has a minimal element under the relation. I guess what you're doing in what you're proposing is producing an infinite family of well ordered sets, each including those numbers for which the differences between each number and t are equivalent "modulo" epsilon, and using induction on those.Dragonfall said:Not true. If you prove S(x) is true for some real x, and if S(x) is true for some real t, then it is true for all x\in [t-\epsilon ,t+\epsilon ] with fixed epsilon, then it's true for all R.
I don't know how much more generalization this can take, but you should be able to do this for any metric space that's 'connected'.
No No No... Its time that we start asking YOU questions instead of the opposite. We have answered the same exact question numerous times. Now its your job to figure out the answer.mtanti said:OK so all we do is show that if f(n) + [n+1]th term = f(n+1) then it shows that for a true value of f(n), f(n+1) will also be true.
I still wonder why you can say that... Sorry...