Anyone taking discrete math or know how to do math induction???

thraashman

Lifer
Apr 10, 2000
11,112
1,587
126
took discrete math, passed it even, still don't know how to do induction. sorry, that stuff's a real pain in the ass. good luck
 

Sahakiel

Golden Member
Oct 19, 2001
1,746
0
86
Hm... induction... let's see how much I remember...

First step: Prove the claim is valid for P(1).
Second step : Assume P(k) is true given P(1) is true.
Third step : Prove P(k+1) is true for all k.

The first question is pretty easy.
As for the second question, well, I'm having trouble thinking beyond proof by cases. Unless you can think of anothe way, then you're looking at one very long proof.
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
for question 1, you can simplify it down to just having to show that

1/n + 1/(n + 1)^2 > 1/(n+1)

which you can do by subtracting 1/n from both sides... the right side will turn into a negative number, and it's cake from there.



as for the second.... what about n = 9, k = 8, m = 9?