A set $S$ is defined recursively by
Basis step: $0 \in S$
Recursive step: if $a \in S$, then $a + 3 \in S$ and $a + 5 \in S$.
Questions:
- Determine the set $S \cap \{ a \in \mathbb Z \mid 0 < a < 12 \}$.
- Prove that every integer $a ≥ 8$ is contained in $S$.
Which steps do I need to take ?
The set $S$ is equivalent to the set of all integers of the form $3n+5k$ for some $n,k\in\Bbb Z_{\ge 0}$.
For 1, you simply find which of the integers from the set $\{1,2,\ldots,11\}$ are also in $S$, or i.e. are also of the form $3n+5k$ for some $n,k\in\Bbb Z_{\ge 0}$.
2 is a direct result of Frobenius Coin Problem (also called Chicken McNugget Theorem or Postage Stamp Problem), which states:
Or you can simply see $3n, 3n+5, 3n+10$ with $n\in\Bbb Z_{\ge 0}$ generate all the integers $\ge 8$.