Commit 2025-08-22 20:24 ecc316fb
View on Github →refactor: Use StrongDual
(#28726)
The StrongDual
abbrev for M →L[R] R
, where the monoid M
is a module over the semiring R
and R
and M
are equipped with topologies, was introduced in #27699.
This PR replaces existing occurrences of M →L[R] R
with StrongDual R M
etc. There are some exclusions:
- Bilinear forms
M →L[R] E →L[R] R
and where usingStrongDual R M
would mask the symmetry of the statement; - The dual of rings / fields
R →L[R] R
and similar; WeakDual 𝕜 M
inTopology/Algebra/Module/WeakDual
, where the focus is on the weak topology onM →L[R] R
.