Theorems · Theorem · probability
MeasureTheory.isProjectiveMeasureFamily_inducedFamily
∀ {X : ℕ → Type u_1} [inst : (n : ℕ) → MeasurableSpace (X n)]
(μ : (n : ℕ) → MeasureTheory.Measure ((i : ↥(Finset.Iic n)) → X ↑i)),
(∀ (a b : ℕ) (hab : a ≤ b), MeasureTheory.Measure.map (Preorder.frestrictLe₂ hab) (μ b) = μ a) →
MeasureTheory.IsProjectiveMeasureFamily (MeasureTheory.inducedFamily μ)Given a family of measures μ : (n : ℕ) → Measure (Π i : Iic n, X i), the induced family
will be projective only if μ is projective, in the sense that if a ≤ b, then projecting
μ b gives μ a.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- Finset.supproof · cited by 530
- Finset.Iicstatement and proof · cited by 280
- MeasureTheory.Measure.map_mapproof · cited by 67
- Finset.restrict₂proof · cited by 44
- MeasureTheory.IsProjectiveMeasureFamilystatement · cited by 27
- Finset.sup_monoproof · cited by 25
- Preorder.frestrictLe₂statement and proof · cited by 23
- Finset.measurable_restrict₂proof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.isProjectiveMeasureFamily_partialTrajproof · cited by 5