Theorems · Theorem · measure theory
MeasureTheory.Measure.exists_innerRegular_eq_of_isCompact
∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] [inst_2 : MeasurableSpace X] [BorelSpace X]
(μ : MeasureTheory.Measure X) [MeasureTheory.IsFiniteMeasure μ] {K : Set X},
IsCompact K →
μ Kᶜ = 0 →
∃ ν,
ν.InnerRegular ∧
MeasureTheory.IsFiniteMeasure ν ∧
ν Kᶜ = 0 ∧ ∀ (g : BoundedContinuousFunction X ℝ), ∫ (x : X), g x ∂μ = ∫ (x : X), g x ∂νGiven a finite measure supported on a compact set, there exists another finite measure which integrates in the same way bounded continuous functions, and is regular.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- Set.Elemproof · cited by 7,166
- Compl.complstatement and proof · cited by 2,925
- MeasureTheory.integralstatement and proof · cited by 1,779
- BorelSpacestatement and proof · cited by 1,602
- T2Spacestatement and proof · cited by 1,351
Cited by1
Results whose statement or proof uses this declaration.
- isCompact_setOfPred_finiteMeasure_mass_le_compl_isCompact_leproof · cited by 2