Theorems · Theorem · measure theory
Measure.ext_of_lintegral_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 μ],
(∀ (f : (i : ι) → BoundedContinuousFunction (X i) NNReal) (g : (j : κ) → BoundedContinuousFunction (Y j) NNReal),
∫⁻ (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 → ℝ≥0
and g : (j : κ) → Y j → ℝ≥0 any families of bounded continuous functions.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites81
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
- Setproof · cited by 53,352
- 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
- Top.topproof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
Cited by1
Results whose statement or proof uses this declaration.
- Measure.ext_of_integral_prod_mul_prod_boundedContinuousFunctionproof · cited by 4