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(category_theory/opposites): Add is_iso_op #9319

Closed
wants to merge 7 commits into from

Conversation

justus-springer
Copy link
Collaborator


Open in Gitpod

@justus-springer justus-springer added the awaiting-review The author would like community review of the PR label Sep 21, 2021
@@ -86,6 +91,9 @@ lemma is_iso_of_op {X Y : C} (f : X ⟶ Y) [is_iso f.op] : is_iso f :=
⟨⟨(inv (f.op)).unop,
⟨quiver.hom.op_inj (by simp), quiver.hom.op_inj (by simp)⟩⟩⟩

lemma op_inv {X Y : C} (f : X ⟶ Y) [f_iso : is_iso f] : (inv f).op = inv f.op :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be a @[simp] lemma? I'm not sure.

Copy link
Member

Choose a reason for hiding this comment

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

It probably should, since functor.map_inv also simps towards the same direction.

@semorrison
Copy link
Collaborator

bors d+

@bors
Copy link

bors bot commented Sep 24, 2021

✌️ justus-springer 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 delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Sep 24, 2021
@justus-springer
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 24, 2021


Co-authored-by: erd1 <the.erd.one@gmail.com>
Co-authored-by: erdOne <36414270+erdOne@users.noreply.github.com>
@bors
Copy link

bors bot commented Sep 24, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(category_theory/opposites): Add is_iso_op [Merged by Bors] - feat(category_theory/opposites): Add is_iso_op Sep 24, 2021
@bors bors bot closed this Sep 24, 2021
@bors bors bot deleted the is_iso_op branch September 24, 2021 11:04
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants