Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.Content.innerContent_iSup_nat

∀ {G : Type w} [inst : TopologicalSpace G] (μ : MeasureTheory.Content G) [R1Space G] (U : ℕ → TopologicalSpace.Opens G),
  μ.innerContent (⨆ i, U i) ≤ ∑' (i : ℕ), μ.innerContent (U i)

The inner content of a supremum of opens is at most the sum of the individual inner contents.

Defined in
Mathlib.MeasureTheory.Measure.Content
Cited by
3 results in Mathlib
Foundations
Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceR1Space

Around this declaration

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

Cites41

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

Cited by3

Results whose statement or proof uses this declaration.