Theorems · Theorem · probability
ProbabilityTheory.IndepFun.hasGaussianLaw_sub_of_sub
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {E : Type u_2} [inst : NormedAddCommGroup E]
[inst_1 : NormedSpace ℝ E] [inst_2 : MeasurableSpace E] [BorelSpace E] [SecondCountableTopology E] {X Y : Ω → E},
ProbabilityTheory.HasGaussianLaw X P →
ProbabilityTheory.HasGaussianLaw Y P →
ProbabilityTheory.IndepFun X (Y - X) P → ProbabilityTheory.HasGaussianLaw (Y - X) PIf X and Y are two Gaussian random variables such that X and Y - X are independent,
then Y - X is Gaussian.
This lemma is useful to prove that a process with independent increments and whose marginals
are Gaussian has Gaussian increments.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 313 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Complexproof · cited by 5,565
- MeasureTheory.integralproof · cited by 1,779
- Complex.ofRealproof · cited by 1,654
- BorelSpacestatement and proof · cited by 1,602
- MeasureTheory.Integrableproof · cited by 1,367
- Complex.Iproof · cited by 866
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasIndepIncrements.isGaussianProcessproof · cited by 1