Theorems · Theorem · measure theory
IsCompact.measure_eq_biInf_integral_hasCompactSupport
∀ {X : Type u_1} [inst : TopologicalSpace X] [inst_1 : MeasurableSpace X] [BorelSpace X] {k : Set X},
IsCompact k →
∀ (μ : MeasureTheory.Measure X) [MeasureTheory.IsFiniteMeasureOnCompacts μ] [μ.InnerRegularCompactLTTop]
[LocallyCompactSpace X] [RegularSpace X],
μ k =
⨅ f,
⨅ (_ : Continuous f),
⨅ (_ : HasCompactSupport f), ⨅ (_ : Set.EqOn f 1 k), ⨅ (_ : 0 ≤ f), ENNReal.ofReal (∫ (x : X), f x ∂μ)In a locally compact regular space with an inner regular measure, the measure of a compact
set k is the infimum of the integrals of compactly supported functions equal to 1 on k.
- Defined in
- Mathlib.MeasureTheory.Integral.Regular
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Compl.complproof · cited by 2,925
- Continuousstatement and proof · cited by 2,592
- ContinuousMapproof · cited by 2,491
- IsOpenproof · cited by 2,400
- le_antisymmproof · cited by 2,068
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.