Proofing Self-Adjointness of (AB+BA) on a Saturday Night

  • Thread starter Thread starter atomicpedals
  • Start date Start date
  • Tags Tags
    Operators
atomicpedals
Messages
202
Reaction score
7
So I'm doing some proofs on a Saturday night... working on proving that (AB+BA) is self-adjoint, that is (AB+BA)=(AB+BA)* (using a * instead dagger).

What I want to know is if the following is true:

(AB+BA)*=B*A*+A*B* ?
 
Physics news on Phys.org
atomicpedals said:
What I want to know is if the following is true:

(AB+BA)*=B*A*+A*B* ?

That's correct.
 
Can I express it as two integrals?

\int\psi(AB)\psi*dx+\int\psi(BA)\psi*dx
 
I think what you're trying to prove doesn't work in the general case, for A and B unbounded, but only for both of them bounded or at least A. If one of these restraining conditions is met, then

(AB+BA)^{\dagger} = (AB)^{\dagger} + (BA)^{\dagger} = B^{\dagger} A^{\dagger} + A^{\dagger}B^{\dagger} = AB+BA

for A and B self-adjoint.

For the general case, you can only show that AB+BA is symmetric for A and B s-adj.
 
I think I have to assume that A and B are Hermitian. After thinking about it showing that (AB+BA) is also Hermitian should also effectively demonstrate they're self-adjoint. In the way I've been wanting to go about it (which you outlined perfectly), I don't think I have a mathematical justification to state that

B^{\dagger} A^{\dagger} + A^{\dagger}B^{\dagger} = AB+BA
 
Ok, does this follow at all?

(AB+BA)^{\dagger} = (AB)^{\dagger} + (BA)^{\dagger} = B^{\dagger} A^{\dagger} + A^{\dagger}B^{\dagger} = \int \psi * (AB)^{\dagger} \psi dr + \int \psi * (BA)^{\dagger} \psi dr = \int (B\psi) * A^{\dagger} \psi dr +\int (A\psi) * B^{\dagger} \psi dr = AB + BA
 
There's no need to bring integrals into this. If an operator A is self-adjoint, you have A=A^\dagger. Use that fact to replace all the adjoints in B^\dagger A^\dagger + A^\dagger B^\dagger. What do you end up with?
 
I end up with (AB+BA), however I'm being pedagogically required to use the integral definition of an adjoint hence the invocation of integrals (mercifully it doesn't have to be an epsilon-delta style proof).
 
Last edited:
Well, it's not correct to write something like
\hat{A} = \int \psi^* \hat{A} \psi \,d\vec{r}The two sides of the equations are different types of objects. In particular, the righthand side is just a number.

Also, have you established the property (A+B)^\dagger = A^\dagger+B^\dagger already? How about (AB)^\dagger = B^\dagger A^\dagger?

How are you justifying going from \int \psi^* (AB)^\dagger \psi\,d\vec{r} to \int (B\psi)^* A^\dagger \psi\,d\vec{r}?
 
  • #10
I have established

(AB)^\dagger = B^\dagger A^\dagger

as (AB)^\dagger = \int \psi^* (AB)^\dagger \psi dr = \int (AB \psi)^* \psi dr <br /> = \int (B \psi)^* A^\dagger \psi dr = \int \psi^* B^\dagger A^\dagger \psi dr \Rightarrow B^\dagger A^\dagger

No good?
 
Last edited:
  • #11
That's fine. It's just hard knowing which properties you can use and which you can't yet since you're being asked to justify some pretty basic things.

So if you can show that you can distribute the dagger through a sum, you're essentially done. Have you done that?
 
  • #12
Yeah, my prof is very much of the school of thought "If you want to use it, prove it."

I guess I'm not totally sure how I would show the distribution of the dagger across the sum using the integral formalism I'm being asked to adopt.
 
  • #13
Start the same way and use (A+B)\psi = A\psi+B\psi and the linearity of integration.
 
  • #14
Ah, OK. Now I get it. Thanks for the help!
 
Back
Top