Commit 2025-11-06 19:26 04e6d449
View on Github →chore(Analysis/NormedSpace/HahnBanach): move and split files (#29447)
This moves or splits the files in Analysis/NormedSpace/HahnBanach/ accordingly:
Separation→Analysis/LocallyConvex/SeparationExtension→Analysis/Normed/Module/HahnBanachSeparatingDual: split, mostly inAnalysis/LocallyConvex/SeparatingDual, but a few completeness results are sent toAnalysis/Normed/Operator/CompleteCodomain. The split allows us to significantly reduce the imports ofSeparatingDual, albeit with a new proof that a normed space overRCLike 𝕜has a separating dual. Here we use the geometric Hahn-Banach theorem instead of the analytic one. This is part of #28698 to migrate the material inAnalysis/NormedSpace/to other locations.