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: port Algebra.Category.Mon.Basic #2902

Closed
wants to merge 29 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Mar 15, 2023


The file/directory/category Mon was renamed as MonCat. A few new definitions and simp lemmas were necessary in order to make this port and ease automation, see the porting notes.

Open in Gitpod

@joelriou joelriou added WIP Work in progress mathlib-port This is a port of a theory file from mathlib. labels Mar 15, 2023
…gory.BundledHom' into port/Algebra.Category.Mon.Basic
@semorrison semorrison added the blocked-by-other-PR This PR depends on another PR to Mathlib label Mar 15, 2023
@joelriou joelriou removed the WIP Work in progress label Mar 17, 2023
@semorrison semorrison removed the blocked-by-other-PR This PR depends on another PR to Mathlib label Mar 17, 2023
@semorrison
Copy link
Contributor

This PR/issue depends on:

@joelriou joelriou added the awaiting-review The author would like community review of the PR label Mar 20, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@semorrison semorrison added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Mar 21, 2023
bors bot pushed a commit that referenced this pull request Mar 21, 2023
Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
@bors
Copy link

bors bot commented Mar 21, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port Algebra.Category.Mon.Basic [Merged by Bors] - feat: port Algebra.Category.Mon.Basic Mar 21, 2023
@bors bors bot closed this Mar 21, 2023
@bors bors bot deleted the port/Algebra.Category.Mon.Basic branch March 21, 2023 12:47
bors bot pushed a commit that referenced this pull request May 12, 2023
I think the ports
* #2902 (MonCat)
* #3036 (GroupCat)
* #3260 (ModuleCat)

didn't quite get things right, and also have some variation between them. This PR tries to straighten things out.

Major changes:
* Have the coercion to type be via `X.\a`, and put attribute `@[coe]` on this.
* Make sure the coercion from morphisms to functions means that simp lemmas about the underlying bundled morphisms apply directly.
  * This means we drop lemmas like
  ```
  lemma Hom.map_mul {X Y : MonCat} (f : X ⟶ Y) (x y : X) : ((forget MonCat).map f) (x * y) = f x * f y
   ```
   * But at the expense of adding lemmas like
   ```
   lemma coe_comp {X Y Z : MonCat} {f : X ⟶ Y} {g : Y ⟶ Z} : (f ≫ g : X → Z) = g ∘ f := rfl
   ```

Overall I'm pretty happy, and it allows me to unstick the long stuck #3105.

This is not everything I want to do to refactor these files, but once I was satisfied that I can move forward with RingCat, I want to get this merged so we can unblock porting progress. I'll promise to come back to this soon! :-)



Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
Co-authored-by: Scott Morrison <scott.morrison@anu.edu.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants