Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(linear_algebra): the direct sum of a submodule quotient is the quotient of the direct sum #17069

Closed
wants to merge 8 commits into from

Conversation

Vierkantor
Copy link
Collaborator

This defines the linear equivalence submodule.quotient_pi which allows us to interchange taking the direct sum and taking the quotient. This result is useful for defining the ideal norm.

Co-Authored-By: Alex J. Best alex.j.best@gmail.com


Open in Gitpod

…uotient of the direct sum

This defines the linear equivalence `submodule.quotient_pi` which allows us to interchange taking the direct sum and taking the quotient. This result is useful for defining the ideal norm.

Co-Authored-By: Alex J. Best <alex.j.best@gmail.com>
@Vierkantor Vierkantor added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. t-algebra Algebra (groups, rings, fields etc) labels Oct 19, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Oct 19, 2022
variables {N : Type*} [add_comm_group N] [module R N]
variables {Ns : ι → Type*} [∀ i, add_comm_group (Ns i)] [∀ i, module R (Ns i)]

/-- Lift a family of maps to the direct sum of quotients. -/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling this a direct sum is maybe misleading in the presence of direct_sum... But I don't have a better suggestion

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the presence of direct_sum should change the informal meaning of "direct sum". :-)

@kim-em
Copy link
Collaborator

kim-em commented Nov 11, 2022

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Nov 11, 2022
bors bot pushed a commit that referenced this pull request Nov 11, 2022
…uotient of the direct sum (#17069)

This defines the linear equivalence `submodule.quotient_pi` which allows us to interchange taking the direct sum and taking the quotient. This result is useful for defining the ideal norm.

Co-Authored-By: Alex J. Best <alex.j.best@gmail.com>



Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Vierkantor <vierkantor@vierkantor.com>
@bors
Copy link

bors bot commented Nov 11, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Nov 12, 2022
…uotient of the direct sum (#17069)

This defines the linear equivalence `submodule.quotient_pi` which allows us to interchange taking the direct sum and taking the quotient. This result is useful for defining the ideal norm.

Co-Authored-By: Alex J. Best <alex.j.best@gmail.com>



Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Vierkantor <vierkantor@vierkantor.com>
@bors
Copy link

bors bot commented Nov 12, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(linear_algebra): the direct sum of a submodule quotient is the quotient of the direct sum [Merged by Bors] - feat(linear_algebra): the direct sum of a submodule quotient is the quotient of the direct sum Nov 12, 2022
@bors bors bot closed this Nov 12, 2022
@bors bors bot deleted the submodule-quotient-maps branch November 12, 2022 05:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants