Theorems · Theorem · probability
ProbabilityTheory.gaussianReal_map_add_const
∀ {μ : ℝ} {v : NNReal} (y : ℝ),
MeasureTheory.Measure.map (fun x => x + y) (ProbabilityTheory.gaussianReal μ v) =
ProbabilityTheory.gaussianReal (μ + y) vThe map of a Gaussian distribution by addition of a constant is a Gaussian.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 288 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealproof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- MeasurableSetproof · cited by 3,075
- one_mulproof · cited by 2,841
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictproof · cited by 1,646
- MeasureTheory.MeasureSpace.volumeproof · cited by 1,323
- ENNReal.ofRealproof · cited by 863
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.gaussianReal_map_const_addproof · cited by 2
- ProbabilityTheory.gaussianReal_map_sub_constproof · cited by 2
- ProbabilityTheory.gaussianReal_add_constproof · cited by 0