Theorems · Definition · measure theory
IsFoelner.casesOn
{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} →
{motive : IsFoelner G μ l F → Sort u} →
(t : IsFoelner G μ l F) →
((eventually_measurableSet : ∀ᶠ (i : ι) in l, MeasurableSet (F i)) →
(eventually_meas_ne_zero : ∀ᶠ (i : ι) in l, μ (F i) ≠ 0) →
(eventually_meas_ne_top : ∀ᶠ (i : ι) in l, μ (F i) ≠ ⊤) →
(tendsto_meas_smul_symmDiff :
∀ (g : G),
Filter.Tendsto (fun i => μ (symmDiff (g • F i) (F i)) / μ (F i)) l (nhds 0)) →
motive ⋯) →
motive t- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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 by1
Results whose statement or proof uses this declaration.
- isFoelner_iffproof · cited by 0