I'm trying to make sense of conditional expectation of a $\sigma-$algebra, beginning with the finite case.
Let $X$ be a random variable on the probability space $(\Omega, \mathcal{F}, \mathbb{P})$.
The conditional expectation of $X$ for some event $A \in \mathcal{F}$ is $E(X|A) = \sum_{\omega \in A} X(\omega) \frac{\mathbb{P}(w)}{\mathbb{P}(A)}$ and $X$ is $\mathcal{F}$-measurable if $X^{-1}= \{ \omega \in \Omega | X(\omega) = x_i \} \in \mathcal{F}, \forall x_i$. The conditional expectation with respect to a $\sigma-$algebra $\mathcal{G}$ is $E[X|\mathcal{G}](\omega) = \sum_{A \in \mathcal{G}} E(X|A)1_{A}(\omega)$.
Claim 1: If $X$ is $\mathcal{G}-$measurable, then $E[X|\mathcal{G}](\omega) = X$.
Proof. $X$ is $\mathcal{G}-$measurable iff $X$ is constant on each set in $\mathcal{G}$. Hence
$$E[X|\mathcal{G}](\omega) = \sum_{A \in \mathcal{G}} E(X|A)1_{A}(\omega) = \sum_{A \in \mathcal{G}}\sum_{\omega \in A} \alpha_i \frac{\mathbb{P}(\omega)}{\mathbb{P}(A)}1_{A}(\omega)=\sum_{A \in \mathcal{G}} \alpha_i 1_{A}(\omega) = X(\omega)$$
Claim 2. Let $\mathcal{F}_0 = \{ \emptyset, \Omega \}$ be the smallest sigma-algebra of $\Omega$. Then $E[X|\mathcal{F}_0](\omega) = E(X)$. $E(X|\emptyset)= 0$ since we're summing over zero elements. Thus
$$E[X|\mathcal{G}](\omega) = E(X|\Omega)1_{\Omega}(\omega)=\sum_{\omega \in \Omega} X(\omega) \frac{\mathbb{P}(\omega)}{\mathbb{P}(\Omega)}1_{\Omega}(\omega) = \sum_{\omega \in \Omega} X(\omega) \mathbb{P}(\omega) = E(X)$$
Claim 3. Let $\mathcal{F} = 2^{\Omega}$ be the powerset of $\Omega$. Then $X$ is $\mathcal{F}-$measurable iff $X$ is constant.
Proof. Since $\Omega \in \mathcal{F}$,and $X$ is constant on each set in $\mathcal{F}$ if $X$ is $\mathcal{F}$-measurable, $X$ is constant on $\Omega$.
Are my claims and proofs correct? And what is the interpretation of $E(X|2^{\Omega})(\omega)$?
Edit:
About the claim that $X$ is $\mathcal{G}$-measurable is wrong. What I confused it with was that on a finite sample space, every $\sigma-$algebra is generated by some partition. If $X$ is $\mathcal{G}$-measurable, then it's constant on each set generating the $\sigma-$algebra. Thanks for the comments!