Quantum notions of information and entropy.
The Coherent Information of a state ρ pasing through a channel Λ is the negative conditional entropy of the image under Λ of the purification of ρ.
Equations
- coherentInfo ρ Λ = -qConditionalEnt ((Λ⊗CPTPMap.id) (MState.pure ρ.purify))
Instances For
The quantum relative entropy S(ρ‖σ) = Tr[ρ (log ρ - log σ)].
Equations
- 𝐃(ρ‖σ) = if LinearMap.ker (Matrix.toLin' ↑σ.toSubtype) ≤ LinearMap.ker (Matrix.toLin' ↑ρ.toSubtype) then some ⟨(↑ρ).inner ((↑ρ).log - (↑σ).log), ⋯⟩ else ⊤
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Quantum relative entropy as Tr[ρ (log ρ - log σ)]
when supports are correct.
The quantum relative entropy is unchanged by MState.relabel
The Sandwiched Renyi Relative Entropy, defined with ln (nits). Note that at α = 1
this definition
switch to the standard Relative Entropy, for continuity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Quantum relative entropy when σ has full rank
Joint convexity of Quantum relative entropy. We can't state this with ConvexOn
because that requires
an AddCommMonoid
, which MState
s are not. Instead we state it with Mixable
.
TODO:
- Add the
Mixable
instance that infers from theCoe
so that the right hand side can be written asp [qRelativeEnt ρ₁ σ₁ ↔ qRelativeEnt ρ₂ σ₂]
- Define (joint) convexity as its own thing - a
ConvexOn
forMixable
types. - Maybe, more broadly, find a way to make
ConvexOn
work with the subset ofMatrix
that corresponds toMState
.
von Neumman entropy is at most log d.
von Neumman entropy of pure states is zero.
von Neumann entropy is unchanged under SWAP. TODO: All unitaries
von Neumman entropies of the left- and right- partial trace of pure states are equal.
Weak monotonicity of quantum conditional entropy. S(A|B) + S(A|C) ≥ 0
The Sandwiched Renyi Relative entropy is additive when the inputs are product states
Quantum conditional entropy is symmetric for pure states.
Quantum mutual information is symmetric.
I(A:B) = S(AB‖ρᴬ⊗ρᴮ)
"Ordinary" subadditivity of von Neumann entropy
Araki-Lieb triangle inequality on von Neumann entropy
Strong subadditivity on a tripartite system
Strong subadditivity, stated in terms of conditional entropies. Also called the data processing inequality. H(A|BC) ≤ H(A|B).
Strong subadditivity, stated in terms of quantum mutual information. I(A;BC) ≥ I(A;B).
The quantum conditional mutual information QCMI
is nonnegative.
The quantum conditional mutual information QCMI ρABC
is at most 2 log dA.
The quantum conditional mutual information QCMI ρABC
is at most 2 log dC.
The chain rule for quantum conditional mutual information:
I(A₁A₂ : C | B) = I(A₁:C|B) + I(A₂:C|BA₁)
.