Mathlib Map

Theorems · Theorem · measure theory

amenable_of_maxFoelner_neBot

∀ {G : Type u_1} {X : Type u_2} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X} [inst_1 : Group G]
  [inst_2 : MulAction G X] [MeasureTheory.SMulInvariantMeasure G X μ] [(maxFoelner G μ).NeBot],
  ∃ 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
Defined in
Mathlib.MeasureTheory.Group.FoelnerFilter
Cited by
0 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceGroupMulActionMeasureTheory.SMulInvariantMeasureFilter.NeBot

Around this declaration

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

Cites15

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.