[Merged by Bors] - refactor(LinearAlgebra/FiniteDimensional/Defs): move of_fact_finrank_eq_two#32296
[Merged by Bors] - refactor(LinearAlgebra/FiniteDimensional/Defs): move of_fact_finrank_eq_two#32296jsm28 wants to merge 2 commits intoleanprover-community:masterfrom
of_fact_finrank_eq_two#32296Conversation
…_eq_two` Move `of_fact_finrank_eq_two` from `Mathlib.Analysis.InnerProductSpace.TwoDim` to `Mathlib.LinearAlgebra.FiniteDimensional.Defs` to avoid a large import in leanprover-community#31891 that was only in order to use that one lemma without needing the rest of `Mathlib.Analysis.InnerProductSpace.TwoDim`.
PR summary addb2cace4Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
Ruben-VandeVelde
left a comment
There was a problem hiding this comment.
That seems reasonable.
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
|
What about moving it to |
|
Anyway this LGTM, thanks! bors d+ |
|
✌️ jsm28 can now approve this pull request. To approve and merge a pull request, simply reply with |
Ruben-VandeVelde
left a comment
There was a problem hiding this comment.
Hm, I'd argue that right next to of_fact_finrank_eq_succ makes perfect sense.
(One small comment on a second look, though.)
Ah yes, that makes sense, let's keep it there. |
Co-authored-by: Ruben Van de Velde <[email protected]>
|
bors r+ |
|
Pull request successfully merged into master. Build succeeded: |
of_fact_finrank_eq_twoof_fact_finrank_eq_two
Move
of_fact_finrank_eq_twofromMathlib.Analysis.InnerProductSpace.TwoDimtoMathlib.LinearAlgebra.FiniteDimensional.Defsto avoid a large import in #31891 that was only in order to use that one lemma without needing the rest ofMathlib.Analysis.InnerProductSpace.TwoDim.