Theorems · Theorem · probability
ProbabilityTheory.HasSubgaussianMGF.sum_of_hasCondSubgaussianMGF
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [inst : StandardBorelSpace Ω] {Y : ℕ → Ω → ℝ}
{cY : ℕ → NNReal} {ℱ : MeasureTheory.Filtration ℕ mΩ} [inst_1 : MeasureTheory.IsZeroOrProbabilityMeasure μ],
MeasureTheory.StronglyAdapted ℱ Y →
ProbabilityTheory.HasSubgaussianMGF (Y 0) (cY 0) μ →
∀ (n : ℕ),
(∀ i < n - 1, ProbabilityTheory.HasCondSubgaussianMGF (↑ℱ i) ⋯ (Y (i + 1)) (cY (i + 1)) μ) →
ProbabilityTheory.HasSubgaussianMGF (fun ω => ∑ i ∈ Finset.range n, Y i ω) (∑ i ∈ Finset.range n, cY i) μLet Y be a random process strongly adapted to a filtration ℱ, such that for all i : ℕ,
Y i is conditionally sub-Gaussian with parameter cY i with respect to ℱ (i - 1).
In particular, n ↦ ∑ i ∈ range n, Y i is a martingale.
Then the sum ∑ i ∈ range n, Y i is sub-Gaussian with parameter ∑ i ∈ range n, cY i.
- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 298 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.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- zero_addproof · cited by 2,366
- Finset.rangestatement and proof · cited by 1,341
- MeasureTheory.Filtrationstatement and proof · cited by 425
- StandardBorelSpacestatement and proof · cited by 304
- Finset.sum_singletonproof · cited by 251
- MeasureTheory.Filtration.seqstatement and proof · cited by 184
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.measure_sum_ge_le_of_hasCondSubgaussianMGFproof · cited by 1
- ProbabilityTheory.HasSubgaussianMGF_sum_of_HasCondSubgaussianMGFproof · cited by 0