If A, B Hermitian, then <v|AB|v>=<v|BA|v>*. Why?

  • Level: Graduate 
  • Thread starter Thread starter nomadreid
  • Start date Start date
  • Tags Tags
    Hermitian
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
nomadreid
Gold Member
Messages
1,779
Reaction score
258
This is certainly an elementary question, so I would be all the more grateful for the answer. Given: A and B are two Hermitian operators and v is a vector in C. If <v|AB|v>=x+iy (for x and y real), then <v|BA|v> = x-iy.
Why?
 
Physics news on Phys.org
Bra-ket notation can be confusing, so I will translate to inner product notation. If I denote the inner product of two arbitrary vectors x and y by (x,y), and denote the ket |v> by v, then <v|AB|v> means (v,ABv). The definition of "inner product" says that ##(x,y)^*=(y,x)## for all x,y. This implies that ##(v,BAv)^*=(BAv,v)##. Now you can use that A and B are hermitian, and the definition of the adjoint operator to evaluate the right-hand side.
$$(v,BAv)^*=(BAv,v)=(B^*A^*v,v)=(A^*v,Bv)=(v,ABv).$$
 
  • Like
Likes   Reactions: 1 person
Many thanks, Fredrik. That clears that step up.