Define $\mathbb{Z}_2 := \{0,1\}$, $\mathbb{N}:=\{1, 2, \dots\}$. Consider the function $e$, that assigns to every natural number $n \in \mathbb{N}$ the indicator function: $$ e(n):\mathcal{P}\mathbb{N}\rightarrow\mathbb{Z}_2,\hspace{1cm} e(n) := \mathbb{1}_{\big\{S \subseteq \mathbb{N}\ \big|\!:\ n \in S\big\}}. $$
In other words, for every $n \in \mathbb{N}$, $e(n)$ is a function, whose domain is the collection of all subsets of $\mathbb{N}$, and such that, for every $S \subseteq \mathbb{N}$, $$ e(n)(S)=\begin{cases} 1 &, n \in S, \\ 0 &, n \notin S. \end{cases} $$
Equipping $\mathbb{Z}_2$ with the two element Boolean algebra structure, the set $\mathcal{P}\mathbb{N}\rightarrow\mathbb{Z}_2$ is naturally induced with a Boolean algebra structure, by applying the Boolean operations $\vee$, $\wedge$, and $\neg$ component-wise.
We may now form Boolean combinations of the members of $\mathcal{P}\mathbb{N}\rightarrow\mathbb{Z}_2$, where a Boolean combination is the result of evaluating a finite Boolean expression built from members of $\mathcal{P}\mathbb{N}\rightarrow\mathbb{Z}_2$ using the three Boolean operations.
Denote by $\mathcal{C}$ the set of Boolean combinations formed from members of $\mathfrak{Im}(e)$. Is $\mathcal{C}$ countable?
Related Posts
This question arose from a difficulty I've had with a certain point in this answer.