Theorems · Theorem · measure theory
MeasureTheory.Measure.exists_regular_eq_of_compactSpace
∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] [inst_2 : MeasurableSpace X] [BorelSpace X] [CompactSpace X]
(μ : MeasureTheory.Measure X) [MeasureTheory.IsFiniteMeasure μ],
∃ ν,
ν.Regular ∧
MeasureTheory.IsFiniteMeasure ν ∧ ∀ (g : BoundedContinuousFunction X ℝ), ∫ (x : X), g x ∂μ = ∫ (x : X), g x ∂νGiven a finite measure on a compact space, 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 262 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- 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
- MeasureTheory.integralstatement and proof · cited by 1,779
- BorelSpacestatement and proof · cited by 1,602
- T2Spacestatement and proof · cited by 1,351
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- CompactSpacestatement and proof · cited by 593
- BoundedContinuousFunctionstatement and proof · cited by 511
- CompactlySupportedContinuousMapproof · cited by 134
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.exists_innerRegular_eq_of_isCompactproof · cited by 1