[Merged by Bors] - feat(CategoryTheory): Special equalizers associated to a comonad#14171
Closed
[Merged by Bors] - feat(CategoryTheory): Special equalizers associated to a comonad#14171
Conversation
PR summary 2b54da2a7aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Member
|
Can you add a comment in the first message of this PR saying "This contribution was created as part of the AIM workshop "Formalizing Algebraic Geometry" in June 2024."? |
3 tasks
|
This PR/issue depends on:
|
dagurtomas
approved these changes
Jul 3, 2024
Co-authored-by: Dagur Tómas Ásgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Tómas Ásgeirsson <dagurtomas@gmail.com>
Member
|
Thanks 🎉 bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 4, 2024
) Given a comonad, shows that any coalgebra is an equalizer (in the category of coalgebras) of cofree coalgebras, and shows this equalizer is coreflexive. Also constructs the Beck fork in the category of coalgebras, and shows the fork is coreflexive as well as a split equalizer (in particular, an equalizer). This dualises everything in [Mathlib.CategoryTheory.Monad.Coequalizer](https://leanprover-community.github.io/mathlib4_docs/Mathlib/CategoryTheory/Monad/Coequalizer.html). This contribution was created as part of the AIM workshop "Formalizing Algebraic Geometry" in June 2024. Co-authored-by: Jack <104791831+mckoen@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Given a comonad, shows that any coalgebra is an equalizer (in the category of coalgebras) of cofree coalgebras, and shows this equalizer is coreflexive.
Also constructs the Beck fork in the category of coalgebras, and shows the fork is coreflexive as well as a split equalizer (in particular, an equalizer).
This dualises everything in Mathlib.CategoryTheory.Monad.Coequalizer.
This contribution was created as part of the AIM workshop "Formalizing Algebraic Geometry" in June 2024.