A linear map which is locally an embedding is an embedding #
Fix π a NontriviallyNormedField, E, F two topological vector spaces over π, and
f : E β F a π-linear map. We show that, if there is a neighborhood V of 0 : E
such that the restriction V β F is an embedding, then f itself is an embedding.
Note that this result is false for topological groups, as shown by the following counterexamples:
- first, in the group setting, there are local embeddings (even local homeomorphisms) which
are not globally injective; an example is the quotient map
β β π := β β§Έ β€; - even if assume that
fis globally injective, the theorem still fails. Consider for examplef : β β π Γ πgiven byx β¦ ([x], [Ξ± * x]), withΞ±irrational.fis injective, and locally an embedding by the inverse function theorem, yet it is not globally an embedding: any neighborhood off(0) = (0, 0)contains infinitely many pointsf(n),n β β€, sinceΞ± * ngets arbitrarily close to being an integer infinitely many times.
Main results #
ContinuousSMul.topology_eq_of_induced_eq: lettβ,tβbe two vector space topologies onE, and assume that there is atβ-neighborhood of 0Vin restriction to which the two topologies coincide. Thentβ = tβ.LinearMap.isInducing_of_restrict_nhds_zero: consider a linear mapf : E β F, and assume there is a neighborhood of 0VinEsuch thatV.domRestrict f : V β FsatisfiesTopology.IsInducing. ThenfsatisfiesTopology.IsInducing.LinearMap.isEmbedding_of_restrict_nhds_zero: consider a linear mapf : E β F, and assume there is a neighborhood of 0VinEsuch thatV.domRestrict f : V β Fis a topological embedding. Thenfis a topological embedding.
TODO #
We will also need the fact that if the restriction V β F is a closed embedding, then
f : E β F is a closed embedding. This will follow from the fact that a subgroup which is
locally closed at 0 is in fact closed, which we don't have yet
Implementation details #
The content of this file is essentially (variations of)
N. Bourbaki, ThΓ©ories Spectrales, Chapitre III, Β§ 5, nΒ° 1, lemme 1, except
Bourbaki's proof is very specific to π = β or π = β, since it relies crucially on balanced
sets being connected.
Nevertheless, we are able to adapt their proof to arbitrary nontrivially normed fields.
The key argument, replacing the fact that a connected set cannot be covered nontrivially by
disjoint open sets, is that a balanced set W cannot intersect nontrivially both c β’ V
and VαΆ, when V is a neighborhood of 0 and 0 < βcβ < 1. We refer to the (highly commented!)
proof for more details.
References #
Consider a vector space E over a NontriviallyNormedField π, and tβ, tβ two
vector space topologies on E.
Assume that there is a tβ-neighborhood of zero V such that the two topogies induce the
same filter of neighborhoods of 0 in the subspace V. Then tβ = tβ.
Consider a vector space E over a NontriviallyNormedField π, and tβ, tβ two topologies
on E which are compatible with the vector space structure.
Assume that there is a tβ-neighborhood of zero V such that the two topogies induce the
same topology on the subspace V. Then tβ = tβ.