InformationTheory.Shannon.Cramer.TiltedLLN
Cramér lower-bound extension: tilted-side law of large numbers #
This file extends InformationTheory/Shannon/Cramer/TiltedIID.lean with the
tilted-side law of large numbers for the coordinate-eval family on the infinite
product measure.
Main statements #
isProbabilityMeasure_infinitePi_tilted_of_bounded— the tilted infinite productMeasure.infinitePi (fun _ : ℕ => μ₀.tilted (lam * Y ·))is a probability measure.pairwise_indepFun_tilted_ambient,integrable_eval_under_infinitePi_tilted,integral_eval_under_infinitePi_tilted— the inputs to the strong law.tilted_lln_ae— the almost-sure law of large numbers on the tilted ambient.tilted_lln_in_probability,tilted_lln_in_probability_real— its in-measure (in-probability) upgrades.
Implementation notes #
isProbabilityMeasure_infinitePi_tilted_of_bounded is stated as an outward-facing
lemma because Lean's typeclass synthesis does not consistently β-reduce the
per-coordinate μ₀.tilted factor through the fun _ : ℕ => … wrapper when
looking up IsProbabilityMeasure (Measure.infinitePi (fun _ : ℕ => μ₀.tilted ...)).
Probability-measure instance and strong-law inputs #
InformationTheory.Shannon.Cramer.TiltedLLN.isProbabilityMeasure_infinitePi_tilted_of_bounded
sourceThe infinite-product measure
Measure.infinitePi (fun _ : ℕ => μ₀.tilted (lam * Y ·)) is a probability
measure. Stated explicitly because the unifier does not β-reduce the
per-coordinate factor through the fun _ : ℕ => ... wrapper consistently when
synthesizing the standard Measure.infinitePi instance.
Used by
InformationTheory.Shannon.Cramer.TiltedLLN.pairwise_indepFun_tilted_ambient
sourceUsed by
InformationTheory.Shannon.Cramer.TiltedLLN.integrable_eval_under_infinitePi_tilted
sourceUsed by
InformationTheory.Shannon.Cramer.TiltedLLN.integral_eval_under_infinitePi_tilted
sourceThe integral of Y ∘ eval 0 under the tilted infinite product equals the
integral of Y under the tilted base.
Used by
Almost-sure LLN on the tilted ambient #
InformationTheory.Shannon.Cramer.TiltedLLN.tilted_lln_ae
sourceUnder the tilted infinite product measure, the empirical mean of the
coordinate-eval family converges almost surely to the base-tilted expectation of
Y.
Used by
In-probability LLN on the tilted ambient #
InformationTheory.Shannon.Cramer.TiltedLLN.tilted_lln_in_probability
sourceThe almost-sure convergence from tilted_lln_ae upgrades to convergence in
measure (= in probability on a probability space).
Used by
InformationTheory.Shannon.Cramer.TiltedLLN.tilted_lln_in_probability_real
sourceThe .real-form of tilted_lln_in_probability: for every ε > 0, the
measure of the bad set {ω | ε ≤ |S̄_n - 𝔼[Y]|} tends to zero.