Documentation

Mathlib.MeasureTheory.Constructions.BorelSpace.ContinuousMap

A measurable space structure on the type of continuous maps #

In this file we endow the type C(X, Y) of continuous maps from X to Y with the Borel sigma-algebra coming from the compact-open topology. We show that, under some assumptions on X and Y, this is equal to the restriction of the product sigma-algebra over X → Y. This means that a function g : Z → C(X, Y) is measurable if and only if, for all x : X, z ↦ g z x is measurable. We then use this to build a measurable equivalence between {f : X → Y // Continuous f} and C(X, Y).

Main definition #

Main statements #

References #

Tags #

continuous map, sigma-algebra

theorem ContinuousMap.measurable_eval {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] [MeasurableSpace Y] [BorelSpace Y] (x : X) :
Measurable fun (f : C(X, Y)) => f x
theorem ContinuousMap.iSup_comap_le_borel {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] :
⨆ (x : X), MeasurableSpace.comap (fun (f : C(X, Y)) => f x) (borel Y) borel C(X, Y)

The coarsest sigma-algebra over C(X, Y) making the evaluation maps f ↦ f x is smaller than the Borel sigma-algebra coming from the compact-open topology.

The sigma-algebra over C(X, Y) is the coarsest that makes the maps f ↦ f x measurable for all x : X.

The proof follows the one presented on https://math.stackexchange.com/questions/4789531/when-does-the-borel-sigma-algebra-of-compact-convergence-coincide-with-the-pr.

theorem ContinuousMap.measurable_iff_eval {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] [SecondCountableTopology X] [SecondCountableTopology Y] [LocallyCompactSpace X] [RegularSpace Y] [mY : MeasurableSpace Y] [BorelSpace Y] {Z : Type u_3} [MeasurableSpace Z] {g : ZC(X, Y)} :
Measurable g ∀ (x : X), Measurable fun (a : Z) => (g a) x

A function g : Z → C(X, Y) is measurable if and only if, for all x : X, z ↦ g z x is measurable.

A measurable equivalence between C(X, Y) and {f : X → Y // Continuous f}.

Equations
  • One or more equations did not get rendered due to their size.
Instances For