Mathlib Map

Theorems · Definition · probability

MeasureTheory.Measure.toPMF

{α : Type u_1} →
  [Countable α] →
    [inst : MeasurableSpace α] →
      [MeasurableSingletonClass α] → (μ : MeasureTheory.Measure α) → [h : MeasureTheory.IsProbabilityMeasure μ] → PMF α

Given that α is a countable, measurable space with all singleton sets measurable, we can convert any probability measure into a PMF, where the mass of a point is the measure of the singleton set under the original measure.

Defined in
Mathlib.Probability.ProbabilityMassFunction.Basic
Cited by
6 results in Mathlib
Foundations
Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CountableMeasurableSpaceMeasurableSingletonClassMeasureTheory.IsProbabilityMeasure

Around this declaration

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

Cites7

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

Cited by6

Results whose statement or proof uses this declaration.