Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(ring_theory/graded_algebra): projection map of graded algebra #10116

Closed
wants to merge 86 commits into from

Conversation

jjaassoonn
Copy link
Collaborator

@jjaassoonn jjaassoonn commented Nov 2, 2021

This pr defines and proves some property about graded_algebra.proj : A →ₗ[R] A


Open in Gitpod

@github-actions github-actions bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Nov 2, 2021
src/algebra/direct_sum/internal.lean Outdated Show resolved Hide resolved
src/algebra/direct_sum/internal.lean Outdated Show resolved Hide resolved
src/algebra/direct_sum/internal.lean Outdated Show resolved Hide resolved
@@ -77,6 +77,24 @@ direct_sum.to_semiring (λ i, (A i).subtype) rfl (λ _ _ _ _, rfl)
direct_sum.submonoid_coe_ring_hom A (direct_sum.of (λ i, A i) i x) = x :=
direct_sum.to_semiring_of _ _ _ _ _

section big_operators

open_locale big_operators
Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to just do this at the top of the file, and then get rid of the section

Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Thanks, this looks great now! Just a few minor stylistic changes left

bors d+

@bors
Copy link

bors bot commented Dec 5, 2021

✌️ jjaassoonn can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added the delegated The PR author may merge after reviewing final suggestions. label Dec 5, 2021
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@jjaassoonn
Copy link
Collaborator Author

Thank you, Eric!

bors r+

@bors
Copy link

bors bot commented Dec 5, 2021

Canceled.

@eric-wieser
Copy link
Member

eric-wieser commented Dec 5, 2021

I pushed one missed style change (edit: and two more I didn't comment on). Let's wait for CI before merging.

@jjaassoonn
Copy link
Collaborator Author

I also combined two open_locale to a single line. I am not sure if this is the preferred style though.

@jjaassoonn jjaassoonn removed the awaiting-author A reviewer has asked the author a question or requested changes label Dec 5, 2021
@eric-wieser
Copy link
Member

bors merge

Looks like the linter is finally happy

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Dec 5, 2021
bors bot pushed a commit that referenced this pull request Dec 5, 2021
…10116)

This pr defines and proves some property about `graded_algebra.proj : A →ₗ[R] A`



Co-authored-by: jjaassoonn <jujian.zhang1998@out.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@bors
Copy link

bors bot commented Dec 5, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(ring_theory/graded_algebra): projection map of graded algebra [Merged by Bors] - feat(ring_theory/graded_algebra): projection map of graded algebra Dec 5, 2021
@bors bors bot closed this Dec 5, 2021
@bors bors bot deleted the graded_ring_dep_3 branch December 5, 2021 18:05
jcommelin pushed a commit that referenced this pull request Dec 18, 2021
…10116)

This pr defines and proves some property about `graded_algebra.proj : A →ₗ[R] A`



Co-authored-by: jjaassoonn <jujian.zhang1998@out.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants