Commit 2024-11-15 20:09 4cfdb02b
View on Github →feat(Analysis/InnerProductSpace/Dual, Analysis/Normed/Group/SeparationQuotient): add null subspaces (#16707)
Define the null submodule in an InnerProductSpace and the null subgroup in a NormedAddCommGroup and prove basic properties.
Define the null space in an
Motivation: This PR has evolved from a PR defining the InnerProductSpace without definite and add InnerProduceSpace structure to the quotient by the null space.SeparationQuotient for InnerProductSpace. That has been done in #17452 and now contains some other things.