I am working on several PDEs problems for training the knolowdege aquired during the course I took at University and I get stacked in the following one. I understand all the terms and concepts involved in the following questions but I actually don't know how to solve them correctly. I would really appreciate if anyone could help me solving this problem or even knows if it is already solved in any book or reference. Thank you in advance.
Let $\Omega\subset\mathbb{R}^N$ be a bounded regular neihgborhood and lets consider the following elliptic problem: $$-\Delta u+u=0\text{ in }\Omega$$ $$\frac{\partial u}{\partial n}=g(x)\text{ in }\Gamma=\partial\Omega$$ where $f\in L^{2}(\Omega)$ and $g\in L^2(\partial\Omega)$. Lets consider now the bilinear form defined as follows: $$a:H^1(\Omega)\times H^1(\Omega)\rightarrow\mathbb{R}$$ $$a(u,v)=\int_{\Omega}\nabla u\nabla v +uv $$
I want to prove the following statements:
1) The map $L:H^1(\Omega)\rightarrow\mathbb{R}$ given by $L(v)=\int_{\Omega} fv dx + \int_{\partial \Omega} gvd\sigma$ is linear and continuous.
2) The weak formulation of the elliptic problem is the following one: find $u\in H^1(\Omega)$ satisfying that $a(u,v)=L(v)$ for all $v\in H^1(\Omega)$.
3)Formulate and prove an existence and uniqueness theorem for weak solutions.