While proving a statement of $f(n)$ using mathematical induction we do the following-
- we prove it for some natural number which satisfies the condition of $n$.
- We assume it true for some $k$.
- Then we try to prove it for $k+1$ by using the statement obtained by assuming it to be true for $k$.
Now,my question is that we see that the proof using $k+1$ is totally dependent on proof using $k$.But there is no guarantee that the statement is true for k.We have only assumed it.Our assumption maybe right or wrong.The how can be prove $k+1$ on the basis of k if it is not certain that k is true. Please help.Thank You.
Indeed what you described in the second part is not complete. As it stands, it is a proof of a conditional : if $P(k)$ is true, then so is $P(k+1)$. What you're missing is that you have also a base case. You showed there is an $n$ such that $P(n)$ holds, and thus your proposition is true for all $k\ge n$.