Threepwood
- 6
- 0
Homework Statement
I have been given the Hamiltonian
H = \sum_{k}\left(\epsilon_k - \mu\right) c_k^{\dag} c_k + \gamma \sum_{kp}c_k^{\dag} c_p
and also that
c_p = \sum_{q} U_{pq} b_q
I have to prove that this matrix U_{pq} is unitary, and find an equation for U_{pq}.
Homework Equations
This is equivalent to proving that
\{b_q, b_p\} = 0
and
\{b_q , b_p^{\dag}\} = \delta_{pq}
where b and c are creation and annihiliation operators.
The Attempt at a Solution
Knowing that
c_p = \sum_{q} U_{pq} b_q
then
c_q = \sum_{p} U_{pq} b_p
and
\{b_q , b_p\} = b_q b_p + b_p b_q
c_p b_p = \left(\sum_{q} U_{pq} b_q\right) b_p
b_q c_q = b_q \left(\sum_{p} U_{pq} b_p\right)
So that
c_p b_p + b_q c_q = \left(\sum_{q} U_{pq} b_q\right) b_p + b_q \left(\sum_{p} U_{pq} b_p\right)
Hmm, now what?