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(Algebra/Group/Hom/Instances): missing instances on AddMonoid.End #8741

Closed
wants to merge 5 commits into from

Conversation

eric-wieser
Copy link
Member

We already had these instance for AddMonoidHom, but did not copy them across.

This also corrects some instances names, both for cosmetic reasons, and to avoid name clashes.


Open in Gitpod

@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR awaiting-CI t-algebra Algebra (groups, rings, fields etc) labels Nov 30, 2023
Copy link
Member

@fpvandoorn fpvandoorn left a comment

Choose a reason for hiding this comment

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

bors d+

/-- The tautological action by `AddMonoid.End α` on `α`.

This generalizes `AddMonoid.End.applyDistribMulAction`. -/
instance AddMonoid.End.applyModule [AddCommMonoid A] : Module (AddMonoid.End A) A where
Copy link
Member

Choose a reason for hiding this comment

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

put this above the end AddMonoid.End a few lines higher?

@mathlib-bors
Copy link

mathlib-bors bot commented Nov 30, 2023

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

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added delegated and removed awaiting-review The author would like community review of the PR labels Nov 30, 2023
@eric-wieser
Copy link
Member Author

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Nov 30, 2023
mathlib-bors bot pushed a commit that referenced this pull request Nov 30, 2023
…d` (#8741)

We already had these instance for `AddMonoidHom`, but did not copy them across.

This also corrects some instances names, both for cosmetic reasons, and to avoid name clashes.
@mathlib-bors
Copy link

mathlib-bors bot commented Nov 30, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Group/Hom/Instances): missing instances on AddMonoid.End [Merged by Bors] - feat(Algebra/Group/Hom/Instances): missing instances on AddMonoid.End Nov 30, 2023
@mathlib-bors mathlib-bors bot closed this Nov 30, 2023
@mathlib-bors mathlib-bors bot deleted the eric-wieser/AddMonoid.End-instances branch November 30, 2023 20:26
awueth pushed a commit that referenced this pull request Dec 19, 2023
…d` (#8741)

We already had these instance for `AddMonoidHom`, but did not copy them across.

This also corrects some instances names, both for cosmetic reasons, and to avoid name clashes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants