Zulip Chat Archive
Stream: Is there code for X?
Topic: Continuous linear maps and quotients
Sebastien Gouezel (Sep 17 2023 at 14:43):
I can't find the fact that a continuous linear map induces a continuous linear map on the quotient by its kernel. Is it really missing?
Antoine Chambert-Loir (Sep 17 2023 at 15:59):
It doesn't seem to exist, indeed. In fact, only a few file seem to mention such quotients. Mathlib.Topology.Algebra.Module.Basic
says a bit about this quotient, docs#Submodule.topologicalAddGroup_quotient, for example that it is a topological additive group, and docs#Submodule.continuousSMul_quotient that it has a continuous multiplication. But that file isn't imported by many other ones and none of them seem to use quotients…
Last updated: Dec 20 2023 at 11:08 UTC