Mathlib Map

Theorems · Theorem · information theory

InformationTheory.toReal_klDiv_smul_left

∀ {α : Type u_1} {mα : MeasurableSpace α} {μ ν : MeasureTheory.Measure α} [MeasureTheory.IsFiniteMeasure μ]
  [MeasureTheory.IsFiniteMeasure ν],
  μ.AbsolutelyContinuous ν →
    MeasureTheory.Integrable (MeasureTheory.llr μ ν) μ →
      ∀ (c : NNReal),
        (InformationTheory.klDiv (c • μ) ν).toReal =
          ↑c * (InformationTheory.klDiv μ ν).toReal + (1 - ↑c) * ν.real Set.univ + ↑c * Real.log ↑c * μ.real Set.univ
Defined in
Mathlib.InformationTheory.KullbackLeibler.Basic
Cited by
1 results in Mathlib
Foundations
Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasureTheory.IsFiniteMeasureMeasureTheory.IsFiniteMeasure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites41

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.