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/with_one,order/monoid}): equivs for with_zero and with_one #12275

Closed
wants to merge 2 commits into from

Conversation

eric-wieser
Copy link
Member

This provides:

  • add_equiv.with_zero_congr : α ≃+ β → with_zero α ≃+ with_zero β
  • mul_equiv.with_one_congr : α ≃* β → with_one α ≃* with_one β
  • with_zero.to_mul_bot : with_zero (multiplicative α) ≃* multiplicative (with_bot α)

Zulip thread


Open in Gitpod

@eric-wieser eric-wieser added awaiting-CI The author would like to see what CI has to say before doing more work. awaiting-review The author would like community review of the PR labels Feb 24, 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 Feb 25, 2022
@ocfnash
Copy link
Collaborator

ocfnash commented Feb 28, 2022

Thanks

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 Feb 28, 2022
bors bot pushed a commit that referenced this pull request Feb 28, 2022
…nd `with_one` (#12275)

This provides:

* `add_equiv.with_zero_congr : α ≃+ β → with_zero α ≃+ with_zero β`
* `mul_equiv.with_one_congr : α ≃* β → with_one α ≃* with_one β`
* `with_zero.to_mul_bot : with_zero (multiplicative α) ≃* multiplicative (with_bot α)`

[Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there.20code.20for.20X.3F/topic/with_zero.20.28multiplicative.20A.29.20.E2.89.83*.20multiplicative.20.28with_bot.20A.29/near/272980650)
@bors
Copy link

bors bot commented Feb 28, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(algebra/{group/with_one,order/monoid}): equivs for with_zero and with_one [Merged by Bors] - feat(algebra/{group/with_one,order/monoid}): equivs for with_zero and with_one Feb 28, 2022
@bors bors bot closed this Feb 28, 2022
@bors bors bot deleted the eric-wieser/multiplicative-with_zero branch February 28, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants