-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Merged by Bors] - feat(LinearAlgebra/Matrix/Nondegenerate): more API and generalize to non-domains #39634
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
Closed
SnirBroshi
wants to merge
27
commits into
leanprover-community:master
from
SnirBroshi:feature/matrix/nondegenerate-generalize-nonzerodivisors
Closed
[Merged by Bors] - feat(LinearAlgebra/Matrix/Nondegenerate): more API and generalize to non-domains #39634
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f4730bf
feat(LinearAlgebra/Matrix/Nondegenerate): generalize `det ≠ 0 → Nonde…
SnirBroshi 9b16f01
delete `A` and just use `R`
SnirBroshi d5aacdd
use `nonZeroDivisors` notation
SnirBroshi 883dc1d
extract the argument for a `Nondegenerate` hypothesis
SnirBroshi 1239439
transpose theorems to make mulVec work
SnirBroshi 0a987cd
cleanup
SnirBroshi 9717541
generalize further
SnirBroshi 457f9d6
cleanup
SnirBroshi 4f59719
`SeparatingLeft`/`SeparatingRight`/`Nondegenerate` are equivalent for…
SnirBroshi fe40743
generalize the definitions for good measure
SnirBroshi 06df011
move `classical` closer to usage
SnirBroshi 953df37
`variable ... in` is silly
SnirBroshi 13cb34b
tag transpose lemmas as `@[simp]`
SnirBroshi 7317b59
remove more `variable ... in`
SnirBroshi 8824264
use the other theorems in `separatingLeft_iff_separatingRight` to avo…
SnirBroshi f195841
extract `variable`s in `ToLinearEquiv.lean`
SnirBroshi 52a0560
Merge branch 'master' into feature/matrix/nondegenerate-generalize-no…
SnirBroshi dae7377
`simpa using!`
SnirBroshi 05599b3
rename `nondegenerate_iff_forall_mulVec_and_vecMul_eq_zero`
SnirBroshi e69a766
move `Fintype` `variable`s
SnirBroshi b4d4f49
Merge branch 'master' into feature/matrix/nondegenerate-generalize-no…
SnirBroshi a131348
fix name of `nondegenerate_iff_forall_vecMul_and_mulVec_eq_zero`
SnirBroshi 8956d35
rename transpose aliases
SnirBroshi 6775d92
move `open scoped`
SnirBroshi 87f8a81
golf `*_iff_det_ne_zero`
SnirBroshi 92cd008
reorder `of_` hypotheses in names
SnirBroshi d991d28
shorten `rw` to `simp`
SnirBroshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.