Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.piContent

{ι : Type u_1} →
  {X : ι → Type u_2} →
    {mX : (i : ι) → MeasurableSpace (X i)} →
      (μ : (i : ι) → MeasureTheory.Measure (X i)) →
        [hμ : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] →
          MeasureTheory.AddContent ENNReal (MeasureTheory.measurableCylinders X)

Consider a family of probability measures. You can take their products for any finite subfamily. This gives an additive content on the measurable cylinders.

Defined in
Mathlib.Probability.ProductMeasure
Cited by
8 results in Mathlib
Foundations
Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasureTheory.IsProbabilityMeasure

Around this declaration

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

Cites8

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

Cited by9

Results whose statement or proof uses this declaration.