I have this set, represented by extension:
$\{1, 2, 4, 8, 16, 32, 64, 128, ...\}$
Now I must represent it by comprehension:
$$\{x \in \mathbb{N} : 2^{x-1} \text{ is power of } 2\}$$
Is it necessary to write "is power of 2" ?
I have this set, represented by extension:
$\{1, 2, 4, 8, 16, 32, 64, 128, ...\}$
Now I must represent it by comprehension:
$$\{x \in \mathbb{N} : 2^{x-1} \text{ is power of } 2\}$$
Is it necessary to write "is power of 2" ?
The set you must represent has the following form:
$$ \{2^n: \, 0 \le n \le 7\} $$