[Merged by Bors] - feat(Algebra/DirectSum): getting a map between directsums by giving the map on components#22354
[Merged by Bors] - feat(Algebra/DirectSum): getting a map between directsums by giving the map on components#22354
Conversation
PR summary 28256e0bfcImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
j-loreaux
left a comment
There was a problem hiding this comment.
Thanks! There are a few minor issues described below. Mainly just showing you the way we do things in Mathlib.
|
I've updated the linearMap version by now, and the definitions are renamed similarly to those appearing in |
I think Perhaps |
|
OK, that makes sense as well. Edit: I found that |
Co-authored-by: Eric Wieser <efw@google.com>
j-loreaux
left a comment
There was a problem hiding this comment.
I'm happy with this now @eric-wieser, but I'll let you decide:
bors d=eric-wieser
|
✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with |
eric-wieser
left a comment
There was a problem hiding this comment.
bors d+
One very minor nit
|
✌️ xyzw12345 can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
…he map on components (#22354) This PR defines the map obtained between `DirectSum`s by giving the component-wise mapping. More specifically, it creates a homomorphism `DirectSum.map f : (⨁ i, α i) →+ ⨁ i, β i` from the component-wise map `f : ∀(i : ι), α i →+ β i`. We also proved some basic properties of this function. This construction is expected to be used in things related to graded rings. The linear version of this map was added already in #20265. Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
…he map on components (#22354) This PR defines the map obtained between `DirectSum`s by giving the component-wise mapping. More specifically, it creates a homomorphism `DirectSum.map f : (⨁ i, α i) →+ ⨁ i, β i` from the component-wise map `f : ∀(i : ι), α i →+ β i`. We also proved some basic properties of this function. This construction is expected to be used in things related to graded rings. The linear version of this map was added already in #20265. Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
This PR defines the map obtained between
DirectSums by giving the component-wise mapping. More specifically, it creates a homomorphismDirectSum.map f : (⨁ i, α i) →+ ⨁ i, β ifrom the component-wise mapf : ∀(i : ι), α i →+ β i. We also proved some basic properties of this function. This construction is expected to be used in things related to graded rings.The linear version of this map was added already in #20265.
#22279 depends on this PR.