Niles said:
Ok, I see that you changed your post. I thought that a bra and a ket gave an inner product? Why is it not like that in this case?
Yeah, bad terminology on my part, sorry.
I was a little uncertain, before, because I hadn't seen others use indexing on bras, kets, and operators before.
Without getting too technical, A ket is a column vector and a bra is a row vector in matrix notation.
In matrix notation, a row vector times column vector is a scalar.
Also, a column vector times a row vector is a matrix.
As soon as you add the subscripts, the notational meaning changes, and the associative properties of matrix multiplication no longer hold--because the elements are no longer maxrices. With the indices, the objects in question are really the elements of matrices, bras and kets.
For matrices, in general, \ AB \neq BA \, \ \ \ ABC \neq ACB \neq BAC \, etc.
\ C=AB \ in matrices is the same as \ C_{ik} \sum\limits_j {A_{ij} B_{jk} }
The columns of A are multiplied by the rows of B.
With indexing, the order doesn't matter, the indexing overrides the matrix multiplication rules. With indexing the result is the same, no matter the ordering. The summation takes care of that.
C_{ik} = \sum\limits_j {A_{ij} B_{jk} }
C_{ik} = \sum\limits_j {B_{jk} A_{ij} }
This holds, for matrices and kets.
\left| U \right> = A \left| V \right>
\left| U_{i} \right> = \sum\limits_j { A_{ij} \left| V_{j} \right> }
\left| U_{i} \right> = \sum\limits_j { \left| V_{j} \right> A_{ij} }
And matrices and bras.
\left< U \right| = \left< V \right| } A \
\left< U_{j} \right| = \sum\limits_i { \left< V_{i} \right| A_{ij} }
\left< U_{j} \right| = \sum\limits_i { A_{ij} \left< V_{i} \right| }
The inner product of a bra and a ket is a scalar.
S = \left< U \right| \left| V \right>
\left| N = \sum\limits_i { \left< U_{i} \right| \left| V_{i} \right> }
\left| N = \sum\limits_i { \left| V_{i} \right> \left< U_{i} \right|}
This last equation is not the same as \ W = \left| V \right> \left< U \right| !
And finally the inner product of a ket and bra is a matrix of some sort--not a quantum mechanical operator--but a product space.
W = \left| U \right> \left< V \right| }
\left| W_{ij} = \left| U_{i} \right> \left< V_{j} \right|
\left| W_{ij} = \left< V_{j} \right| \left| U_{i} \right>
Hope this helps.