when using the Finite Element Method to solve the Poisson equation, one usually arrives at an (a priori) error estimate like $$ \lVert u-u_h \rVert \leq c h |u|$$ where $\lVert \cdot \rVert$ and $| \cdot |$ are the Norm and Semi-Norm in $H^{1,2}$. $u$ is the solution of the Poisson equation, $u_h$ the solution of the FE method. I am omitting some details here, but as my question is not specific to those details, that should be ok. See this lecture (chapter 7) for the relevant results.
My question: Why does one use the Seminorm of the unknown solution for an error estimate? To me, one should use the $L^2$ norms of the source term or the boundary data. How I am able to use the solution if I can only compute an aproximation $u_h$?
Any help is appreciated.