The way I understand complete induction, as applied to the naturals at least, the inductive step consists of assuming that a given proposition $p_i$ is true for $1 \le i \le n$, and from this deduce the truth of of $p_{n+1}$. However, I had thought that one always needed to check the base case ($i=1$). But reading the articles on vacuous truth and transfinite induction, I am now left wandering if this is really the case, considering that the truth of $p_1$ might follow (vacuously) from the fact that there is no smaller element. So my two questions are:
When proving some statement with complete induction, is it correct to assume the truth of $p_1$ as a vacuous truth? Could anyone provide an example? (somewhat to my astonishment I was unable to find one...)
If $p_1$ is vacuously true for complete induction, then is that also the case for (simple) induction? I am inclined to believe so, because the truth of $p_1$ would follow vacuously from the truth of (the set containing) the previous smaller element, which is the empty set. However in all I've read of simple induction, this never comes up; instead one is always told to check the base case.
Thank you in advance for your help in clarifying this!