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

feat(Algebra/ModuleCat/Presheaf): composition of pushforwards and pullbacks and compatibilites #17589

Open
wants to merge 58 commits into
base: master
Choose a base branch
from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Oct 9, 2024

@joelriou joelriou added WIP Work in progress t-category-theory Category theory t-algebraic-geometry Algebraic geometry labels Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

PR summary 853a093a69

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Adjunction.PartialAdjoint 405
Mathlib.Algebra.Category.ModuleCat.Presheaf.EpiMono 1188
Mathlib.Algebra.Category.ModuleCat.Presheaf.Free 1224
Mathlib.Algebra.Category.ModuleCat.Presheaf.Generator 1274
Mathlib.Algebra.Category.ModuleCat.Presheaf.Pullback 1278

Declarations diff

+ Elements
+ FreeYoneda
+ LeftAdjointObjIsDefined
+ PartialLeftAdjointSource
+ PullbackObjIsDefined
+ adj_homEquiv
+ corepresentableByCompCoyonedaObjOfIsColimit
+ elementsMk
+ epi_of_surjective
+ free
+ freeAdjunction
+ freeAdjunctionUnit
+ freeAdjunction_homEquiv
+ freeAdjunction_unit_app
+ freeDesc
+ freeDesc_apply
+ freeMk
+ freeObj
+ freeObjDesc
+ freeYoneda
+ freeYonedaCoproduct
+ freeYonedaCoproductMk
+ freeYonedaCoproductsCokernelCofork
+ freeYonedaEquiv
+ freeYonedaEquiv_comp
+ freeYonedaEquiv_symm_apply
+ free_map_apply
+ fromFreeYoneda
+ fromFreeYonedaCoproduct
+ fromFreeYonedaCoproduct_app_mk
+ fromFreeYoneda_app_apply
+ hasLimitsOfSize
+ instance (X : F.PartialLeftAdjointSource) :
+ instance : (pushforward.{u} φ).IsRightAdjoint
+ instance : (pushforward.{v} (F := F ⋙ G) (φ ≫ whiskerLeft F.op ψ)).IsRightAdjoint
+ instance : (pushforward.{v} (F := 𝟭 C) (𝟙 S)).IsRightAdjoint
+ instance : Epi M.fromFreeYonedaCoproduct
+ instance : Small.{u} (FreeYoneda R)
+ isColimitFreeYonedaCoproductsCokernelCofork
+ isDetecting
+ isRightAdjoint_of_leftAdjointObjIsDefined_eq_top
+ isSeparating
+ leftAdjointObjIsDefined_colimit
+ leftAdjointObjIsDefined_iff
+ leftAdjointObjIsDefined_of_isColimit
+ mk
+ mk_surjective
+ partialLeftAdjoint
+ partialLeftAdjointHomEquiv
+ partialLeftAdjointHomEquiv_comp
+ partialLeftAdjointHomEquiv_map
+ partialLeftAdjointHomEquiv_map_comp
+ partialLeftAdjointMap
+ partialLeftAdjointObj
+ pullback
+ pullbackComp
+ pullbackId
+ pullbackObjIsDefined_eq_top
+ pullbackObjIsDefined_free_yoneda
+ pullbackPushforwardAdjunction
+ pushforwardComp
+ pushforwardCompCoyonedaFreeYonedaCorepresentableBy
+ pushforwardId
+ pushforward_assoc
+ pushforward_comp_id
+ pushforward_id_comp
+ sheafificationAdjunction_homEquiv_apply
+ toFreeYonedaCoproduct
+ toFreeYonedaCoproduct_fromFreeYonedaCoproduct
+ wellPowered
+ ιFreeYonedaCoproduct
+ ι_fromFreeYonedaCoproduct
+ ι_fromFreeYonedaCoproduct_apply
++ freeHomEquiv
++ free_hom_ext
- sheaififcationAdjunction_homEquiv_apply

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 the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Oct 9, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) t-algebraic-geometry Algebraic geometry t-category-theory Category theory WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants