Exercise :
Let $M, N$ be closed subspaces of the Hilbert space $H$ while it is also assumed that $M \bot N$. Show that the set : $$M + N = \{x+y : x \in M, y \in N\}$$ is also a closed subspace of $H$.
Attempt - Thoughts :
First of all, since $M$ and $N$ are closed, this means that if $(x_n)$ is a sequence of elements belonging in $X$ and $(y_n)$ is a sequence of elements belonging in $N$, then : $$\lim x_n = x, \quad x \in M$$ $$\lim y_n = y, \quad y \in N$$ Now, since it is $M \bot N$, then it should also be $\langle x, y \rangle = 0$.
Now, defining the Hilbert space norm to be $\|\cdot \| = \sqrt{\langle \cdot, \cdot \rangle}$, it is :
$$\|x+y\|^2 = \|x\|^2 + 2\langle x,y\rangle + \|y||^2$$
But since $x \bot y$, then : $ \|x+y\|^2 = \|x\|^2 + \|y\|^2 \Leftrightarrow \|x+y\| = \sqrt{\|x\|^2 + \|y\|^2}$.
In terms of the definition of a closed set, I would need to prove that for $(x_n) \in M$ and $(y_n) \in N$, then $(x_n + y_n) \in M + N$ and $\lim (x_n + y_n) \in M + N$.
I can't really see though how I could proceed to any conclusions (or if there's a simpler way etc), so I would really appreciate any hints or elaborations
Suppose $\{x_n\} \subset M$,$\{y_n\} \subset N$ and $x_n+y_n\to z$. Then (by orthogonality) $\|(x_n-x_m) -(y_n-y_m)\|^{2}=\|x_n-x_m\|^{2}+\|y_n-y_m\|^{2} \to 0$ so both $\{x_n\}$ and $\{y_n\}$ are Cauchy. If these sequences converge to $x$ and $y$ respectively the $x \in M, y\in N$ and $z=x+y \in M+N$.