Let $S$ be a set inductively defined as follows:
$2$ belongs to $S$, and if $x$ belongs to $S$ and $y$ belongs to $S$ then $xy$ belongs to $S$.
A/ $S = \{2n \,|\, n \text{ belongs to } \mathbb{N}\}$
B/ $S = \{2(n+1) \,|\, n \text{ belongs to } \mathbb{N}\}$
C/ $S = \{2^n \,|\, n \text{ belongs to } \mathbb{N}\}$
D/ $S = \{ 2^{n+1} \,|\, n \text{ belongs to } \mathbb{N}\}$
I am not sure about the answer. Anyone helps please?
Thanks
If $\mathbb{N}=\{1,2,3,\cdots\}$ is your convention, then it's C.
First note that $S$ contains (positive) powers of $2$ only (you could prove this by induction).
Then note that $S$ actually contains all those powers of $2$ since you can multiply $2$ by $2$ the number of times you want.