Basically,
IF the fact that "conditions are true for k" would imply "the conditions are true for k+1" (Note: not saying that the conditions would definitely be true for k),
AND you've proven "the conditions are true for 1",
Then by the first statement, the fact that "the conditions are true for 1" implies that "the conditions are true for 2", and "the conditions are true for 2" HOLDS since it is proven that "the conditions are true for 1";
The fact that "the conditions are true for 2" holds in turn implies that "the conditions are true for 3", which would imply the same for 4, which would imply the same for 5, ... and so on.
Therefore, the conditions are true for ALL integers greater or equal to 1.
And as SeDaTeD mentioned above, the base case does not necessarily have to be 1, but any number a, as long as it could be proven that the case for a holds true, and the fact that the case for a number holding true would DEFINITELY mean that the case for the number after it also holds true. (Then you would have proven the conditions for all integers greater or equal to a, instead of 1.)
EDIT:
live.fast said:
Now is 3k2 <= k + 1 for all integer k>0
Test k=1
3<=2 false
Are you allowed to sub in numbers like that in the 3rd step of a proof that involves induction?
You are DISPROVING something here, not PROVING it, therefore just one counter-example is enough. Induction shouldn't be used to disprove something, it is a method of proof, not disproof, see