ProbabilityTheory.HasSubexponentialMGF.zero_mem_interior_integrableExpSet
Lemma
No docstring.
Types
-
Ī© : Type u_1mĪ© : MeasurableSpace Ī©A measurable space is a space equipped with a Ļ-algebra.
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. -
X : Ī© ā ā -
V : ā -
b : ā
Assuming
Then
0 ā interior (integrableExpSet X μ)MeasurableSpace : Type u_6 ā Type u_6A measurable space is a space equipped with a Ļ-algebra.
MeasureTheory.Measure : (α : Type u_5) ā [MeasurableSpace α] ā Type u_5A 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. The measure of a set `s`, denoted `μ s`, is an extended nonnegative real. The real-valued version is written `μ.real s`.
Real : TypeThe type `ā` of real numbers constructed as equivalence classes of Cauchy sequences of rational numbers.
ProbabilityTheory.HasSubexponentialMGF : {Ī© : Type u_1} ā
{mĪ© : MeasurableSpace Ī©} ā
(Ī© ā ā) ā ā ā ā ā autoParam (MeasureTheory.Measure Ī©) ProbabilityTheory.HasSubexponentialMGF._auto_1 ā Prop`X` has a sub-exponential moment generating function with parameters `(V, b)`: for every `t` with `b * |t| ⤠1`, `exp (t * X)` is integrable and `mgf X μ t ⤠exp (V * t ^ 2 / 2)`. For `b = 0` this is `HasSubgaussianMGF X V μ`. This is equivalent to `Kernel.HasSubexponentialMGF X V b (Kernel.const Unit μ) (Measure.dirac ())`, as proved in `hasSubexponentialMGF_iff_kernel`.Go to its page
Membership.mem : {α : outParam (Type u)} ā {γ : Type v} ā [self : Membership α γ] ā γ ā α ā PropThe membership relation `a ā s : Prop` where `a : α`, `s : γ`. Conventions for notations in identifiers: * The recommended spelling of `ā` in identifiers is `mem`.
interior : {X : Type u} ā [TopologicalSpace X] ā Set X ā Set XThe interior of a set `s` is the largest open subset of `s`.
ProbabilityTheory.integrableExpSet : {Ī© : Type u_1} ā {m : MeasurableSpace Ī©} ā (Ī© ā ā) ā MeasureTheory.Measure Ī© ā Set āThe interval of reals `t` for which `exp (t * X)` is integrable.
Code
lemma zero_mem_interior_integrableExpSet (h : HasSubexponentialMGF X V b μ) :
0 ā interior (integrableExpSet X μ)Proof
by
rw [mem_interior_iff_mem_nhds]
filter_upwards [((by fun_prop : Continuous fun t : ā ⦠b * |t|).tendsto 0).eventually_le_const
(by simp : b * |(0 : ā)| < 1)] with t ht
exact h.integrable_exp_mul t htMeaning 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: 1 project declarations, 59 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.