I'm trying to verify if my analysis is correct or not.
Suppose we have $m$ random variables $x_i$ , $i \in m$. Each $x_i \sim \mathcal{N}(0,\sigma^2)$.
From extreme value theorem one can state $Y= \max\limits_{i \in m} [\mathcal{P}(x_i \leq \epsilon)] = [G(\epsilon)]$ as $m\to\infty$, if $x_i$ are i.i.d and $G(\epsilon)$ is a standard Gumbel distribution.
My first question is can we state that: $$\text{Var}[Y]= \text{Var}\left[\max_{i \in m} [\mathcal{P}(x_i \leq \epsilon)] \right]= \text{Var}[ [G(\epsilon)]] = \frac{\pi^2}{6}$$
My second question is, if we have $n$ of such $Y$ but all of them are independent with zero mean, can we state: $$\text{Var}\left[\prod_{i}^n Y_i\right] = \left(\frac{\pi^2}{6}\right)^n$$
Thanks.
Update:
There's final result for the second point at Distribution of the maximum of a large number of normally distributed random variables but no complete step by step derivation.