I'd like to show that there is a unique solution $u \in H^1_0$ solving \begin{align} -\Delta u+u=f ~~ \text{in} ~~\Omega \\ u=0 ~~~ \text{on} ~~\partial \Omega \end{align} where $\Omega$ is a bounded domain in $\mathbb{R}^n$ and $f \in L^2(\Omega)$.
Multiplying with a test function $v \in H^1_0(\Omega)$ and integrating yields \begin{equation} \sum_{j=1}^n \int_\Omega (-\frac{\partial^2 u}{\partial x_j^2})v(x)+\int_\Omega uv = \int_\Omega f(x)v(x). \end{equation} Using partial integration we get that the first term can be written as \begin{equation} \sum_{j=1}^n - \int_{\partial \Omega} \frac{\partial}{\partial x_j}u(x)v(x)n(x)dx+\sum_{j=1}^n\int_{\Omega} \frac{\partial}{\partial x_j}u(x) \frac{\partial}{\partial x_j}v(x)dx. \end{equation} Due to the boundary conditions the boundary integral equals $0$. Hence, we can define the bilinear form \begin{equation} a(u,v)=\int_\Omega \sum_{j=1}^n \frac{\partial}{\partial x_j}u(x) \frac{\partial}{\partial x_j}v(x)dx+\int_\Omega u(x)v(x)dx. \end{equation} Is that part correct? I'm just not too sure about the partial integration.
I'm having difficulties to show continuity and coercivity of $a$. For continuity I have \begin{equation} |a(u,v)\leq \int_\Omega \sum_{j=1}^n|\frac{\partial u}{\partial x_j} ||\frac{\partial v}{\partial x_j}| + \int_\Omega|u||v| \leq \sum_{j=1}^n ||\frac{\partial u}{\partial x_j}||_{L^2(\Omega)}||\frac{\partial v}{\partial x_j}||_{L^2(\Omega)}+||u||_{L^2(\Omega)}||v||_{L^2(\Omega)} \end{equation} I don't know how to proceed from there as I'm not sure what to do with the sum. Also, I tried to show the coercivity of $a$ but I didn't succeed.