While studying the Hilbert triple, I've found the usual warning with identifications of dual spaces.
Let $V \subset H$, two Hilbert spaces with $V$ dense in $H$ and continuously embedded in $H$. The inner product in $H$ is denoted with $(\cdot, \cdot)_H$, the one on $V$ with $(\cdot, \cdot)_V$. By Riesz representation theorem, we can identify $H$ with its dual $H^{\star}$. I've been asked to prove that:
$H$ is dense in $V^{\star}$
Here's my attempt:
I conside a functional $T \in V^{\star}$. By Riesz, we know there's a $w \in V$ s.t. $$T(v)=(v,w)_V$$ for every $v \in V$.
Now, I pick a sequence $\{w_k \} \in V$ such that $w_k \rightarrow w$.
Then, I consider the functional $T_{w_k}:H \rightarrow \mathbb{R}$ defined as $T_{w_k}(u) = (w_k,u)_H$, which is an element of $H^{\star}$ by Schwarz inequality, as $H$ is Hilbert.
Now I consider the $$||T - T_{w_k}||_{V^{\star}}$$ and I want to show this goes to $0$. By definition of dual norm, and given a $v \in V$: $$(T-T_{w_k})(v)=(w-w_k,v)_V \rightarrow 0$$ as $w_k \rightarrow w$.
So I've found that given a functional $T \in V^{\star}$, I can find a sequence of functionals $T_k \in H^{\star}$ s.t. $$||T-T_k||_{V^{\star}} \rightarrow_k 0$$
$\square$
Is that correct?