Quick Braket Questions: A|B> & <B|A

  • Thread starter Domnu
  • Start date
In summary: A\rangle,X|B\rangle)=(X^\dagger|A\rangle,|B\rangle).You can actually prove (|A\rangle,X|B\rangle)=(X|A\rangle,|B\rangle) using this rule and the standard definition of the adjoint. If you do that, you can use the notation |B\rangle\langle A| to mean the operator that satisfies|B\rangle\langle A|(|C\rangle)=|B\rangle\langle A|C\rangle(I'm using the notation |A\rangle\langle B| to mean "the operator that takes |A> to |B>")Note that
  • #1
Domnu
178
0
Let A be an operator while |B> be a state vector. Are all of the following correct?

[tex]A|B> = (<B|A^\dagger)[/tex]
[tex]<B|A = A<B|[/tex]
[tex]<B|A = <A^\dagger B|[/tex]

I'm a bit shaky on the second one... importantly, |B> doesn't have to be an eigenstate of A.
 
Physics news on Phys.org
  • #2
The first one is correct. The right-hand sides of the other two don't make sense.
 
Last edited:
  • #3
Could you correct the other two? Why doesn't the third one make sense?
 
  • #4
Particularly, when A is an operator while |B> is a state ket (which is not necessarily an eigenket of A), is the following true:

<B|A = A<B|

My hunch is that this is incorrect, because the left is an operator while the right is a bra...
 
  • #5
Keep these things in mind:

* A bra takes kets to numbers.
* An operator takes kets to kets when it acts to the right.
* An operator takes bras to bras when it acts to the left.

A<B| is undefined, as it is an operator with a bra on its right. [itex]\langle A^\dagger B|[/itex] is even stranger, since it has a symbol representing an operator inside the area (between the < and the |) where you're suppose to put a symbol representing the vector. (When you're using the bra-ket notation, the vector is written as |B>, its dual as <B|, and B means nothing by itself).
 
  • #6
Could you give an example of the second and third statements you made just to clarify? Particularly, for the second statement, are you saying that A |B> = |C> ? For the third statement, are you saying that <A|B = <C| ?
 
  • #7
There is at least one more combination of bras and kets that can be defined, for example [itex]|u\rangle\langle v|[/itex] is defined as the operator that satisfies

[tex]|u\rangle\langle v|(|\alpha\rangle)=|u\rangle\langle v|\alpha\rangle[/tex]

(You can put a number like [itex]\langle v|\alpha\rangle[/itex] on either side of the ket).

One more thing: The reason why expressions like your A<B| are undefined is that we want all "products" involving bras and kets to be associative. For example, we have (<B|A)|C>=<B|(A|C>), but we can't write (A<B|)|C>=A(<B|C>) because the right-hand side would be an operator acting on a number (undefined), or alternatively as a number multiplying an operator (which yields another operator). So allowing operators to be on the left of a bra would destroy associativity.



Also, don't forget the things I talked about in the other thread:

Fredrik said:
A ket is just a vector in a Hilbert space H. A bra is a member of the dual space H*, i.e. it's a linear function from H into the set of complex numbers. The bra [itex]\langle\beta|[/itex] is the member of H* that's defined by

[tex]\langle\beta|(|\alpha\rangle)=(|\beta\rangle,|\alpha\rangle)[/tex]

There's a theorem that guarantees that there exists exactly one such bra for each ket. The left hand side isn't usually written like that. The convention is to drop the parentheses and one of the |s, and write it as [itex]\langle\beta|\alpha\rangle[/itex]. So the conventional way to write the probability mentioned above is [itex]|\langle n|\alpha\rangle|^2[/itex].

We can define the sum of two bras in an obvious way, and the product of a complex number and a bra in an equally obvious way. These definitions turn H* into a vector space.

Note that we don't really need the dual space in quantum mechanics. We're just using it because it simplifies the notation sometimes.

Here's an example of the same equation written without bras and then with bra-ket notation. It's not meant as an example of why the notation is useful. It's just an example of how it's used.

[tex](|\alpha\rangle,A|\beta\rangle)=(A^\dagger|\alpha\rangle,\beta\rangle)[/tex]

[tex]\langle\alpha|(A|\beta\rangle)=(\langle\alpha|A)|\beta\rangle[/tex]

I think it's easier to use the (,) notation for the scalar product (as I did here) when you're trying to explain the bra-ket notation to yourself.
 
  • #8
Hmm... okay. If you wouldn't mind, could you prove the following identity using braket notation?

<B|adj(X)|A> = <A|X|B>*

where adj(X) denotes the adjoint of X and the * denotes the conjugate.
 
  • #9
Sure:

[tex]\langle B|X^\dagger|A\rangle = \Big(\langle B|X^\dagger\Big)|A\rangle =\Big(\langle A|\Big(X|B\rangle\Big)\Big)^*=\langle A|X|B\rangle^*[/tex]

What I used here is a) that "products" are associative (this is something that we can prove once and for all using the notation I'm using below), b) that <u|v>=<v|u>* and c) the definition of the adjoint operator.

Same thing, without bras and with the scalar product written as (,):

[tex]\Big(|B\rangle,X^\dagger|A\rangle\Big) =\Big(X^\dagger|A\rangle, |B\rangle\Big)^* =\Big(|A\rangle,X| B\rangle\Big)^*[/tex]
 
  • #10
Ah, I understand now :) Thank you very much, Fredrik, for your quick and helpful response!
 
  • #11
Just to remind

For example, we have (<B|A)|C>=<B|(A|C>)

must be (<B|A)|C>=<B|(dag(A)|C>) as Fredrik did as

[tex]
\Big(|B\rangle,X^\dagger|A\rangle\Big) =\Big(X^\dagger|A\rangle, |B\rangle\Big)^* =\Big(|A\rangle,X| B\rangle\Big)^*
[/tex]
 
  • #12
Seckin Sefi said:
must be (<B|A)|C>=<B|(dag(A)|C>)
Nope. The left-hand side is by definition (of a bra) equal to the scalar product of the ket that corresponds to <B|A and the ket |C>. The ket that corresponds to <B|A is in your notation dag(A)|B>. So the right-hand side of your equation should be (dag(A)|B>,|C>). Now you can continue: = (|B>,A|C>) = [again using the definition of a bra] = <B|(A|C>).

This is how you prove the associativity of the "product", if you have previously proved that the ket the corresponds to [itex]\langle B|A[/itex] is [itex]A^\dagger|B\rangle[/itex].
 
Last edited:
  • #13
Wait, that last comment was actually a mistake by me. You don't prove this associativity. The fact that (<B|A)|C>=<B|(A|C>) is the definition of the action of an operator on a bra. You can use that (and the standard definition of the adjoint) to prove that the ket that corresponds to [itex]\langle B|A[/itex] is [itex]A^\dagger|B\rangle[/itex].
 
  • #14
Domnu said:
Particularly, when A is an operator while |B> is a state ket (which is not necessarily an eigenket of A), is the following true:

<B|A = A<B|

My hunch is that this is incorrect, because the left is an operator while the right is a bra...
Fredrik said:
Keep these things in mind:

* A bra takes kets to numbers.
* An operator takes kets to kets when it acts to the right.
* An operator takes bras to bras when it acts to the left.

Hi Domnu! :smile:

The way I remember it is to think of an operator A as a matrix, with || round it: |A|.

And you can only fit one | next to another!

Then it's obvious that you can write |A||B> and <B||A|, but not |A|<B| or |B>|A|. :smile:
 
  • #15
That's actually a pretty good mnemonic. The only things you didn't mention is that you can also put > next to < (pointy ends towards each other) and that whenever there "should" be two | next to each other, you only write one of them.

And every one of these "products" is associative, but I believe I already mentioned that.
 
  • #16
Domnu said:
Let A be an operator while |B> be a state vector. Are all of the following correct?

[tex]A|B> = (<B|A^\dagger)[/tex]
[tex]<B|A = A<B|[/tex]
[tex]<B|A = <A^\dagger B|[/tex]

I'm a bit shaky on the second one... importantly, |B> doesn't have to be an eigenstate of A.

For practical purposes, none of these equations are correct. For the first equation,
the right hand side should be [tex] ((<B|A^\dagger)) ^\dagger)[/tex] -- it takes a dagger to turn a <B| into |B>, and vice versa.

<B| is, for all practical purposes, a row vector; A is an operator. In QM,
operator times row vector is not defined -- however, one could express the product in terms of matrix and vector components, and thus give sense to a very inelegant construction.

The last one is simply not defined in normal QM -- although, again, components could be used -- as in, if D is a three dimensional rotation matrix, then something like

R|x> = |Dx>, could hold, where R and D refer to the same rotation. R acts on states, D acts on coordinates. Why pull the operator inside the state vector in the first place?

The safest way to proceed with Dirac notation is simply to think of operators as matrices, which multiply column vectors, and can be multiplied by row vectors. Then, just follow the rules for matrix notation.
Regards,
Reilly Atkinson
 
  • #17
That's funny...I didn't even notice that I called the first one "correct" when it clearly isn't. :redface: A ket can't be equal to a bra. I should have said something like "the right-hand side is the bra that corresponds to the ket on the left-hand side".
 

What is the meaning of "Quick Braket Questions: A|B> &

"Quick Braket Questions: A|B> &

How is "Quick Braket Questions: A|B> &

In quantum mechanics, "Quick Braket Questions: A|B> & represents the probability amplitude of the system transitioning from state A to state B, and the outer product A|B> represents the final state of the system after the transition.

Can "Quick Braket Questions: A|B> &

Yes, "Quick Braket Questions: A|B> &

What is the difference between A|B> & &

The order of the states in "Quick Braket Questions: A|B> & represents the initial state of the system and represents the final state and represents the initial state. The order of the states affects the calculation of the probability amplitude and the final state of the system.

Why is the "Quick Braket Questions: A|B> &

The "Quick Braket Questions: A|B> &

Similar threads

Replies
8
Views
1K
Replies
3
Views
277
  • Quantum Physics
Replies
1
Views
1K
  • Quantum Physics
Replies
2
Views
689
  • Quantum Physics
Replies
4
Views
2K
  • Quantum Physics
Replies
9
Views
2K
Replies
1
Views
2K
Replies
4
Views
3K
Replies
2
Views
757
  • Advanced Physics Homework Help
Replies
2
Views
1K

Back
Top