Theorems · Theorem · measure theory
MeasureTheory.isProbabilityMeasure_comap
∀ {α : Type u_1} {β : Type u_2} {m0 : MeasurableSpace α} [inst : MeasurableSpace β] {μ : MeasureTheory.Measure α}
[MeasureTheory.IsProbabilityMeasure μ] {f : β → α},
Function.Injective f →
(∀ᵐ (a : α) ∂μ, a ∈ Set.range f) →
(∀ (s : Set β), MeasurableSet s → MeasurableSet (f '' s)) →
MeasureTheory.IsProbabilityMeasure (MeasureTheory.Measure.comap f μ)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- Set.rangestatement and proof · cited by 4,705
- Set.univproof · cited by 3,945
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Set.image_univproof · cited by 322
Cited by1
Results whose statement or proof uses this declaration.
- MeasurableEmbedding.isProbabilityMeasure_comapproof · cited by 0