Mathlib Map

Theorems · Theorem · measure theory

HasSum.isProbabilityMeasure_sum_dirac

∀ {δ : Type u_3} {ι : Type u_4} {mδ : MeasurableSpace δ} {c : ι → ℝ} {d : ι → δ},
  (∀ (i : ι), 0 ≤ c i) →
    HasSum c 1 →
      MeasureTheory.IsProbabilityMeasure
        (MeasureTheory.Measure.sum fun i => ENNReal.ofReal (c i) • MeasureTheory.Measure.dirac (d i))
Defined in
Mathlib.MeasureTheory.Measure.Dirac
Cited by
0 results in Mathlib
Foundations
Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites14

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.