[Merged by Bors] - feat(LinearAlgebra/ExteriorPower): the universal property of the exterior power#18590
[Merged by Bors] - feat(LinearAlgebra/ExteriorPower): the universal property of the exterior power#18590
Conversation
PR summary 604d5be7a8Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 1525 | 3 | erw |
Current commit 604d5be7a8
Reference commit 2f1fb1baba
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
jcommelin
left a comment
There was a problem hiding this comment.
Apart from the stylistic issue pointed out by Eric, I think this all looks very reasonable. But I would be happy to hear more thoughts from Eric.
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
|
||
| variable {N : Type*} [AddCommMonoid N] [Module R N] | ||
|
|
||
| lemma linearMap_eq_iff_of_eq_span {V : Submodule R M} (f g : V →ₗ[R] N) |
There was a problem hiding this comment.
Should this be called LinearMap.submodule_ext_iff_of_eq_span or something?
There was a problem hiding this comment.
Should this be called
LinearMap.submodule_ext_iff_of_eq_spanor something?
I like this name too. It enables dot notation, and by covnention the iff version of extensionality lemmas are usually called ext_iff, e.g. MvPolynomial.funext_iff, DFunLike.ext_iff.
Co-authored-by: Johan Commelin <johan@commelin.net>
|
Thanks! bors merge |
…rior power (#18590) We obtain the universal property of the `n`th exterior power of a module `M`: linear maps from this exterior power identify to `n`-alternating maps from `M`. This is also phrased as the data of a presentation of the exterior power by generators and relations. Co-authored-by: sophie.morel@ens-lyon.fr Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
We obtain the universal property of the
nth exterior power of a moduleM: linear maps from this exterior power identify ton-alternating maps fromM. This is also phrased as the data of a presentation of the exterior power by generators and relations.Co-authored-by: sophie.morel@ens-lyon.fr
This is partly extracted from #10654, with some modifications. Mostly, what was named
liftAlternatingEquivisalternatingMapLinearEquivhere.