Proving Orthogonality by Induction in Second Quantization for Bosonic Systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
fuchini
Messages
11
Reaction score
0
Hello,

I'm currently studying second quantization. I need to prove [itex]<n^\prime| n>=\delta_{n^\prime n}[/itex] by mathematical induction in the number of particles representation. However I don't know how to do this proof having two natural numbers [itex]n[/itex] and [itex]n^\prime[/itex]. Must I prove it holds for [itex]<0|0>[/itex], [itex]<0|1>[/itex] and [itex]<1|1>[/itex]. Then assuming it holds true for [itex]<n^\prime|n>[/itex], prove it for [itex]<n^\prime|n+1>[/itex] and [itex]<n^\prime +1|n+1>[/itex]. Excuse me if this is an obvious question, please help me.

Thanks a lot.
 
Physics news on Phys.org
This seems to belong more to the homework section of this forum, but let me give some hints. In 2nd quantization you use creation and annihilation operators to build the many-particle Hilbert space in terms of the corresponding Fock space. For a single mode this space is spanned by your vectors [itex]|n \rangle[/itex]. By definition these states are normalized to 1 (suppose we work in a finite quantization volume with periodic boundary conditions leading to discrete momenta), i.e.,
[tex]\langle n | n \rangle=1.[/tex]
These states are built from the vacuum (ground) state, [itex]|\Omega[/itex] by successive application of creation operators,
[tex]|n \rangle=\frac{1}{\sqrt{n!}} (a^{\dagger})^{n} |\Omega \rangle.[/tex]
Now you can use the commutation or anti-commutation relations for the creation and annihilation operators to prove the orthonormality of the number states. To that end you have to express [itex]\langle n'|[/itex] with help of the above given forumula and then write down the corresponding expression
[tex]\langle n'|n \rangle=\langle \Omega|?|\Omega \rangle.[/tex]
The "?" indicate some annihilation and creation operators, which you successively bring into an order such as to use [itex]a |\Omega \rangle=0[/itex], using the (anti-)commutation relations for the creation and annihilation operators. This will prove the claim and can be done by induction.
 
Thanks a lot for answering.

I've done that but I'm still stuck. I forgot to mention this was for bosons so the commutation relation must hold [itex][a,a^\dagger]=1[/itex]. From it I got:
[tex]a(a^\dagger)^n=n(a^\dagger)^{n-1}+(a^\dagger)^n a[/tex]
I suppose the relation holds for [itex]\langle m | n \rangle[/itex] and I must prove it for [itex]\langle m | n+1 \rangle[/itex] and [itex]\langle m+1 | n \rangle[/itex]:
[tex]\langle m | n+1 \rangle=\frac{1}{\sqrt{m!(n+1)!}}\langle 0|a^m(a^\dagger)^{n+1}| 0 \rangle=\frac{1}{\sqrt{m!(n+1)!}}\langle 0|a^{m-1}a(a^\dagger)^{n+1}| 0 \rangle[/tex]
Using the above property and [itex]a|0\rangle=0[/itex]:
[tex]\langle m | n+1 \rangle=\sqrt{\frac{n+1}{m!n!}}\langle 0|a^{m-1}(a^\dagger)^n | 0 \rangle[/tex]
This is as far as I go. How can I use the [itex]\langle m | n \rangle[/itex] relation here?

Thanks again!