Proof by Induction: 0!+1!+2!+...n! < (n+1)!

  • Thread starter Thread starter cragar
  • Start date Start date
  • Tags Tags
    Induction Proof
cragar
Messages
2,546
Reaction score
3

Homework Statement


Let n be a natural number.

Prove that 0!+1!+2!+...n! < (n+1)!
and my < sign should be less than or equal to.

The Attempt at a Solution



The proof is by induction
it works for 0 because 0! is less than or equal to 1!
now we assume it works for n=k by the induction axiom.
now we see if it works for k+1
0!+1!+2!+...k!+(k+1)!<(k+1+1)!
Now I am not sure if I can do this but I will replace
0!+1!+2!+...k! with (k+1)!
so now I have (k+1)!+(k+1)!<(k+2)!
2(k+1)!<(k+2)!
2(k+1)!<(k+2)(k+1)!
and k+2 will always be bigger or equal to 2 because k is a natural number.
so the inequality is proved by induction.
 
Physics news on Phys.org
That works fine. Your induction hypothesis is 0!+1!+2!+...k! <= (k+1)!. So 0!+1!+2!+...k!+(k+1)! <= (k+1)!+(k+1)!.
 
ok thanks so everything i did is ok.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top