Commit 2025-09-18 17:28 1827e114
View on Github →chore(Analysis/NormedSpace/Extend): split file (#29445) This PR accomplishes a few tasks:
- splits the file according to whether the material needs the operator norm on continuous linear map. This will help us avoid importing the operator norm into
LocallyConvex/in an upcoming transition of material fromNormedSpace/HahnBanach/into other folders. - moves the resulting files out of the
NormedSpacefolder in accordance with #28698. - Cleans up the declarations / proofs / docstrings a small amount.
- Uses
Module.Dualspelling for the linear maps.
This is part of #28698 to migrate the material in Analysis/NormedSpace/ to other locations.