I am working through the finite element book by Ciarlet and am currently looking at the Deny Lion's Lemma (Theorem 3.1.1 p. 115).
The Lemma essentially wants to show that $\inf_{p \in P_{k}}\Vert v - p\Vert_{k+1,p,\Omega} \leq C \vert v \vert_{k+1,p,\Omega}$.
During the proof, we consider linear functionals $f_{i}$ on $P_{k}$ and then make use of the Hahn-Banach Theorem to extend these to functionals on $W^{k+1,p}(\Omega)$. The claim is then made that for each $v \in W^{k+1,p}(\Omega)$ we can select a $q \in P_{k}$ such that $f_{i}(v-q) = 0$ for all $i$.
I am struggling to see how we reason this ability to choose such a polynomial $q$. Would anyone be able to point me in the right direction?
In the proof, we have $f_1, \dots, f_N$ chosen to be a basis for the dual $P_k^*$, where $N = \dim P_k$. This means that the map $T : P_k \to \mathbb{R}^N$ defined by $T(p) = (f_1(p), \dots, f_N(p))$ is an isomorphism. In particular, it is surjective. So given $v \in W^{k+1, p}(\Omega)$ there exists $q \in P_k$ such that $T(q) = (f_1(v), \dots, f_N(v))$. That is to say, we have $f_i(q) = f_i(v)$ for each $i$. By linearity, $f_i(v-q) = 0$.