I am trying to prove this statement
Let $D \subset \mathbb{R}^m$. If $\{v_n\}$ is a weakly converging sequence in Sobolev spapce $H_1(D)$, then $\{v_n\}$ weakly converges in $L^2(D)$.
This is the exercise 10.12 from the book An Introduction to Partial Differential Equations by Y.Pinchover and J. Rubinstein. I followed the solution manual.
This is my attempt: Denote the weak limit of $\{v_n\}$ with $v$. Because $\{v_n\}$ is a weakly convergent sequence, that means that it is bounded so there exists a $M \geq 0$ so that \begin{align*} &||v_n||_{H_1(D)} \leq M \quad \text{for every } n = 1, 2 \dots \\ \implies &||v_n||^2_{H_1(D)} = \int_D ((\nabla v_n)^2 + v_n^2) d{\vec{x}} \leq M^2 \quad \text{for every } n = 1, 2 \dots\\ \implies &\int_D (\nabla v_n)^2 d{\vec{x}} = ||\nabla v_n ||_{L^2(D)}^2 \leq M^2 \\ \implies &\int_D v_n^2 d{\vec{x}} = || v_n||_{L^2(D)}^2 \leq M^2. \end{align*} That means that $\{v_n\}$ and $\{\nabla v_n\}$ are also bounded in $L^2(D)$.
Since the sequence $\{\nabla v_n\} = \{(\frac{\partial v_n}{\partial x_1}, \frac{\partial v_n}{\partial x_2}, \dots, \frac{\partial v_n}{\partial x_m})\}_{n=1}^{\infty}$ is bounded in $L^2(D)$, the sequences $\{\frac{\partial v_n}{\partial x_i}\}_{n=1}^{\infty}$ are also bounded in $L^2(D)$ for every $i = 1, 2, \dots, m$. This means that the sequences $\{v_n\}$ and $\{\frac{\partial v_n}{\partial x_i}\}$ contain a weakly convergent subsequence in $L^2(D)$. Denote the weak limit of $\{v_{n_k}\}_k$ with $\tilde{v}$ and the weak limit of $\{\frac{\partial v_{n_k}}{\partial x_i}\}$ with $\tilde{v_i}$ for every $i = 1, 2, \dots, m$. This means that for every $u \in {L^2(D)}$ and $i = 1, 2, \dots, m$ $ \langle \tilde{v}_i, u\rangle_{L^2(D)} =\lim\limits_{k \to \infty} \langle \frac{\partial v_{n_k}}{\partial x_i}, u\rangle_{L^2(D)}$. If we take $u$, such that $u_{|\partial D} = 0$ then \begin{align*} \langle \tilde{v}_i, u\rangle _{L^2(D)} &= \lim\limits_{k \to \infty} \int\limits_D \frac{\partial v_{n_k}}{\partial x_i} u d{\vec{x}}\\ &= -\lim\limits_{k \to \infty} v_{n_k} \frac{\partial u}{\partial x_i} d{x} \\ &= - \int\limits_D \tilde{v} \frac{\partial u}{\partial x_i} d{x} \\ &= \int\limits_D \frac{\partial \tilde{v}}{\partial x_i} u d{x} \\ & = \langle \frac{\partial \tilde{v}}{\partial x_i} ,u\rangle_{L^2(D)}. \end{align*} This means $\tilde{v_i} = \frac{\partial \tilde{v}}{\partial x_i}$ for every $i = 1, 2, \dots, m$.
I do not quite know what to do with this. - I think I am missing the final conclusion, I also do not understand why I even needed to show $\tilde{v_i} = \frac{\partial \tilde{v}}{\partial x_i}$. Did I also prove that $\{\nabla v_n\}$ is weakly convergent in $L^2(D)$?