Documentation

Mathlib.MeasureTheory.Measure.HasOuterApproxClosedProd

Characterization of a finite measure by the integrals of products of bounded functions #

Given two Borel spaces X and Y satisfying HasOuterApproxClosed, a finite measure μ over X × Y is determined by the values ∫ z, f z.1 * g z.2 ∂μ, for f : X → ℝ and g : Y → ℝ any bounded continuous functions.

In particular, If μ and ν and two finite measures over X and Y respectively, then their product is the only finite measure ξ over X × Y such that for any two bounded continuous functions f : X → ℝ and g : Y → ℝ we have ∫ z, f z.1 * g z.2 ∂ξ = (∫ x, f x ∂μ) * (∫ y, g y ∂ν).

Main statements #

Tags #

bounded continuous function, product measure

theorem Measure.ext_of_lintegral_mul_boundedContinuousFunction {X : Type u_1} {Y : Type u_2} {mX : MeasurableSpace X} [TopologicalSpace X] [BorelSpace X] [HasOuterApproxClosed X] {mY : MeasurableSpace Y} [TopologicalSpace Y] [BorelSpace Y] [HasOuterApproxClosed Y] {μ ν : MeasureTheory.Measure (X × Y)} [MeasureTheory.IsFiniteMeasure μ] (h : ∀ (f : BoundedContinuousFunction X NNReal) (g : BoundedContinuousFunction Y NNReal), ∫⁻ (z : X × Y), (f z.1) * (g z.2) μ = ∫⁻ (z : X × Y), (f z.1) * (g z.2) ν) :
μ = ν

A finite measure on a product space is characterized by the integrals of products of bounded nonnegative continuous functions.

A finite measure on a product space is characterized by the integrals of products of real and bounded continuous functions.

The product of two finite measures μ and ν is the only finite measure ξ such that for all real bounded continuous functions f and g we have ∫ z, f z.1 * g z.2 ∂ξ = ∫ x, f x ∂μ * ∫ y, g y ∂ν.