Mathlib Map

Theorems · Definition · probability

MeasureTheory.inducedFamily

{X : ℕ → Type u_1} →
  [inst : (n : ℕ) → MeasurableSpace (X n)] →
    ((n : ℕ) → MeasureTheory.Measure ((i : ↥(Finset.Iic n)) → X ↑i)) →
      (S : Finset ℕ) → MeasureTheory.Measure ((k : ↥S) → X ↑k)

Given a family of measures μ : (n : ℕ) → Measure (Π i : Iic n, X i), we can define a family of measures indexed by Finset ℕ by projecting the measures.

Defined in
Mathlib.Probability.Kernel.IonescuTulcea.Traj
Cited by
5 results in Mathlib
Foundations
Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpace

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 by5

Results whose statement or proof uses this declaration.