[Merged by Bors] - chore(Analysis/InnerProductSpace): fix eigenvalue_pos_of_pos - #42929
[Merged by Bors] - chore(Analysis/InnerProductSpace): fix eigenvalue_pos_of_pos#42929mcdoll wants to merge 2 commits into
eigenvalue_pos_of_pos#42929Conversation
PR summary f24777c72cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Good find, thanks! I've shortened your PR description a bit (since right now, the description is longer than the fix). If you disagree with this, feel free to edit it back. |
|
✌️ mcdoll can now approve this pull request until 2026-09-02 08:06 UTC (in 2 weeks). To approve and merge, reply with
|
|
Thanks, yes the example should not be part of the commit message. |
The current statement of the lemma `eigenvalue_pos_of_pos` is non-sense as its assumption can never be satisfied (it is always violated for `x=0`). Fix this; also remove some type annotations that are completely unnecessary.
|
Pull request successfully merged into master. Build succeeded:
|
eigenvalue_pos_of_poseigenvalue_pos_of_pos
The current statement of the lemma
eigenvalue_pos_of_posis non-sense as its assumption can never be satisfied (it is always violated forx=0). Fix this; also remove some type annotations that are completely unnecessary.Also remove some type annotations that are completely unnecessary.