ProbabilityTheory.HasSubexponentialMGF.memLp
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 : ā -
p : NNReal
Assuming
Then
MeasureTheory.MemLp X (āp) μThe property that f : α ā E is a.e. strongly measurable and (ā« āf aā ^ p āμ) ^ (1/p) is finite if p < ā, or essSup āfā < ā if p = ā.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.
NNReal : TypeNonnegative real numbers, denoted as `āā„0` within the NNReal namespace
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
MeasureTheory.MemLp : {α : Type u_1} ā
{ε : Type u_2} ā
{m0 : MeasurableSpace α} ā
[ENorm ε] ā
[TopologicalSpace ε] ā
(α ā ε) ā ENNReal ā autoParam (MeasureTheory.Measure α) MeasureTheory.MemLp._auto_1 ā PropThe property that `f : α ā E` is a.e. strongly measurable and `(ā« āf aā ^ p āμ) ^ (1/p)` is finite if `p < ā`, or `essSup āfā < ā` if `p = ā`.
Code
lemma memLp (h : HasSubexponentialMGF X V b μ) (p : āā„0) : MemLp X p μ
Proof
memLp_of_mem_interior_integrableExpSet h.zero_mem_interior_integrableExpSet p
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: 1 project declarations, 57 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.