Commit 2024-12-20 05:04 97ba55d9
View on Github →chore(Analysis/InnerProductSpace): split large file (#20046)
Split up Analysis.InnerProductSpace.Basic
as follows:
Defs
: the definition and theInnerProductSpace.Core
stuffBasic
: general lemmasCompletion
: inner products on completions and separation quotientsLinearMap
: interaction of linear maps with inner productsOrthonormal
: orthonormal families of vectorsSubspace
: subspaces of inner product spaces (including orthogonal families) No code changes, other than deleting one copy of an instance which was declared twice. The fileDefs
usesℂ
in a notation definition, which is invisible to the tree-shake script, so it needs to have an exception innoshake.json
.