46

The density matrix $\hat{\rho}$ is often introduced in textbooks as a mathematical convenience that allows us to describe quantum systems in which there is some level of missing information.

$\hat{\rho} = \sum_{i=1}^N c_i \rvert\psi_i\rangle \langle \psi_i \rvert$

I have two questions regarding density matrices.

First, it is clear that a generic pure state $\rvert \psi \rangle$ belongs to some Hilbert space $\mathcal{H}$. But what mathematical space do density matrices belong to? It is clear that the expression $\hat{\rho} \in \mathcal{H}$ is incorrect, as a mixed state cannot possibly be described in terms of a state in a Hilbert space. Can we think of the space of all possible density matrices (of a given dimension) as a metric space? Does this space have the topological properties of a manifold?

Secondly, can the density matrix be considered 'physical'? For example, if we take a single photon described in the Fock basis (neglecting polarization), can the fundamental description of that photon ever be the completely mixed state $\frac{1}{2}(\rvert 0 \rangle \langle 0 \rvert+\rvert 1 \rangle \langle 1 \rvert)$? Or is this only a reflection of some ignorance on the part of the experimentalist, and in reality the photon must be described by a pure state?

5 Answers5

44

A mixed state is mathematically represented by a bounded, positive trace-class operator with unit trace $\rho : \cal H \to \cal H$. Here $\cal H$ denotes the complex Hilbert space of the system (it may be nonseparable). The set of mixed states $S(\cal H)$ is a convex body in the complex linear space of trace class operators $B_1(\cal H)$ which is a two-side $*$-ideal of the $C^*$-algebra of bounded operators $B(\cal H)$.

Convex means that if $\rho_1,\rho_2 \in S(\cal H)$ then a convex combination of them, i.e. $p\rho_1 + q\rho_2$ if $p,q\in [0,1]$ with $p+q=1$, satisfies $p\rho_1 + q\rho_2 \in S(\cal H)$.

two-side $*$-ideal means that linear combinations of elements of $B_1(\cal H)$ belong to that space (the set is a subspace), the adjoint of an element of $B_1(\cal H)$ stays in that space as well and $AB, BA \in B_1(\cal H)$ if $A\in B_1(\cal H)$ and $B \in B(\cal H)$.

I stress that, instead, the subset of states $S(\cal H)\subset B_1(\cal H)$ is not a vector space since only convex combinations are allowed therein.

The extremal elements of $S(\cal H)$, namely the elements which cannot be decomposed as a nontrivial convex combinations of other elements, are all of the pure states. They are of the form $|\psi \rangle \langle \psi|$ for some unit vector of $\cal H$. (Notice that, since phases are physically irrelevant the operators $|\psi \rangle \langle \psi|$ biunivocally determine the pure states, i.e. $|\psi\rangle$ up to a phase.)

The space $B_1(\cal H)$ and thus the set $S(\cal H)$ admits at least three relevant normed topologies induced by corresponding norms. One is the standard operator norm $||T||= \sup_{||x||=1}||Tx||$ and the remaining ones are: $$||T||_1 = || \sqrt{T^*T} ||\qquad \mbox{the trace norm}$$ $$||T||_2 = \sqrt{||T^*T||} \qquad \mbox{the Hilbert-Schmidt norm}\:.$$ It is possible to prove that: $$||T|| \leq ||T||_2 \leq ||T||_1 \quad \mbox{if $T\in B_1(\cal H)$.}$$ Moreover, it turns out that $B_1(\cal H)$ is a Banach space with respect to $||\cdot||_1$ (it is not closed with respect the other two topologies, in particular, the closure with respect to $||\cdot||$ coincides to the ideal of compact operators $B_\infty(\cal H)$).

$S(\cal H)$ is closed with respect to $||\cdot ||_1$ and, more strongly, it is a complete metric space with respect to the distance $d_1(\rho,\rho'):= ||\rho-\rho'||_1$. When $dim(\cal H)$ is finite the three topologies coincide (though the norms do not), as a general result on finite dimensional Banach spaces.

Concerning your last question, there are many viewpoints. My opinion is that a density matrix is physical exactly as pure states are. It is disputable whether or not a mixed state encompasses a sort of physical ignorance, since there is no way to distinguish between "classical probability" and "quantum probability" in a quantum mixture as soon as the mixture is created. See my question Classical and quantum probabilities in density matrices and, in particular Luboš Motl's answer. See also my answer to Why is the application of probability in QM fundamentally different from application of probability in other areas?

ADDENDUM. In finite dimension, barring the trivial case $dim({\cal H})=2$ where the structure of the space of the states is pictured by the Poincaré-Bloch ball as a manifold with boundary, $S(\cal H)$ has a structure which generalizes that of a manifold with boundary. A stratified space. Roughly speaking, it is not a manifold but is the union of (Riemannian) manifolds with different dimension (depending on the range of the operators) and the intersections are not smooth. When the dimension of $\cal H$ is infinite, one should deal with the notion of infinite dimensional manifold and things become much more complicated.

  • 1
    Thank you for your clear and informative response. I have been reading over it and the links you suggested with great interest. – Daniel Hogg Jun 23 '14 at 16:23
  • Is there any specific reason why density operators must be bounded? –  Dec 28 '19 at 02:28
  • Well, the notion of trace is only well-defined for (some) bounded oprators. – Valter Moretti Dec 28 '19 at 07:32
  • @ValterMoretti I see. Well, then I suppose my question is why quantum states (density operators) necessarily have well-defined traces? Is it a physical/experimental observation or merely a mathematical idealization to simplify the math to model quantum systems? (I guess a possible answer is that the sum of probabilities $p_k$ must add up to a finite value i.e. 1). BTW a google search returns some results for "unbounded density operator". –  Dec 28 '19 at 12:22
  • 1
    @S.D. In the standard approach to quantum theory states are probability measures on the lattice of orthogonal projectors on the Hilbert space of the system. Gleason's theorem proves that those measures are exactly the positive trace-class unit-trace operators. – Valter Moretti Dec 28 '19 at 17:26
  • 1
    The only other approach is the algebraic one where states are normalized positive functionals on the C*-algebra of observables. In finite dimension the to approaches coincide, in infinite dimentions the second is more general and therein there are states that are not represented by statistical operators (the non-normal states). – Valter Moretti Dec 28 '19 at 17:30
  • @ValterMoretti Thanks! Could you please provide me a reference (or references) from where I can learn these two approaches that you mention? –  Dec 28 '19 at 17:39
  • I discuss the two approaches in my last book "fundamental mathematical structures in quantum theory".... – Valter Moretti Dec 28 '19 at 19:59
  • Dear Valter, I have a question: IIRC, the set of density operators is (for an infinite-dimensional Hilbert space) compact in the corresponding weak-* topology (ultraweak topology), which I think follows from the Banach-Alaoglu theorem. However, I cannot find a suitable source. Do you happen to know some? Thanks in advance. BTW: Great answer, helped me a lot some time ago. – Tobias Fünke Oct 07 '23 at 21:06
  • 1
    Dear Tobias, I suggest to have a look at Busch’s (and coauthors) book on quantum measurement, 2nd edition. – Valter Moretti Oct 08 '23 at 02:46
  • Hi, thanks for the reference. Unfortunately I could not find the relevant passage -- I hope I did not overlook it. I actually found a reference: Theory of Quantum Information with Memory. M. H. Chang, section 2.4; but I could not follow the proof. I have tried to prove it myself, but I got stuck with a sub-proof. If you are interested and have time, I'd highly appreciate if you could have a look here; sorry in advance if this is a trivial point I miss. – Tobias Fünke Oct 09 '23 at 15:21
  • The only problem I see with your statement is that the ultraweak topology is on $B(H)$ and not on the space of trace class operators. Could you write very clearly the statement ? – Valter Moretti Oct 09 '23 at 15:36
  • @ValterMoretti I used (or at least tried to) the notion introduced e.g. in this thread. The same is used in a paper by Lieb: Density Functionals for Coulomb Systems, 1983, proof of remark after theorem 3.3. He writes (I will paraphrase the words): The dual of compact operators is the trace class operators and a $\gamma$ trace-class takes a compact $A$ to $\mathrm{Tr}\gamma A$, and a sequence $\gamma_n$ of trace-class op. converges in the $w^*$-top. iff $\mathrm{Tr}_n\gamma A \to \mathrm{Tr}\gamma A$ for all $A$. – Tobias Fünke Oct 09 '23 at 16:13
  • As you can read, the assertion in my math SE question is indeed false and someone gave a nice counter example. But if I understood you correctly, you say that one can make sense of weak*-compactness of the set of density matrices if properly stated/modified? Sorry to have bothered you with this; it seems I am still confused about all the different topologies etc. involved. – Tobias Fünke Oct 09 '23 at 18:24
  • No, I simply misunderstood you. You are considering a certain weak * topology on the set of the mixed states. You called it also ultraweak topology, but the ultraweak topology is not the same topology, it is a certain weak* topology on $B(H)$ and not on the set of mixed the states. – Valter Moretti Oct 09 '23 at 19:26
  • @ValterMoretti Ah, I see --sorry for the confusion. I've now formulated a question, since the confusion won't end. Thanks again so far for your help. – Tobias Fünke Oct 09 '23 at 20:32
11

But what mathematical space do density matrices belong to? It is clear that the expression $\hat{ρ}\in\mathcal{H}$ is incorrect, as a mixed state cannot possibly be described in terms of a state in a Hilbert space.

A bounded linear operator on $\mathcal{H}$ is of trace class iff it has finite trace independent of choice of basis (cf. also nuclear operator). A density matrix is a trace class positive linear operator $\rho:\mathcal{H}\to\mathcal{H}$ with trace $1$. I will assume that $\mathcal{H}$ is separable.

The eigenfunction decomposition theorem (Hilbert-Schmidt theorem) implies that it has the form $\rho = \sum_k p_k|\psi_k\rangle\langle\psi_k|$, where $p_k>0$ are the nonzero eigenvalues and $\sum_k p_k = 1$, so in that sense can be described in terms of the pure states in Hilbert space. Actually, we could even define the terminology like so: a density matrix is a "state", and in the particular case that it is a projection operator to a linear subspace of $\mathcal{H}$, it is a "pure state". So we can equivalently consider pure states as special cases of density matrices, rather than the usual way of considering density matrices a generalization of pure states.

Can we think of the space of all possible density matrices (of a given dimension) as a metric space?

Yes, in fact they form a normed vector space with the trace norm / nuclear norm. Moreover, there's a closely related notion of Hilbert-Schmidt operators that form a Hilbert space via the trace inner product.

Does this space have the topological properties of a manifold?

I don't know of interesting results along those lines for density matrices, but I think I've seen a subclass of Hilbert-Schmidt operators being given a Riemannian manifold structure based on the trace inner product, but I'm not aware of the details.

Secondly, can the density matrix be considered 'physical'? For example, if we take a single photon described in the Fock basis (neglecting polarization), can the fundamental description of that photon ever be the completely mixed state... Or is this only a reflection of some ignorance on the part of the experimentalist, and in reality the photon must be described by a pure state?

A density matrix is a reflection of ignorance. I don't think this makes it 'unphysical'. Whether they're 'non-fundamental' depends on what you mean by 'fundamental', esp. in light of the fact that we can consider pure states as just special cases of density matrices.

Stan Liou
  • 7,646
  • 1
    In what way do the density matrices form a vector space? As far as I know they only form a convex subset? – NDewolf Nov 07 '19 at 15:46
10

I'd just like to add a point about the last question:

Secondly, can the density matrix be considered 'physical'? For example, if we take a single photon described in the Fock basis (neglecting polarization), can the fundamental description of that photon ever be the completely mixed state $\frac{1}{2}(\lvert 0\rangle \langle 0 \lvert + \lvert1\rangle \langle 1 \lvert)$? Or is this only a reflection of some ignorance on the part of the experimentalist, and in reality the photon must be described by a pure state?

If one assumes that the photon is not correlated with any other system, then a mixed state can only arise as a consequence of experimental ignorance. However, there are many situations in which a mixed state unavoidably arises due to the fundamental quantum uncertainty. In particular, if the photon (or any quantum system) is entangled with another system, then the state of the photon alone is necessarily mixed. For example, consider a pair of light modes in the state $$ \lvert \psi\rangle = \frac{1}{\sqrt{2}}\left ( \lvert 0 \rangle \lvert 0 \rangle + \lvert 1 \rangle \lvert 1 \rangle \right ), $$ If you can only make measurements on one of the modes, then your outcomes will be equivalent to those obtained from the mixed state $$\rho = \frac{1}{2}(\lvert 0\rangle \langle 0 \lvert + \lvert1\rangle \langle 1 \lvert)$$ which gives totally random outcomes. The fluctuations in the measurement results come from the fact that the global system has been prepared in a pure quantum state $\psi$ which does not have a definite number of photons in either mode individually. This uncertainty is an unavoidable quantum effect and occurs even when the observer has the maximum possible information about the individual mode in question. In this sense the density matrix is a more complete description of physical systems than pure states alone.

When the observer has access to both modes then it is possible to devise measurements which have definite outcomes, since the global system is in a pure state. For example, a measurement which checks whether both modes always have the same number of photons in each individual experimental run will always yield the answer "yes" with 100% certainty.

5

Nobody seems to have answered directly one of the question so: $\rho$ lives in ${\cal H}\otimes {\cal H}^*$, with ${\cal H}^*$ the dual of ${\cal H}$.

Alternatively, if kets live in ${\cal H}$ then bras live in ${\cal H}^*$ so that $\rho$ is an object that contains linear combinations of the form $\vert \psi_j\rangle\langle \phi_k\vert$; typically $\vert \psi_j\rangle \in {\cal H}$ and $\langle \phi_k\vert\in {\cal H}^*$.

Not every linear combination of the type $\vert \psi_j\rangle\langle \phi_k\vert$ can enter in $\rho$ so $\rho$ describes a physical state. In a fixed orthonormal basis, the diagonal entries of $\rho$ are classical probabilities and so must be real non-negative and sum to $1$, while $\rho$ itself must be hermitian.

ZeroTheHero
  • 45,515
3

The density matrix is an operator that picks up ''classical indetermination'', I mean, indetermination coming from the experiment. For example, you may have a population of spin $\frac 1 2$ particles, and you know that a half of this population is in state $S_Z = \frac 1 2$ and the other half is in $S_z = -\frac{1}{2}$. The corresponding $\hat{\rho}$ is $$\hat{\rho} = \frac 1 2 (|+\rangle\langle+| +|-\rangle\langle-|) $$ This not means that the state of each particle is $$|\psi\rangle = \frac{1}{\sqrt{2}}(|+\rangle + |-\rangle)$$ This indetermination is not a quantum indetermination, because you know that a particle is in $\frac 1 2$ state or $\frac 1 2$ . That's why density matrix is useful: it includes effects of 'classical' indetermination. The density matrix is not a 'genuine' operator since its temporal evolution doesn't follow Heisenberg equation. It satisfies Von Neumann's equation.

In your example, the density operator represents that with 50% of probability, there are 0 photons (that is, the system is in the ground state $|0\rangle$) or 1 photon (state $|1\rangle$). This means that one of the states $|0\rangle$ or $|1\rangle$ has been prepared before the experiment.

Alvaro
  • 75