Maylis said:
Ok, I was definitely unaware that ##|f \rangle^{ \dagger} = \langle f|##. No wonder I was so confused over the definition of a hermition conjugate, how somehow moving the operator to the bra somehow made it a complex conjugate.You are right, I am very shaky about ##\langle f|##. I understand the ket is a vector, but what is the bra? I know you say its an operator that acts on the vector g to produce the inner product, but that leaves me feeling icky inside. As in no intuition at all.
Well, the simplest case is when there are only a finite number of states. For example, an electron's state, if you ignore the spatial part, is a two-state system: It can be spin-up or spin-down. So if we use matrices to represent the states, then we can have:
[itex]|\psi_1\rangle = \left( \begin{array}\\ 1 \\ 0 \end{array} \right)[/itex] which represents spin-up
[itex]|\psi_2\rangle = \left( \begin{array}\\ 0 \\ 1 \end{array} \right)[/itex] which represents spin-down
An arbitrary state [itex]|f\rangle[/itex] is a combination:
[itex]|f\rangle = a_1 |\psi_1\rangle + a_2 |\psi_2\rangle = \left( \begin{array}\\ a_1 \\ a_2 \end{array} \right)[/itex]
Then [itex]|f\rangle^\dagger[/itex] is just [itex]\left( \begin{array}\\ a_1^* & a_2^* \end{array} \right)[/itex]. You compute [itex]|g\rangle^\dagger |f\rangle[/itex] by matrix multiplication: If [itex]|g\rangle[/itex] is [itex]\left( \begin{array}\\ b_1 \\ b_2 \end{array} \right)[/itex], then
[itex]|g\rangle^\dagger |f\rangle = \left( \begin{array}\\ b_1^* & b_2^* \end{array} \right)\ \left( \begin{array}\\ a_1 \\ a_2 \end{array} \right) = b_1^* a_1 + b_2^* a_2[/itex]
To generalize to an infinite, but countable, number of states,
[itex]|g\rangle^\dagger |f\rangle = \sum_i b_i^* a_i[/itex]
To generalize to a continuous number of states,
[itex]|g\rangle^\dagger |f\rangle = \int dx\ g(x)^* f(x)[/itex]