[Merged by Bors] - feat: algebraic properties of LinearMap.compMultilinear#17932
[Merged by Bors] - feat: algebraic properties of LinearMap.compMultilinear#17932eric-wieser wants to merge 5 commits intomasterfrom
LinearMap.compMultilinear#17932Conversation
This also demotes `LinearMap.compAlternatingMap` to a plain function, for consistency.
PR summary a644005b86Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| variable (S) in | ||
| /-- `LinearMap.compAlternatingMap` as an `S`-linear map. -/ | ||
| @[simps] | ||
| def compAlternatingMapₗ [Semiring S] [Module S N] [Module S N₂] |
There was a problem hiding this comment.
We have several different conventions about naming of bundled versions of maps. Some day, we should decide what to do about it.
There was a problem hiding this comment.
In this case, I copied MultilinearMap.compLinearMapₗ
|
Thanks! 🎉 |
This also demotes `LinearMap.compAlternatingMap` to a plain function, for consistency. To make up for this loss, it introduces `LinearMap.compAlternatingMapₗ` as the stronger linear version.
|
Pull request successfully merged into master. Build succeeded: |
LinearMap.compMultilinearLinearMap.compMultilinear
This also demotes
LinearMap.compAlternatingMapto a plain function, for consistency.To make up for this loss, it introduces
LinearMap.compAlternatingMapₗas the stronger linear version.