Theorems · Theorem · probability
ProbabilityTheory.HasSubgaussianMGF.measureReal_le_le_exp
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {X Y : Ω → ℝ} {cX cY : NNReal},
ProbabilityTheory.HasSubgaussianMGF (fun ω => X ω - ∫ (x : Ω), X x ∂μ) cX μ →
ProbabilityTheory.HasSubgaussianMGF (fun ω => Y ω - ∫ (x : Ω), Y x ∂μ) cY μ →
ProbabilityTheory.IndepFun X Y μ →
∫ (x : Ω), Y x ∂μ ≤ ∫ (x : Ω), X x ∂μ →
μ.real {ω | X ω ≤ Y ω} ≤ Real.exp (-(∫ (x : Ω), Y x ∂μ - ∫ (x : Ω), X x ∂μ) ^ 2 / (2 * (↑cX + ↑cY)))For X, Y two independent sub-Gaussian random variables such that μ[X] ≥ μ[Y],
the probability that X ≤ Y is bounded by an exponential decay term.
- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.ofPredstatement and proof · cited by 6,101
- NNRealstatement and proof · cited by 4,310
- MeasureTheory.integralstatement and proof · cited by 1,779
- add_commproof · cited by 1,535
- NNReal.toRealstatement and proof · cited by 1,260
- Real.expstatement and proof · cited by 871
- MeasureTheory.Measure.realstatement and proof · cited by 530
- LE.le.trans_eqproof · cited by 328
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.