2

I just read this argument in this paper (PDF).

It suggests that, from variational principles, you can show that you can always lower the energy of a state by making the phase constant, thus resulting in a ground state that must have no phase change. I know this to be true for 1D systems (ground state is always real), but I'm not so convinced for the general $N$-dimensional case, though that's what the paper says as it uses the nabla for spatial derivatives.

My problem with their argument is that they split the trial wavefunction as

$$ \psi = f(\mathbf{r})e^{i\chi(\mathbf{r})} $$

but even if you send $\chi$ to zero, what proof do we have that an $f$ that, alone, solves the Schrödinger equation always exists? Is that a separate theorem? It doesn't seem trivial to me.

Emilio Pisanty
  • 137,480
Okarin
  • 501

2 Answers2

3

They're not assuming that $\psi$ is a solution of the Schrödinger equation. What they are doing is, given an arbitrary wavefunction $\psi$, calculating its energy expectation value $\langle \psi | H | \psi \rangle$, and seeing how they can tweak $\psi$ to make this lower. Crucially, by "energy" they mean this mean value, and not the eigenvalue (which obviously doesn't make sense if your function is not an eigenfunction).

Now, the ground state wavefunction is the one that actually minimizes $\langle H \rangle$: what they're doing here is showing that given any wavefunction you can always make its mean energy $\langle H \rangle$ lower by removing the phase, so that the ground state wavefunction (which has the lowest mean energy of them all) must have constant phase.

Javier
  • 28,811
-1

I found a possible answer in this Chemistry SE answer. Apparently Courant demonstrated a theorem guaranteeing that the $n$-th eigenstate of the Schroedinger equation (really, of a broader class of differential equations with the same properties) always has a number of nodes $\leq n-1$. This inequality becomes equality only in the 1-D case; however, I think it is sufficient to answer my question, since the ground state has $n=1$ and thus must possess no nodes, which implies a constant phase across all space (if we take $f$ positive by construction).

Okarin
  • 501