mathlib
mathlib copied to clipboard
feat(topology/algebra/uniform_convergence): criterion for a vector subspace of `α → E` to be a TVS for the topology of 𝔖-convergence
The main theorem is uniform_convergence_on.has_continuous_smul_induced_of_image_bounded. As explained in the module docstring, one could get rid of requiring 𝔖 to be nonempty and directed, but the easiest way to get that is to wait until we know that replacing 𝔖 by its noncovering bornology (i.e not what bornology currently refers to in mathlib) doesn't change the topology.
This will allow to prove that strong topologies on the space of continuous linear maps between two TVSs are also TVS topologies
- [x] depends on: #14806
- [x] depends on: #14693
- [x] depends on: #14778
This PR/issue depends on:
- ~~leanprover-community/mathlib#14806~~
- ~~leanprover-community/mathlib#14693~~
- ~~leanprover-community/mathlib#14778~~ By Dependent Issues (🤖). Happy coding!
I'm okay with this as is for now. If we eventually decide that this is coming up frequently enough on bare functions and it's a pain to use then we can implement a type synonym, but that can wait for another PR.
maintainer merge
🚀 Pull request has been placed on the maintainer queue by j-loreaux.
Pull request successfully merged into master.
Build succeeded: