Theorems · Theorem · measure theory
Measure.ext_of_integral_prod_mul_prod_boundedContinuousFunction
∀ {ι : Type u_1} {κ : Type u_2} {X : ι → Type u_5} {Y : κ → Type u_6} {mX : (i : ι) → MeasurableSpace (X i)}
[inst : (i : ι) → TopologicalSpace (X i)] [∀ (i : ι), BorelSpace (X i)] [∀ (i : ι), HasOuterApproxClosed (X i)]
{mY : (j : κ) → MeasurableSpace (Y j)} [inst_3 : (j : κ) → TopologicalSpace (Y j)] [∀ (j : κ), BorelSpace (Y j)]
[∀ (j : κ), HasOuterApproxClosed (Y j)] [inst_6 : Fintype ι] [inst_7 : Fintype κ]
{μ ν : MeasureTheory.Measure (((i : ι) → X i) × ((j : κ) → Y j))} [MeasureTheory.IsFiniteMeasure μ]
[MeasureTheory.IsFiniteMeasure ν],
(∀ (f : (i : ι) → BoundedContinuousFunction (X i) ℝ) (g : (j : κ) → BoundedContinuousFunction (Y j) ℝ),
∫ (p : ((i : ι) → X i) × ((j : κ) → Y j)), (∏ i, (f i) (p.1 i)) * ∏ j, (g j) (p.2 j) ∂μ =
∫ (p : ((i : ι) → X i) × ((j : κ) → Y j)), (∏ i, (f i) (p.1 i)) * ∏ j, (g j) (p.2 j) ∂ν) →
μ = νA finite measure μ over (Π i, X i) × (Π j, Y j) is determined by the values
∫ p, (Π i, f i (p.1 i)) * (Π j, g j (p.2 j)) ∂μ, for f : (i : ι) → X i → ℝ
and g : (j : κ) → Y j → ℝ any families of bounded continuous functions.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites56
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
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- NNRealproof · cited by 4,310
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by4
Results whose statement or proof uses this declaration.
- Measure.ext_of_integral_prod_mul_boundedContinuousFunctionproof · cited by 3
- Measure.ext_of_integral_mul_boundedContinuousFunctionproof · cited by 1
- Measure.ext_of_integral_prod_mul_prod_boundedContinuousFunction'proof · cited by 1
- Measure.eq_prod_of_integral_prod_mul_prod_boundedContinuousFunctionproof · cited by 1