Physlib

QuantumInfo.Finite.Distance.TraceDistance

5 declarations

definition

Trace distance between quantum states ρ\rho and σ\sigma

Given two quantum mixed states ρ\rho and σ\sigma of dimension dd, the trace distance is defined as D(ρ,σ)=12ρσtrD(\rho, \sigma) = \frac{1}{2} \| \rho - \sigma \|_{\text{tr}} where tr\| \cdot \|_{\text{tr}} denotes the trace norm (the sum of the singular values) of the difference between the matrix representations of the two states.

theorem

0D(ρ,σ)0 \leq D(\rho, \sigma)

For any quantum mixed states ρ\rho and σ\sigma of dimension dd, the trace distance D(ρ,σ)D(\rho, \sigma) is non-negative, i.e., 0D(ρ,σ)0 \leq D(\rho, \sigma).

theorem

TrDistance(ρ,σ)1\text{TrDistance}(\rho, \sigma) \leq 1

Let ρ\rho and σ\sigma be quantum mixed states of finite dimension dd. The trace distance between them, denoted as TrDistance(ρ,σ)\text{TrDistance}(\rho, \sigma), is less than or equal to 11.

definition

Trace distance as a probability D(ρ,σ)[0,1]D(\rho, \sigma) \in [0, 1]

Given two mixed states ρ\rho and σ\sigma in a dd-dimensional Hilbert space, the trace distance D(ρ,σ)D(\rho, \sigma) is defined as a probability value in the interval [0,1][0, 1]. It is constructed using the real-valued trace distance TrDistance(ρ,σ)\text{TrDistance}(\rho, \sigma), constrained by the proofs that 0TrDistance(ρ,σ)0 \le \text{TrDistance}(\rho, \sigma) and TrDistance(ρ,σ)1\text{TrDistance}(\rho, \sigma) \le 1.

theorem

Symmetry of Trace Distance: D(ρ,σ)=D(σ,ρ)D(\rho, \sigma) = D(\sigma, \rho)

For any two quantum mixed states ρ\rho and σ\sigma of finite dimension dd, the trace distance between them is symmetric, meaning D(ρ,σ)=D(σ,ρ)D(\rho, \sigma) = D(\sigma, \rho), where DD denotes the `TrDistance` function.