refactor(LocallyConvex,Topology): split WeakDual/WeakSpace and rename WeakBilin#37027
refactor(LocallyConvex,Topology): split WeakDual/WeakSpace and rename WeakBilin#37027mike1729 wants to merge 7 commits intoleanprover-community:masterfrom
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 6cad1b0fccImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 7426 | 3 | backward.isDefEq |
Current commit 9c598f700d
Reference commit 6cad1b0fcc
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
note: file Mathlib/Analysis/LocallyConvex/WeakDual.lean` was renamed to `Mathlib/Analysis/LocallyConvex/WeakBilin.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
|
This pull request has conflicts, please merge |
# Conflicts: # Mathlib/Analysis/LocallyConvex/WeakSpace.lean
|
I'm going to make this wait for #37314 as they will conflict. |
|
This PR/issue depends on: |
Reorganize the weak topology files for cleaner dependencies:
Rename
Analysis.LocallyConvex.WeakDual→Analysis.LocallyConvex.WeakBilin:This file contains only general
WeakBilininfrastructure (LinearMap.toSeminormFamily,weakBilin_withSeminorms,WeakBilin.locallyConvexSpace, etc.) with no reference toWeakDual. The name now reflects the content.Split
Topology.Algebra.Module.WeakDualintoWeakDualandWeakSpace:The
WeakSpacetype, its instances, andtoWeakSpace/toWeakSpaceCLMmove to a newTopology.Algebra.Module.WeakSpace. This allows downstream files about weak spacesto avoid depending on
WeakDual.Add
WeakSpace.seminormFamilyandWeakSpace.withSeminormstoAnalysis.LocallyConvex.WeakSpace: The weak topology onWeakSpace 𝕜 Eis generatedby the seminorm family
fun f x ↦ ‖f x‖indexed byStrongDual 𝕜 E, via the generalLinearMap.weakBilin_withSeminormsapplied to the flippedtopDualPairing.Moves:
CC @j-loreaux
polar,polar_defandisClosed_polarto weaker hypotheses #37314