Mathlib Map

Theorems · Theorem · measure theory

IsAddFoelner.amenable

∀ {G : Type u_1} {X : Type u_2} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X} [inst_1 : AddGroup G]
  [inst_2 : AddAction G X] {ι : Type u_3} {l : Filter ι} {F : ι → Set X} [MeasureTheory.VAddInvariantMeasure G X μ]
  [l.NeBot],
  IsAddFoelner G μ l F →
    ∃ m,
      m Set.univ = 1 ∧
        (∀ (s t : Set X), MeasurableSet t → Disjoint s t → m (s ∪ t) = m s + m t) ∧
          ∀ (g : G) (s : Set X), m (g +ᵥ s) = m s

If there exists a non-trivial Følner filter with respect to some additive group G acting on a measure space X, then there exists a G-invariant finitely additive probability measure on X.

Defined in
Mathlib.MeasureTheory.Group.FoelnerFilter
Cited by
1 results in Mathlib
Foundations
Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceAddGroupAddActionMeasureTheory.VAddInvariantMeasureFilter.NeBot

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.