How can I show that the variance of
$$y_t=\sum_{j=0}^\infty \varphi_j\varepsilon_{t-j}$$
where $\operatorname{E}(\varepsilon_t)=0, \operatorname{E}(\varepsilon^2_t) = \sigma^2, \operatorname{E}(\varepsilon_t\varepsilon_s)=0$ for $s\ne t $ and $\sum_{j=0}^\infty \varphi^2_j<\infty$ is the following
$$\operatorname{Var}(y_t)=\sigma^2\sum_{j=0}^\infty \varphi^2_j$$
I am struggling with summation signs.
Since $\operatorname{E}(\varepsilon_t)=0,$ you have $\operatorname{var}(\varepsilon_t) = \operatorname{E}(\varepsilon_t^2)$ and $\operatorname{cov}(\varepsilon_t,\varepsilon_s) = \operatorname{E}(\varepsilon_t \varepsilon_s).$ And since $$ \operatorname{E}\left( \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right) = 0, $$ you have $$ \operatorname{var} \left( \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right) = \operatorname{E} \left( \left( \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right)^2 \right) $$ and $$ \operatorname{var} (\varepsilon) = \operatorname{E}(\varepsilon^2) \quad \text{and} \quad \operatorname{cov}(\varepsilon_k,\varepsilon_\ell) = \operatorname{E}(\varepsilon_k\varepsilon_\ell). $$
So you have $$ \left( \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right)^2 = \sum_j \varphi_j^2 \varepsilon_{t-j}^2 + 2 \sum_{k,\ell\,:\, k\,<\,\ell} \varphi_k\varphi_\ell \varepsilon_{t-j}\varepsilon_{t-\ell} $$ Taking expected values of both sides and applying linearity of expectation, you get $$ \operatorname{E}\left(\left( \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right)^2\right) = \sum_{j=1}^N \varphi_j^2 \operatorname{E}(\varepsilon_{t-j}^2). $$ That the limit on the right exists is given. Therefore the limit on the left exists and is the same. But next we have the question of whether the limit of the expression on the left equals the expected value of the square of the limit of the sum on the inside, i.e can we say that $$ \lim_{N\to\infty} \operatorname{E}\left(\left( \sum_{j=0}^N \varphi_j \varepsilon_{t-j} \right)^2\right) = \operatorname{E}\left(\left( \lim_{N\to\infty} \sum_{j=0}^N \varphi_j\varepsilon_{t-j} \right)^2\right) \text{ ?} $$ I think the dominated convergence theorem will handle that.