Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.Measure.pi

{ι : Type u_4} →
  {α : ι → Type u_5} →
    [Fintype ι] →
      [inst : (i : ι) → MeasurableSpace (α i)] →
        ((i : ι) → MeasureTheory.Measure (α i)) → MeasureTheory.Measure ((i : ι) → α i)

Measure.pi μ is the finite product of the measures {μ i | i : ι}. It is defined to be measure corresponding to MeasureTheory.OuterMeasure.pi.

Defined in
Mathlib.MeasureTheory.Constructions.Pi
Cited by
130 results in Mathlib
Foundations
Depth 193 from the axioms, rests on 4,730 definitions · uses propext, Classical.choice, Quot.sound
Assumes
FintypeMeasurableSpace

Around this declaration

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

Cites3

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

Cited by136

Results whose statement or proof uses this declaration.