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(CategoryTheory/Limits): the end of a functor #18082

Closed
wants to merge 12 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Oct 22, 2024

In this file, given a functor F : Jᵒᵖ ⥤ J ⥤ C, we define its end end_ F. It is a particular case of multiequalizer. The abbreviation Wedge for the corresponding category of cones is also introduced.


Open in Gitpod

@joelriou joelriou added WIP Work in progress t-category-theory Category theory labels Oct 22, 2024
Copy link

github-actions bot commented Oct 22, 2024

PR summary 06d970de53

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Limits.Shapes.End 417

Declarations diff

+ HasEnd
+ Wedge
+ condition
+ end_
+ end_.condition
+ end_.lift
+ end_.lift_π
+ end_.π
+ lift
+ lift_ι
+ mk
+ mk_ι
+ multicospanIndexEnd
++ hom_ext

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) and removed blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) labels Oct 22, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 24, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 24, 2024
@dagurtomas
Copy link
Collaborator

Thanks!

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by dagurtomas.

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.

bors d+

Mathlib/CategoryTheory/Limits/Shapes/End.lean Outdated Show resolved Hide resolved
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Oct 29, 2024

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

Co-authored-by: Johan Commelin <johan@commelin.net>
@joelriou
Copy link
Collaborator Author

Thanks very much!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Oct 29, 2024
mathlib-bors bot pushed a commit that referenced this pull request Oct 29, 2024
In this file, given a functor `F : Jᵒᵖ ⥤ J ⥤ C`, we define its end `end_ F`. It is a particular case of multiequalizer. The abbreviation `Wedge` for the corresponding category of cones is also introduced.



Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Oct 29, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory/Limits): the end of a functor [Merged by Bors] - feat(CategoryTheory/Limits): the end of a functor Oct 29, 2024
@mathlib-bors mathlib-bors bot closed this Oct 29, 2024
@mathlib-bors mathlib-bors bot deleted the category-limits-shapes-end branch October 29, 2024 13:45
jcommelin pushed a commit that referenced this pull request Oct 29, 2024
In this file, given a functor `F : Jᵒᵖ ⥤ J ⥤ C`, we define its end `end_ F`. It is a particular case of multiequalizer. The abbreviation `Wedge` for the corresponding category of cones is also introduced.



Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated maintainer-merge ready-to-merge This PR has been sent to bors. t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants