LeanMachineLearning

ProbabilityTheory.HasCondSubexponentialMGF.mgf_le🔗

Lemma

No docstring.

Types
  • Ω : Type u_1m : MeasurableSpace ΩA measurable space is a space equipped with a σ-algebra.mΩ : MeasurableSpace ΩStandardBorelSpace ΩA standard Borel space is a measurable space arising as the Borel sets of some Polish topology.
Given
  • μ : MeasureTheory.Measure ΩA measure is defined to be an outer measure that is countably additive on measurable sets, with the additional assumption that the outer measure is the canonical extension of the restricted measure.MeasureTheory.IsFiniteMeasure μA measure μ is called finite if μ univ < ∞.
  • X : Ω →
  • V :
  • b :
Then
∀ᵐ (ω' : Ω)μ.trim hm, ∀ (t : ), b * |t|1 → mgf X ((condExpKernel μ m) ω') tReal.exp (V * t ^ 2 / 2)
f.Eventually p or ∀ᶠ x in f, p x mean that {x | p x} ∈ f.
Code
lemma mgf_le (h : HasCondSubexponentialMGF m hm X V b μ) :
    ∀ᵐ ω' ∂(μ.trim hm), ∀ t, b * |t| ≤ 1 →
      mgf X (condExpKernel μ m ω') t ≤ exp (V * t ^ 2 / 2)
Proof
Kernel.HasSubexponentialMGF.mgf_le h

Meaning last changed in v4.34.0-rc2-76-g565f652 (2026-09-10).

Self-contained, with its dependencies inlined and proofs replaced by sorry: download the raw file · open it in the Lean web editor.

Dependency graph

Audit surface: 2 project declarations, 65 external constants

✓ Proved: no sorry anywhere in its closure

This is the tool's own reading of one build's recorded axioms, and it is not robust against an author who wants it to pass. Checking meant to be relied on should go through Comparator, which replays the proof through the kernel from an export against an explicit list of permitted axioms.