9. Riesz representation theorem and symmetric variational problems#
Let \(u \in V\). Then, we can define the related continuous linear functional \(l_u(\cdot) \in V^\ast\) by
The opposite is also true:
Riesz Representation Theorem:
Any continuous linear functional \(l(\cdot)\) on a Hilbert space \(V\) can be represented uniquely as
\[ l(v) = (u_l,v)_V \]for some \(u_l \in V\). Furthermore, we have
\[ \| l \|_{V^\ast} = \| u_l \|_V. \]
Proof: First, we show uniqueness. Assume that \(u_1 \neq u_2\) both fulfill \(l(v) = (u_1,v)_V = (u_2,v)_V\). This leads to the contradiction
Next, we construct the \(u_l\). For this, define \(S := \operatorname{ker} l\). This is a closed subspace.
Case 1: \(S^\bot = \{ 0 \}\). Then, \(S = V\), i.e., \(l = 0\). So take \(u_l = 0\).
Case 2: \(S^\bot \neq \{ 0 \}\). Pick some \(0 \neq z \in S^\bot\). There holds \(l(z) \neq 0\) (otherwise, \(z \in S \cap S^\bot = \{ 0 \}\)). Now define
Then
Finally, we prove \(\|l\|_{V^\ast} = \| u_l \|_V\):
and
\(\Box\)
9.1. Symmetric variational problems#
Take the function space \(C^1(\Omega)\), and define the bilinear form
and the linear form
The bilinear form is non-negative, and \(A(u,u) = 0\) implies \(u = 0\). Thus \(A(\cdot,\cdot)\) is an inner product, and provides the norm \(\|v\|_A := A(v,v)^{1/2}\). The normed vector space \((C^1, \|.\|_A)\) is not complete. Define
which is a Hilbert space per definition. If we can show that there exists a constant \(c\) such that
then \(f(.)\) is a continuous linear functional on \(V\). We will prove this later. In this case, the Riesz representation theorem tells that there exists an unique \(u \in V\) such that
This shows that the weak form has a unique solution in \(V\).
Next, take the finite dimensional (\(\Rightarrow\) closed) finite element subspace \(V_h \subset V\). The finite element solution \(u_h \in V_h\) is defined by
This means
\(u_h\) is the projection of \(u\) onto \(V_h\), this means that the error is minimal within all elements from the finite element space:
The error \(u - u_h\) is orthogonal to \(V_h\).