[Merged by Bors] - feat(LinearAlgebra/ExteriorPower): add Basis for exteriorPower#32708
Closed
morrison-daniel wants to merge 143 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(LinearAlgebra/ExteriorPower): add Basis for exteriorPower#32708morrison-daniel wants to merge 143 commits intoleanprover-community:masterfrom
Basis for exteriorPower#32708morrison-daniel wants to merge 143 commits intoleanprover-community:masterfrom
Conversation
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
…community/mathlib4 into SM.PiTensorProduct.DirectSum
…community/mathlib4 into SM.PiTensorProduct.DirectSum
Co-authored-by: Eric Wieser <efw@google.com>
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
ocfnash
reviewed
Feb 13, 2026
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
ocfnash
approved these changes
Feb 14, 2026
Contributor
ocfnash
left a comment
There was a problem hiding this comment.
Thanks!
Just a couple of minor nitpicks. Great to get these results
bors d+
Contributor
|
✌️ morrison-daniel can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Collaborator
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 15, 2026
…32708) This defines a basis for `exteriorPower R M` given a `Basis I R M` where `I` is linearly ordered and develops API for working with basis elements. Key results: - `Basis.exteriorPower R n b` is the basis of `⋀[R]^n M` induced by the basis `b` of `M` - if `M` is free over `R` then so is `⋀[R]^n M` - if `M` is free and finite then `Module.finrank R (⋀[R]^n M) = Nat.choose (Module.finrank R M) n`
Contributor
|
Pull request successfully merged into master. Build succeeded: |
Basis for exteriorPowerBasis for exteriorPower
3 tasks
rao107
pushed a commit
to rao107/mathlib4
that referenced
this pull request
Feb 18, 2026
…eanprover-community#32708) This defines a basis for `exteriorPower R M` given a `Basis I R M` where `I` is linearly ordered and develops API for working with basis elements. Key results: - `Basis.exteriorPower R n b` is the basis of `⋀[R]^n M` induced by the basis `b` of `M` - if `M` is free over `R` then so is `⋀[R]^n M` - if `M` is free and finite then `Module.finrank R (⋀[R]^n M) = Nat.choose (Module.finrank R M) n`
Maldooor
pushed a commit
to Maldooor/mathlib4
that referenced
this pull request
Feb 25, 2026
…eanprover-community#32708) This defines a basis for `exteriorPower R M` given a `Basis I R M` where `I` is linearly ordered and develops API for working with basis elements. Key results: - `Basis.exteriorPower R n b` is the basis of `⋀[R]^n M` induced by the basis `b` of `M` - if `M` is free over `R` then so is `⋀[R]^n M` - if `M` is free and finite then `Module.finrank R (⋀[R]^n M) = Nat.choose (Module.finrank R M) n`
pfaffelh
pushed a commit
to pfaffelh/mathlib4
that referenced
this pull request
Mar 2, 2026
…eanprover-community#32708) This defines a basis for `exteriorPower R M` given a `Basis I R M` where `I` is linearly ordered and develops API for working with basis elements. Key results: - `Basis.exteriorPower R n b` is the basis of `⋀[R]^n M` induced by the basis `b` of `M` - if `M` is free over `R` then so is `⋀[R]^n M` - if `M` is free and finite then `Module.finrank R (⋀[R]^n M) = Nat.choose (Module.finrank R M) n`
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This defines a basis for
exteriorPower R Mgiven aBasis I R MwhereIis linearly ordered and develops API for working with basis elements.Key results:
Basis.exteriorPower R n bis the basis of⋀[R]^n Minduced by the basisbofMMis free overRthen so is⋀[R]^n MMis free and finite thenModule.finrank R (⋀[R]^n M) = Nat.choose (Module.finrank R M) n