1

I understand that an measurement operator always returns its eigenvalues, with a probability. I also understand that it is a postulate of QM, so why can't prove it Why is the measured value of some observable $A$, always an eigenvalue of the corresponding operator?

However, I would like to see that an operator in a random state returning its eigenvalue in action. So I turned to the Hadamard gate, do an spectral decomposition, hoping that by doing a projection measurement to the eigenbases, I can somehow get its eigenvalues back. But I cannot seem to do it. Below is how I worked

We know that $H^\dagger H=1 $, so it satisfies the completeness requirement

Eigenvectors and value:

  • $[1+\sqrt2, 1], \lambda=1$
  • $[1-\sqrt2, 1], \lambda=-1$

Spectral decomposition: $$H=\begin{bmatrix} \frac{1+\sqrt{2}}{\sqrt{4+2\sqrt{2}}} & \frac{1-\sqrt{2}}{\sqrt{4-2\sqrt{2}}}\\\\ \frac{1}{\sqrt{4+2\sqrt{2}}} & \frac{1}{\sqrt{4-2\sqrt{2}}} \end{bmatrix} \begin{bmatrix} 1 & 0\\\\ 0 & -1 \end{bmatrix} \begin{bmatrix} \frac{1+\sqrt{2}}{\sqrt{4+2\sqrt{2}}} & \frac{1-\sqrt{2}}{\sqrt{4-2\sqrt{2}}}\\\\ \frac{1}{\sqrt{4+2\sqrt{2}}} & \frac{1}{\sqrt{4-2\sqrt{2}}} \end{bmatrix} ^T$$

Now when measuring state $[\alpha, \beta]$ there are two possible outcomes, 1 and -1

$p(1)=\begin{bmatrix} \alpha& \beta \end{bmatrix}\begin{bmatrix} \frac{1+\sqrt{2}}{\sqrt{4+2\sqrt{2}}}\\\\ \frac{1}{\sqrt{4+2\sqrt{2}}} \end{bmatrix}\begin{bmatrix} \frac{1+\sqrt{2}}{\sqrt{4+2\sqrt{2}}}& \frac{1}{\sqrt{4+2\sqrt{2}}} \end{bmatrix} \begin{bmatrix} \alpha\\\\ \beta \end{bmatrix}$

And now I don't know what to do next? All I can get is a probability, but not the eigenvector

Mozibur Ullah
  • 14,713
Minh Triet
  • 119
  • 4

2 Answers2

2

I also understand that it is a postulate of QM, so why can't prove it?

You appear to be confused between the philosophical distinction between a postulate and a proposition. A postulate is asserted without proof simply because there must be certain things that we must begin from. Descartes called them clear and distinct ideas. What he means by this is that they must be as clear as possible.

A proposition is a question about the field written in the language peculiar to that field. It is proven when it can be derived from the postulates.

We cannot prove the postulates of QM because tautologically they are asserted without proof. What we can demonstraye is that they are useful postulates yo take by showing that the consequences derived from them hold experimentally. One might say this is proof.

More formally, we can derive the postulates if we have a deeper theory. At present, such a thoery is out of reach.

Mozibur Ullah
  • 14,713
1

The theory of quantum mechanics, at its minimum, does not describe the process of measurement. It only says that before a measure, the system is in a state described by a vector in Hilbert space, that the measure itself is modelled by an orthonormal basis in this Hilbert space together a list of numbers (one number for each vector in the basis, so you can think of the whole as a hermitian operator, but you don't have to), and that after the measure has been performed, the system is in a state described by some vector of the basis, and the result of the measure is the corresponding number.

Quantum mechanics does not tell you anything but probabilities. So, when you say

I don't know what to do next? All I can get is a probability, but not the eigenvector

then you got everything right. Quantum mechanics doesn't tell you anything more than that.

There are some theories that intend to describe what happens in the measurement process, but this is something else (and I am not competent to tell you much about it).

Plop
  • 642
  • 3
  • 13