Theorems · Theorem · measure theory
VitaliFamily.null_of_frequently_le_of_frequently_ge
∀ {α : Type u_1} [inst : PseudoMetricSpace α] {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α}
(v : VitaliFamily μ) [SecondCountableTopology α] [BorelSpace α] [MeasureTheory.IsLocallyFiniteMeasure μ]
{ρ : MeasureTheory.Measure α} [MeasureTheory.IsLocallyFiniteMeasure ρ],
ρ.AbsolutelyContinuous μ →
∀ {c d : NNReal},
c < d →
∀ (s : Set α),
(∀ x ∈ s, ∃ᶠ (a : Set α) in v.filterAt x, ρ a ≤ ↑c * μ a) →
(∀ x ∈ s, ∃ᶠ (a : Set α) in v.filterAt x, ↑d * μ a ≤ ρ a) → μ s = 0A set of points s satisfying both ρ a ≤ c * μ a and ρ a ≥ d * μ a at arbitrarily small
sets in a Vitali family has measure 0 if c < d. Indeed, the first inequality should imply
that ρ s ≤ c * μ s, and the second one that ρ s ≥ d * μ s, a contradiction if 0 < μ s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topproof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- IsOpenproof · cited by 2,400
- BorelSpacestatement and proof · cited by 1,602
- PseudoMetricSpacestatement and proof · cited by 1,550
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- LT.lt.neproof · cited by 872
Cited by1
Results whose statement or proof uses this declaration.
- VitaliFamily.ae_tendsto_divproof · cited by 2