Let $X \sim N (0, 1)$ and $Y ∼ N (0, 1)$ be two independent random variables, and define $Z = \min(X, Y )$. Prove that $Z^2\sim\chi^2(1),$ i.e. Chi-Squared with degree of freedom $1.$
I found the density functions of $X$ and $Y,$ as they are normally distributed. How would one use the fact that $Z = \min(X,Y)$ to answer the question? Thanks!
Let $\Phi$ be the standard normal cdf. First, find the cdf of $Z^2$. For any $z>0$,
$$ \begin{align} P(Z^2\le z) &=P(Z>-\sqrt{z})-P(Z>\sqrt{z})\\ &=P(X>-\sqrt{z})P(Y>-\sqrt{z})-P(X>\sqrt{z})P(Y>\sqrt{z})\\ &=(1-\Phi(-\sqrt{z}))^2-(1-\Phi(\sqrt{z}))^2. \\&=(\Phi(\sqrt{z}))^2-(1-\Phi(\sqrt{z}))^2. \\&=2\Phi(\sqrt z)-1 \end{align} $$
On the other hand, $$ P(X^2\le z)=P(X\le \sqrt{z})-P(X<-\sqrt{z})=\Phi(\sqrt{z})-\Phi(-\sqrt{z})=\Phi(\sqrt{z})-(1-\Phi(\sqrt{z})) $$ As you can see, $P(X^2\le z)=P(Z^2\le z)$ for all $z$, QED.