I am working on a problem to determine the measurability of a random variable.
Define $X : \Omega \rightarrow \mathbb{R}$ with $\Omega = \{\omega_i : i= 1, \ldots, 5\}$.
where $X\{\omega_1\}=0, X\{\omega_2\}=-1, X\{\omega_3\}=1, X\{\omega_4\}=2, X\{\omega_5\}=-2$. The textbook define $\mathcal{F}$ and $\mathcal{G}$ be the smallest $\sigma$-algebra for $X$ and $|X|$.
I need to determine whether X is a $\mathcal{G}$-measurable RV and whether X is a $\mathcal{F}$-measurable RV.
My think: $\mathcal{G}$ contains only information of absolute value of $X(\omega)$, so by giving $X(\omega) = 1$, we can't determine whether it is coming from $\omega_2$ or $\omega_3$. So X is not a $\mathcal{G}$-measurable RV.
In a similar idea, $X$ has more information needed to determine the value of $|X|$, so $|X|$ is $\mathcal{F}$-measurable RV.
I'm not sure if the idea is right or vice versa, and how to write that in mathematical language. From this post, I want to list all the conditions, but it feels too simple.