feat(Topology/InfiniteSum): applying a tsum of CLM with operator norm - #42829
feat(Topology/InfiniteSum): applying a tsum of CLM with operator norm#42829wwylele wants to merge 2 commits into
Conversation
PR summary 8928b411e5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this comment.
These should really be for TVS's not just normed spaces. But we don't have a TVS version of apply (i.e., a linear map version: E →ₛₗ[σ] ((E →SL[σ] F) →L[R₂] F)). I'll make a PR for ContinuousLinearMap.applyₗ in a bit. (edit: #43112)
|
Could you try making these lemmas generic over |
|
I would also consider renaming |
These three one-liners are provided mostly for discoverability. Especially for
ContinuousLinearMap.tsum_apply: when one search for lemma in this shape, they will find tsum_apply which is for pi topology, thus frustratingly not applicable for CLM with operator norm.I put them in a new file because it imports two somewhat distant files, and I couldn't find a suitable place in existing files