I'm trying to rigorously understand Dirac notation in continuous variable quantum mechanics. I'm told the most common approach is via rigged Hilbert spaces. This means we have: $$\Phi \subset H \cong H^* \subset \Phi^* \text{ and } \Phi \subset H \cong H^\times \subset \Phi^\times$$ where:
- $H$ is the Hilbert space of square integrable functions $\mathbb{R} \to \mathbb{C}$
- $\Phi$ is Schwartz space, which I'll take to be the space of quantum states
- $(-)^*$ denotes the dual space of linear functionals
- $(-)^\times$ denotes the antidual space of antilinear functionals
In Dirac notation, bras are exactly the space $\Phi^*$ of linear functionals, and kets are exactly the space $\Phi^\times$ of antilinear functionals.
My question: for a general bra $\langle a |$ and ket $|b\rangle$, rigorously speaking, what do $\langle a|b \rangle$ and $| b \rangle \langle a |$ denote? Can they be well-defined for all $\langle a |$ and $|b\rangle$? If not, why not?
Partial answers: I can see that for certain $\langle a |$ and $|b\rangle$ these expressions could be given a rigorous definition, e.g.:
- If the antilinear functional $| b \rangle \in \Phi^*$ actually corresponds to a state in $\Phi$ (i.e. is of the form $\langle -, f_b \rangle$ for $f_b \in \Phi$, where $\langle -,- \rangle$ is the inner product on $H$), then $\langle a|b \rangle$ could be defined as applying the linear functional $\langle a |$ to the state $f_b$.
- If both $\langle a |$ and $|b\rangle$ correspond to elements of $H$ (i.e. are of the form $\langle f_a, - \rangle$ and $\langle -, f_b \rangle$ for $f_a, f_b \in H$), then $\langle a | b \rangle$ could be defined as the inner product $\langle f_a, f_b \rangle$ in $H$.
- In this thesis from de la Madrid, equation (3.5.39) suggests that for 'position basis vectors' ${}_X\langle x |$ and $| y \rangle_X$ we can define ${}_X\langle x | y \rangle_X$ as the Dirac delta 'function' $\delta_{x-y}$, i.e. the functional mapping $f \mapsto f(x-y)$. This confuses me a lot -- I'm expecting every braket $\langle a|b \rangle$ to be somehow equivalent to a scalar in $\mathbb{C}$, and I can't see how this would be.
- Below this question, @Albatross gives a very useful answer and further comments, including saying "there is certainly no such prescription which is well-defined for arbitrary $\langle a |$ and $|b\rangle$, because if $\langle a | = \delta_x$ and $| b \rangle = \overline{\delta}_x$, then $\langle a|b \rangle = \delta_0$" -- I don't see why this should be true.
Any help appreciated!