Partition of unity and convex sets #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we prove the following lemma, see exists_continuous_forall_mem_convex_of_local. Let
X be a normal paracompact topological space (e.g., any extended metric space). Let E be a
topological real vector space. Let t : X → set E be a family of convex sets. Suppose that for each
point x : X, there exists a neighborhood U ∈ 𝓝 X and a function g : X → E that is continuous
on U and sends each y ∈ U to a point of t y. Then there exists a continuous map g : C(X, E)
such that g x ∈ t x for all x.
We also formulate a useful corollary, see exists_continuous_forall_mem_convex_of_local_const, that
assumes that local functions g are constants.
Tags #
partition of unity
Let X be a normal paracompact topological space (e.g., any extended metric space). Let E be
a topological real vector space. Let t : X → set E be a family of convex sets. Suppose that for
each point x : X, there exists a neighborhood U ∈ 𝓝 X and a function g : X → E that is
continuous on U and sends each y ∈ U to a point of t y. Then there exists a continuous map
g : C(X, E) such that g x ∈ t x for all x. See also
exists_continuous_forall_mem_convex_of_local_const.
Let X be a normal paracompact topological space (e.g., any extended metric space). Let E be
a topological real vector space. Let t : X → set E be a family of convex sets. Suppose that for
each point x : X, there exists a vector c : E that belongs to t y for all y in a
neighborhood of x. Then there exists a continuous map g : C(X, E) such that g x ∈ t x for all
x. See also exists_continuous_forall_mem_convex_of_local.