Theorems · Theorem · probability
ProbabilityTheory.gaussianReal_const_add
∀ {μ : ℝ} {v : NNReal} {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {X : Ω → ℝ},
ProbabilityTheory.HasLaw X (ProbabilityTheory.gaussianReal μ v) P →
∀ (y : ℝ), ProbabilityTheory.HasLaw (fun ω => y + X ω) (ProbabilityTheory.gaussianReal (μ + y) v) PIf X is a real random variable with Gaussian law with mean μ and variance v, then y + X
has Gaussian law with mean μ + y and variance v.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 290 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- NNRealstatement and proof · cited by 4,310
- ProbabilityTheory.gaussianRealstatement and proof · cited by 77
- ProbabilityTheory.HasLawstatement and proof · cited by 69
- aemeasurable_idproof · cited by 66
- ProbabilityTheory.HasLaw.compproof · cited by 12
- AEMeasurable.const_addproof · cited by 3
- ProbabilityTheory.gaussianReal_map_const_addproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.