Documentation

Mathlib.Topology.Semicontinuity.Michael

Michael's selection theorem #

This file proves Michael's selection theorem, that a lower hemicontinuous function with convex closed nonempty values admits a continuous selection.

Main results #

theorem HasOpenLowerSections.exists_continuous_selection {α : Type u_1} {β : Type u_2} {f : αSet β} [TopologicalSpace α] [NormalSpace α] [ParacompactSpace α] [AddCommGroup β] [Module β] [TopologicalSpace β] [ContinuousSMul β] [ContinuousAdd β] (hf : HasOpenLowerSections f) (hf_nonempty : ∀ (x : α), (f x).Nonempty) (hf_convex : ∀ (x : α), Convex (f x)) :
∃ (h : αβ), Continuous h ∀ (x : α), h x f x

Michael's selection theorem (approximate): A correspondence with open lower sections and convex, nonempty values admits a continuous selection. This holds in any topological vector space over .

theorem LowerHemicontinuous.exists_continuous_selection {α : Type u_1} {β : Type u_2} {f : αSet β} [TopologicalSpace α] [NormalSpace α] [ParacompactSpace α] [AddCommGroup β] [Module β] [UniformSpace β] [IsUniformAddGroup β] [ContinuousSMul β] [LocallyConvexSpace β] [FirstCountableTopology β] [CompleteSpace β] (hf : LowerHemicontinuous f) (hf_nonempty : ∀ (x : α), (f x).Nonempty) (hf_convex : ∀ (x : α), Convex (f x)) (hf_isClosed : ∀ (x : α), IsClosed (f x)) :
∃ (g : αβ), Continuous g ∀ (x : α), g x f x

Michael's selection theorem: A lower hemicontinuous function from a paracompact normal space to a Fréchet space with nonempty convex closed values admits a continuous selection