2

In QM, we use tensor products to construct the vector space of the states of a multi-particle system - but that construction doesn’t seem to have a counterpart in classical mechanics. In QM, it seems to be required to be able to represent entangled states.

Is it considered a “postulate” about how to represent the states of multi-particle systems in QM? Is it correct that it does not have an equivalent in classical mechanics, where we are content to use direct sums of vector spaces?

Qmechanic
  • 220,844
Zeus
  • 3,543

3 Answers3

3

Yes, this is one of the postulates of quantum mechanics. For example, see section 2.2 of Nielsen and Chuang, Quantum Information and Quantum Computation, where this is postulate 4.

The tensor product postulate isn't at all incompatible with classical mechanics. Consider two particles on $\mathbb{R}^3$. In quantum mechanics, the state space for both is $$\mathcal{H} = L^2(\mathbb{R}^3) \otimes L^2(\mathbb{R}^3) \cong L^2(\mathbb{R}^6).$$ When we take the classical limit, the Hilbert space $L^2(\mathbb{R}^n)$ gives the configuration space $\mathbb{R}^n$, and $$\mathbb{R}^3 \oplus \mathbb{R}^3 = \mathbb{R}^6.$$ That is, the rule for combining configuration spaces in classical mechanics is just a limit of the quantum rule, it isn't chosen independently.

knzhou
  • 107,105
1

I think that the use of the tensor product vector space generated by the tensor product of state vector spaces of subsystems is a distinct postulate added to the other postulates of QM.

PS: For example, I have found it as a distinct postulate in: Valter Moretti, Mathematical Foundations of Quantum Mechanics: An Advanced Short Course, 2016. The author also participates in physics stackexchange.

PPS: I have found some related question here. However, whether the answer asserts that this is a postulate, seems not to be clear.

freecharly
  • 18,177
0

The basic postulate is this: the description of a system is the set of probability amplitudes for each possible result of measurement of the system.

If a classical system consists of two subcomponents, each of which can admit N possible results of measurements, then we can describe the system with 2N values.

On the other hand, if a quantum system consists of two subcomponents, each of which can admit N possible results of measurements, then we need N x N values, one for each possible combination of single system outcomes.

Imagine a system composed of two distinguishable balls each of which are red, green, or blue. We could, for instance, specify the state vector of one ball as these probability amplitudes:

Red = 0.70

Green = 0.57

Blue = 0.41

so that the probabilities (the squared probability amplitudes) of each color are red, 0.5; green, 0.33; blue, 0.17.

For the two ball system, the classical description would simply consist of three amplitudes for each ball.

But in QM, in order to specify the state of the two ball system we would need to specify a value for each of the 3 x 3 = 9 combinations of outcomes, for example:

red, red = 0.33

green, green = 0.33

blue, blue = 0.33

red, green = 0.33

green, red = 0.33

red, blue = 0.33

blue, red = 0.33

green, blue = 0.33

blue, green = 0.33