Theorems · Theorem · measure theory
blimsup_cthickening_ae_le_of_eventually_mul_le_aux
∀ {α : Type u_1} [inst : PseudoMetricSpace α] [SecondCountableTopology α] [inst_2 : MeasurableSpace α] [BorelSpace α]
(μ : MeasureTheory.Measure α) [MeasureTheory.IsLocallyFiniteMeasure μ] [IsUnifLocDoublingMeasure μ] (p : ℕ → Prop)
{s : ℕ → Set α},
(∀ (i : ℕ), IsClosed (s i)) →
∀ {r₁ r₂ : ℕ → ℝ},
Filter.Tendsto r₁ Filter.atTop (nhdsWithin 0 (Set.Ioi 0)) →
0 ≤ r₁ →
∀ {M : ℝ},
0 < M →
M < 1 →
(∀ᶠ (i : ℕ) in Filter.atTop, M * r₁ i ≤ r₂ i) →
Filter.blimsup (fun i => Metric.cthickening (r₁ i) (s i)) Filter.atTop p ≤ᵐ[μ]
Filter.blimsup (fun i => Metric.cthickening (r₂ i) (s i)) Filter.atTop pThis is really an auxiliary result en route to blimsup_cthickening_ae_le_of_eventually_mul_le
(which is itself an auxiliary result en route to blimsup_cthickening_mul_ae_eq).
NB: The : Set α type ascription is present because of
https://github.com/leanprover-community/mathlib/issues/16932.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites100
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · 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
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Filterproof · cited by 8,121
- nhdsproof · cited by 5,554
- NNRealproof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
Cited by1
Results whose statement or proof uses this declaration.
- blimsup_cthickening_ae_le_of_eventually_mul_leproof · cited by 1