Theorems · Theorem · measure theory
isFoelner_iff
∀ (G : Type u_1) {X : Type u_2} [inst : MeasurableSpace X] (μ : MeasureTheory.Measure X) [inst_1 : Group G]
[inst_2 : MulAction G X] {ι : Type u_3} (l : Filter ι) (F : ι → Set X),
IsFoelner G μ l F ↔
(∀ᶠ (i : ι) in l, MeasurableSet (F i)) ∧
(∀ᶠ (i : ι) in l, μ (F i) ≠ 0) ∧
(∀ᶠ (i : ι) in l, μ (F i) ≠ ⊤) ∧
∀ (g : G), Filter.Tendsto (fun i => μ (symmDiff (g • F i) (F i)) / μ (F i)) l (nhds 0)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- Groupstatement and proof · cited by 6,238
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.