Connection between isolated eigenvalues and normalizable eigenstates

Click For Summary

Discussion Overview

The discussion revolves around the relationship between isolated eigenvalues of a Hamiltonian operator and the normalizability of their corresponding eigenstates. Participants explore theoretical implications, mathematical reasoning, and examples related to discrete and continuous spectra in quantum mechanics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that isolated eigenvalues correspond to normalizable eigenstates, while non-isolated eigenvalues lead to non-normalizable states, citing examples and seeking proofs.
  • One participant discusses the orthonormality of eigenstates of a Hermitian Hamiltonian, suggesting that if eigenvalues are continuous, normalizable states cannot exist.
  • Another participant questions the terminology used between "renormalization" and "normalization," indicating potential confusion in definitions.
  • A participant raises a concern about the convergence of eigenstates corresponding to a sequence of eigenvalues approaching an isolated eigenvalue, using a matrix example to illustrate the point.
  • Some participants discuss the implications of eigenstates being non-normalizable and whether this implies that the eigenstate is not isolated.
  • One participant introduces the spectral theorem and the decomposition of states into different parts of the spectrum, noting complexities in the continuous spectrum and the nature of eigenvalues.
  • Another participant expresses confusion over terminology and emphasizes the importance of definitions in the context of functional analysis.

Areas of Agreement / Disagreement

Participants express differing views on the implications of eigenvalue isolation and normalizability, with no clear consensus reached on the proofs or definitions discussed.

Contextual Notes

Participants highlight limitations in their arguments, such as the dependence on specific definitions and the need for rigorous mathematical proofs. Some discussions remain unresolved regarding the convergence of eigenstates and the implications of non-normalizability.

jostpuur
Messages
2,112
Reaction score
19
It seems to be true, that if some eigenvalue of a Hamilton's operator is an isolated eigenvalue (part of discrete spectrum, not of continuous spectrum), then the corresponding eigenstate is normalizable, and on the other hand, if some eigenvalue of a Hamilton's operator is not isolated, then the corresponding eigenstate is not normalizable (not a vector of a Hilbert space) (like plane waves).

This starts to become intuitively clear once one has seen sufficiently examples obeying this pattern, but I have never encountered any general proof for this. Anyone knowing something about the proof?
 
Physics news on Phys.org
orthonormality is automatic for different eigenstates of a (hermitian) Hamiltonian.

consider |m> and |n>
<m|H|n>=En<m|n>=Em<m|n>

so they must be orthonormal. Renormalizability is simply due to definition. We only consider renormalizable solutions to the problem.

We wish to show that if the eigenvalues are continuous, there cannot exist renormalizable states.

So suppose the spectrum is continuous and the states are renormalizable. The same proof applies and <m|n>=0 if Em≠En. However, if that is true, we can consider m such that the eigenvalue Em is only epsilon away from n. Since |m> and |n> are solutions to (a very similar) differential equations, they cannot possibly be orthonormal. I'm certain that you can change it into some more rigorous arguments based on analysis... but hey, we are talking about physics afterall.

Edit: Actually, a completely rigorous proof of this fact is easy. We can rewrite Schrödinger's eq using Green's function.

\psi_m=\int G_m(x)V(x)\psi_m(x-x&#039;)dx&#039;

and just rewrite <m|n>-<n|n> using the above, you'll find that in the limit E_m->E_n, it must go to 0 contradicting <m|n> always =0.
 
Last edited:
You are using the words "renormalization" and "normalization" synonymously? Is it ok? The word "renormalization" sounds like that it could be used to describe a process x\mapsto \frac{x}{\|x\|}, but I've thought that it is not supposed to be used like this, because it also means some other more complicated tasks.
 
Did I understand correctly, that basically you are saying, that if we had an eigenvalue E in a continuous part of a spectrum, such that eigenstates for E+\epsilon are members of the Hilbert space (in rigor sense), then we would get a contradiction

<br /> 0 \neq \|\psi_E\|^2 = \int\limits_{-\infty}^{\infty} dx\;\psi_E^*(x)\psi_E(x) = \lim_{\epsilon\to 0} \underbrace{\int\limits_{-\infty}^{\infty} dx\; \psi_E^*(x)\psi_{E+\epsilon}(x)}_{=0} = 0?<br />

There are some problems with this. If you choose a sequence E_k\to E, how do we know that the corresponding eigenstates \psi_{E_k} approach towards \psi_E?

For example, consider a matrix

<br /> A=\left(\begin{array}{ccccc}<br /> 0 &amp; 0 &amp; 0 &amp; 0 &amp; \cdots \\<br /> 0 &amp; \frac{1}{2} &amp; 0 &amp; 0 &amp; \cdots \\<br /> 0 &amp; 0 &amp; \frac{1}{3} &amp; 0 &amp; \cdots \\<br /> 0 &amp; 0 &amp; 0 &amp; \frac{1}{4} &amp; \cdots \\<br /> \vdots &amp; \vdots &amp; \vdots &amp; \vdots &amp; \ddots \\<br /> \end{array}\right)<br />

acting in L^2(\mathbb{N},\mathbb{C}). The eigenstates

<br /> \langle\psi_k| = (0,\delta_{2k}, \delta_{3k}, \ldots )<br />

corresponding to eigenvalues \frac{1}{k} with k=2,3,\ldots don't converge towards the eigenstate

<br /> \langle\psi_0| = (1,0,0,\ldots )<br />

corresponding to the eigenvalue 0, despite the fact that \frac{1}{k}\to 0.
 
jostpuur said:
if some eigenvalue of a Hamilton's operator is not isolated, then the corresponding eigenstate is not normalizable (not a vector of a Hilbert space)

jostpuur said:
consider a matrix

<br /> A=\left(\begin{array}{ccccc}<br /> 0 &amp; 0 &amp; 0 &amp; 0 &amp; \cdots \\<br /> 0 &amp; \frac{1}{2} &amp; 0 &amp; 0 &amp; \cdots \\<br /> 0 &amp; 0 &amp; \frac{1}{3} &amp; 0 &amp; \cdots \\<br /> 0 &amp; 0 &amp; 0 &amp; \frac{1}{4} &amp; \cdots \\<br /> \vdots &amp; \vdots &amp; \vdots &amp; \vdots &amp; \ddots \\<br /> \end{array}\right)<br />

acting in L^2(\mathbb{N},\mathbb{C}).

...
...

the eigenstate

<br /> \langle\psi_0| = (1,0,0,\ldots )<br />

corresponding to the eigenvalue 0, despite the fact that \frac{1}{k}\to 0.

:rolleyes: :biggrin:

It could be that the original hypothesis needs some tweaking.
 
tim_lou said:
However, if that is true, we can consider m such that the eigenvalue Em is only epsilon away from n. Since |m> and |n> are solutions to (a very similar) differential equations, they cannot possibly be orthonormal.

I missed this argument at the first glance (because I was being confused with the renormalization terminology). If functions satisfy approximately the same DE then they should be approximately the same.

This idea aims for the proof of the fact that eigenvalues of normalizable eigenstates are isolated. What about the converse. If an eigenstate is not normalizable, does it imply that the eigenstate is not isolated?
 
Last edited:
Let T be a self-adjoint operator acting on a Hilbert space, and let \psi be a vector. Combining the spectral theorem with the Lebesgue decomposition theorem, \psi can be (uniquely) written as a sum of three orthogonal states \psi_1, \psi_2, and \psi_3 such that:

\psi_1 is in the absolutely continuous part; that is, expectation values of functions of T are given by
\langle \psi_1 \mid f(T) \mid \psi_1 \rangle = \int_{-\infty}^{+\infty} f(\lambda) g_\psi(\lambda) \, d\psi
for some function g_\psi. (I assume you can go from here to define wavefunctions)

\psi_3 is in the 'discrete' part; that is, it is a (possibly infinite) linear combination of eigenvectors* of T.

\psi_2 is in the singular continuous part. This part is yucky. (Though wikipedia claims it's supposed to consist only of physically impossible states...)


Some things to be aware of:
There is no reason why any of the three parts of the spectrum should be disjoint; e.g. you can have an eigenvalue* lying in the continuous spectrum.

The discrete spectrum doesn't necessarily consist of isolated points; I believe any countable set of points can occur.

The singular continuous spectrum part is yucky. Heuristically, it's smeared out so that you don't have eigenvalues, but it's too concentrated to be expressed as an ordinary integral.


*: An eigenvector is, by definition, a vector (with additional properties). e.g. a plane wave is not a vector, because it's not an element of your Hilbert space, and so it cannot be an eigenvector in the strictest sense. (Of course, it can be in a suitably generalized sense)
 
Sorry about the confusing terminology... after going through a class on QFT I almost forgot that the word "normalization" exists. It's always renormalization... renormalization... and renormalization. I don't know too much about functional analysis, so the best argument I can give is the above based on usual calculus. The fact that
|\psi_E-\psi_{E_k}|_\infty\rightarrow 0
i think can be derived from:
|\psi_E - \psi_{E_k}|=\left|\int G_E V\psi_E dx&#039; -\int G_{E_k}V\psi_{E_k}dx&#039;\right|

V(x) might need to have some nice behavior though.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K