Theorems · Theorem · probability
ProbabilityTheory.isGaussian_map_of_measurable
∀ {E : Type u_1} {F : Type u_2} [inst : TopologicalSpace E] [inst_1 : AddCommMonoid E] [inst_2 : Module ℝ E]
{mE : MeasurableSpace E} [inst_3 : TopologicalSpace F] [inst_4 : AddCommMonoid F] [inst_5 : Module ℝ F]
{mF : MeasurableSpace F} [OpensMeasurableSpace F] {μ : MeasureTheory.Measure E} {L : E →L[ℝ] F}
[ProbabilityTheory.IsGaussian μ], Measurable ⇑L → ProbabilityTheory.IsGaussian (MeasureTheory.Measure.map (⇑L) μ)Mapping a Gaussian measure by a measurable and continuous linear map yields a Gaussian
measure. See also isGaussian_map, which does not assume measurability but has stronger hypotheses
on E. In particular, it requires E to be a Borel space, which requires some second countability
hypotheses if E is a product space. This version does not, which can be useful for instance
if L := Prod.fst, which is always measurable.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 305 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidstatement and proof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ContinuousLinearMapstatement and proof · cited by 5,352
- MeasureTheory.integralproof · cited by 1,779
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Measure.mapstatement and proof · cited by 858
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasGaussianLaw.map_of_measurableproof · cited by 4