I'm guessing this is for a combinatorics question, right? The technique to which you are referring is extremely popular in combinatorics, but not really in other areas of math. This is because it isn't *really* a "proof by induction". That is, you don't assume that it is false for k and true for k-1, then show that it is true for k. Instead, you assume that it is false for k and true for k-1. Then, you use this to come up with some sort of contradiction. So, you might never really prove directly that if the statement is true for k-1 then it is true for k.
So, what HallsOfIvy (and the others) have said is partially correct, and partially incorrect. If you end up showing that the statement being true for k-1 implies that it is true for k, then yes, you have just done regular induction, and you need to show that it is true for some base case.
On the other hand, if you do what is usually the case (in my, admittedly limited experience) when using a proof by smallest counter example, you show that the fact that it is true for k-1 and false (by assumption) for k there is some contradiction, somewhere. The contradiction is not necessarily that the statement is, in fact, true for k. In fact, if this is the contradiction, then it falls in the case above and it is just regular induction. Usually the contradiction is that a hypothesis in the theorem fails to hold.