Theorems · Theorem · measure theory
Measure.ext_of_integral_mul_boundedContinuousFunction
∀ {Z : Type u_3} {T : Type u_4} {mZ : MeasurableSpace Z} [inst : TopologicalSpace Z] [BorelSpace Z]
[HasOuterApproxClosed Z] {mT : MeasurableSpace T} [inst_3 : TopologicalSpace T] [BorelSpace T]
[HasOuterApproxClosed T] {μ ν : MeasureTheory.Measure (Z × T)} [MeasureTheory.IsFiniteMeasure μ]
[MeasureTheory.IsFiniteMeasure ν],
(∀ (f : BoundedContinuousFunction Z ℝ) (g : BoundedContinuousFunction T ℝ),
∫ (p : Z × T), f p.1 * g p.2 ∂μ = ∫ (p : Z × T), f p.1 * g p.2 ∂ν) →
μ = νA finite measure μ over X × Y is determined by the values ∫ p, f p.1 * g p.2 ∂μ,
for f : X → ℝ and g : Y → ℝ any bounded continuous functions.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- MeasureTheory.integralstatement and proof · cited by 1,779
- BorelSpacestatement and proof · cited by 1,602
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
- Finset.prod_congrproof · cited by 646
Cited by1
Results whose statement or proof uses this declaration.
- Measure.eq_prod_of_integral_mul_boundedContinuousFunctionproof · cited by 1