Let $U$ be a uniform r.v. on $\{1,2,3,4\}$ and let $X, Y$ be independent standard Gaussian r.v.s. Define $A_1 = 1$ when $U \in \{1,2\}$ and $A_1 = -1$ when $U \in \{3,4\}$. Define $A_2 = 1$ when $U \in \{1,3\}$ and $A_1 = -1$ when $U \in \{2,4\}$.
I'm trying to show that $A_1 |X|$ and $A_2 |Y|$ are independent Gaussian variables. My reasoning is that $A_1 |X|$ is a left half-normal distribution half of the time, and a right half-normal distribution half of the time, and the same is true for $A_2 |Y|$. Since $X, Y$ are independent, then $A_1 |X|$ and $A_2 |Y|$ must be independent.
I'm pretty sure I'm missing some things, however. Any help would be appreciated.
Note that $A_1$, $A_2$ are themselves random variables, so if $X$ and $Y$ are independent, it does not necessarily follow in general that $A_1|X|$ and $A_2|Y|$ must also be independent. For example, suppose $B_1 = A_1$, but $B_2 = -A_1$. Then $B_1|X|$ and $B_2|Y|$ are no longer independent: knowledge about the sign of $B_1$ from knowing $B_1|X|$ immediately restricts the values that $B_2|Y|$ can take on.