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] - fix(data/polynomial/basic): op_ring_equiv docstring #13132

Closed
wants to merge 3 commits into from

Conversation

kbuzzard
Copy link
Member

@kbuzzard kbuzzard commented Apr 2, 2022


Open in Gitpod

@kbuzzard kbuzzard added easy < 20s of review time. See the lifecycle page for guidelines. awaiting-review The author would like community review of the PR labels Apr 2, 2022
@@ -173,7 +173,7 @@ def to_finsupp_iso : R[X] ≃+* add_monoid_algebra R ℕ :=
map_mul' := by { rintros ⟨⟩ ⟨⟩, simp [mul_to_finsupp] },
map_add' := by { rintros ⟨⟩ ⟨⟩, simp [add_to_finsupp] } }

/-- Ring isomorphism between `R[X]ᵐᵒᵖ` and `R[X]ᵐᵒᵖ`. -/
/-- Ring isomorphism between `R[X]ᵐᵒᵖ` and `Rᵐᵒᵖ[X]`. -/
Copy link
Member

@eric-wieser eric-wieser Apr 2, 2022

Choose a reason for hiding this comment

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

Maybe we should rewrite this entirely

Suggested change
/-- Ring isomorphism between `R[X]ᵐᵒᵖ` and `Rᵐᵒᵖ[X]`. -/
/-- Ring isomorphism sending each coefficient of a polynomial to the opposite ring. -/

The currently version is just an explanation of what ≃+* means, which is silly.

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.

bors d+

@bors
Copy link

bors bot commented Apr 2, 2022

✌️ kbuzzard 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-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Apr 2, 2022
@eric-wieser
Copy link
Member

bors merge

@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 Apr 3, 2022
@bors
Copy link

bors bot commented Apr 3, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix(data/polynomial/basic): op_ring_equiv docstring [Merged by Bors] - fix(data/polynomial/basic): op_ring_equiv docstring Apr 3, 2022
@bors bors bot closed this Apr 3, 2022
@bors bors bot deleted the op_ring_equiv_docstring_typo branch April 3, 2022 19:03
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. easy < 20s of review time. See the lifecycle page for guidelines. 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