[Merged by Bors] - feat(LinearAlgebra/Multilinear): constructing MultilinearMap over DirectSum#32450
[Merged by Bors] - feat(LinearAlgebra/Multilinear): constructing MultilinearMap over DirectSum#32450morrison-daniel wants to merge 94 commits intoleanprover-community:masterfrom
MultilinearMap over DirectSum#32450Conversation
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>
PR summary ae8e527219Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
DirectSum and Pi with MultilinearMapMultilinearMap over DirectSum
There was a problem hiding this comment.
Thanks, it's great to see this material start to move at last.
One final remark about my inline comments is that I have used (i : ι) → κ i rather than Π i, κ i since there was a mixture of notation in the file. Either is fine (though the former is what the delaborator uses so you'll see that in the infoview).
Please apply the suggestions and then feel free to merge!
bors d+
|
✌️ 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>
|
bors r+ |
…DirectSum` (#32450) Adds `fromDirectSumEquiv` as an analog for `fromDFinsuppEquiv` specifically for `DirectSum`. This map combines a collection of `MultilinearMap`s into a single `MultilinearMap` on the `DirectSum`.
|
Pull request successfully merged into master. Build succeeded: |
MultilinearMap over DirectSumMultilinearMap over DirectSum
Adds
fromDirectSumEquivas an analog forfromDFinsuppEquivspecifically forDirectSum. This map combines a collection ofMultilinearMaps into a singleMultilinearMapon theDirectSum.