Inductive Definition (Bottom-Up; Rule-Inference)
Define the set S to be the *smallest* set such that
1. 0 ∈ S, and
2. If n ∈ S, then n + 3 ∈ S
[Rule 1 (Axiom)]
--------------
0 ∈ S
[Rule 2]
n ∈ S hypothesis (antecedent)
--------------
n + 3 ∈ S conclusion (consequent)