Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - refactor: new definition of eigenvectorUnitary #11363

Closed
wants to merge 43 commits into from

Conversation

JonBannon
Copy link
Collaborator

@JonBannon JonBannon commented Mar 13, 2024

This file contains the spectral theorem for Hermitian matrices and nearby relevant theorems. We rewrote the file, recasting the natural eigenvector basis matrix as a unitary called eigenvectorUnitary, and removed a lot of defeq abuse that the original file contained, considerably simplifying things.


Open in Gitpod

@j-loreaux j-loreaux added the WIP Work in progress label Mar 13, 2024
@grunweg grunweg added the new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! label Mar 25, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Mar 28, 2024
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Apr 19, 2024
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
JonBannon and others added 6 commits May 3, 2024 08:53
Want to remove mul_vec and vec_mul lemmas and then address issues with #align commands
…ral" alignment with previously existing lemmas.
Replaced Hermitian conjugate with star.

Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
Copy link
Collaborator

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's getting close. You should probably switch from WIP to awaiting-review though.

Mathlib/LinearAlgebra/Matrix/PosDef.lean Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Show resolved Hide resolved
Mathlib/LinearAlgebra/Matrix/Spectrum.lean Outdated Show resolved Hide resolved
@JonBannon JonBannon added awaiting-review The author would like community review of the PR and removed WIP Work in progress labels May 3, 2024
@j-loreaux
Copy link
Collaborator

I've had a lot of input in this, so it would be good to get a second set of eyes.

maintainer merge

Copy link

github-actions bot commented May 3, 2024

🚀 Pull request has been placed on the maintainer queue by j-loreaux.

@j-loreaux j-loreaux changed the title New definition of eigenvectorUnitary refactor: new definition of eigenvectorUnitary May 3, 2024
@JonBannon
Copy link
Collaborator Author

JonBannon commented May 3, 2024 via email

Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels May 4, 2024
mathlib-bors bot pushed a commit that referenced this pull request May 4, 2024
This file contains the spectral theorem for Hermitian matrices and nearby relevant theorems. We rewrote the file, recasting the natural eigenvector basis matrix as a unitary called `eigenvectorUnitary`, and removed a lot of defeq abuse that the original file contained, considerably simplifying things.



Co-authored-by: JonBannon <59937998+JonBannon@users.noreply.github.com>
@mathlib-bors
Copy link

mathlib-bors bot commented May 4, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title refactor: new definition of eigenvectorUnitary [Merged by Bors] - refactor: new definition of eigenvectorUnitary May 4, 2024
@mathlib-bors mathlib-bors bot closed this May 4, 2024
@mathlib-bors mathlib-bors bot deleted the jbannon/Spectrum.eigenvectorUnitary branch May 4, 2024 19:06
apnelson1 pushed a commit that referenced this pull request May 12, 2024
This file contains the spectral theorem for Hermitian matrices and nearby relevant theorems. We rewrote the file, recasting the natural eigenvector basis matrix as a unitary called `eigenvectorUnitary`, and removed a lot of defeq abuse that the original file contained, considerably simplifying things.



Co-authored-by: JonBannon <59937998+JonBannon@users.noreply.github.com>
callesonne pushed a commit that referenced this pull request May 16, 2024
This file contains the spectral theorem for Hermitian matrices and nearby relevant theorems. We rewrote the file, recasting the natural eigenvector basis matrix as a unitary called `eigenvectorUnitary`, and removed a lot of defeq abuse that the original file contained, considerably simplifying things.



Co-authored-by: JonBannon <59937998+JonBannon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer-merge new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants