feat(Analysis/InnerProductSpace): singleton basis for 1d space#37506
feat(Analysis/InnerProductSpace): singleton basis for 1d space#37506wwylele wants to merge 16 commits intoleanprover-community:masterfrom
Conversation
PR summary c0ee2a9375Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
9ea4a31 to
08ea425
Compare
Co-authored-by: Monica Omar <[email protected]>
themathqueen
left a comment
There was a problem hiding this comment.
Thanks! Can you also add the lemma for orthonormalBasisSingleton_repr_apply (see FiniteDimensional.basisSingleton_repr_apply for the basis version) and maybe also a version of FiniteDimensional.range_basisSingleton?
a33ba4b to
c1838f3
Compare
|
-awaiting-author |
|
Ok I guess I need to fix some simp problem in downstream... |
|
-awaiting-author |
themathqueen
left a comment
There was a problem hiding this comment.
Thanks! Looks good to me.
There was a problem hiding this comment.
This looks good to me too. I was a little nervous about the new simp lemma needing changes elsewhere in the library – one does not lightly modify the root note in the import tree! – but in fact all the changes downstream seem to be beneficial, so I think we're good.
|
maintainer delegate |
|
🚀 Pull request has been placed on the maintainer queue by loefflerd. |
Co-authored-by: David Loeffler <[email protected]>
Co-authored-by: David Loeffler <[email protected]>
Co-authored-by: David Loeffler <[email protected]>
This was brought up in #36462. Similar to existing
FiniteDimensional.basisSingleton, this provides a OrthonormalBasis version.