First Principle of Mathematical Induction
Let S be a set of integers containing a. Suppose S has the property that whenever some integer $n \ge a$ belongs to S, then the integer $n+1$ also belongs to S. Then, S contains every integer greater than or equal to a.
Proof: Let $S$ be an arbitrary set containing $a$. Suppose $S$ has the property that whenever some integer $n\ge a$belongs to $S$, then the integer $n+1$ also belongs to $S$. Since $n+1 \ge a$, it follows $n+2 \ge a$, and similarly for all $n+k$ where $k$ is a positive integer. Therefore, S contains every integer greater than or equal to a.
EDIT: Is this going to work?
Since $a \ge a$, by the property, $a+1 \in S$. Then, since $a+1 \ge a$, $a+2 \in S$. We can continue this as long as we want, so we can get a set of all integers greater than $a$ in the set $S$.
This makes perfect sense to me but I think it's wrong because it seems way too easy and simple for being a proof. This is my problem, how can I be sure if my proofs are correct or not? What questions should I ask to myself to make sure my proof is solid?