I am having an issue with this problem.
A set, S, of positive integers is defined recursively by the rule:
$1 \in S$,
If $n\in S$, then $2n-1 \in S$
List all the elements in the set $S$.
The reason I am having difficulty is because plugging in $1$ into $2n-1$ provides me with the original statement, namely, that $1\in S$
This is far as I have been able to get with the problem and I would appreciate some helpful hints.
Ok, so all that that means is that $1$ is the only element in $S$; it's the only one we put in there as a 'base', and using the 'step', it turns out we can't get any others in there.