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/Adjunction): left adjoint is faithful iff unit is mono, etc. #14490

Closed
wants to merge 7 commits into from

Conversation

dagurtomas
Copy link
Collaborator

@dagurtomas dagurtomas commented Jul 7, 2024

We prove the full Lemma 4.5.13 in Riehl's Category Theory in Context, characterizing when a left/right adjoint is full, resp. faithful, resp fully faithful in terms of the unit/counit being various types of epi/mono/iso. Earlier we only had the statements for fully faithful functors.


This can be used to show that the functor from topological spaces to condensed sets is faithful, see #14455

Open in Gitpod

Copy link

github-actions bot commented Jul 7, 2024

PR summary 5d53958806

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.CategoryTheory.Adjunction.FullyFaithful 366 363 -3 (-0.82%)
Import changes for all files
Files Import difference
20 files Mathlib.CategoryTheory.Monoidal.Center Mathlib.CategoryTheory.Monoidal.CoherenceLemmas Mathlib.CategoryTheory.Monoidal.Free.Basic Mathlib.CategoryTheory.Bicategory.SingleObj Mathlib.CategoryTheory.Monoidal.Functorial Mathlib.CategoryTheory.Monoidal.End Mathlib.CategoryTheory.Monoidal.FunctorCategory Mathlib.CategoryTheory.Monoidal.Transport Mathlib.CategoryTheory.Monoidal.Opposite Mathlib.CategoryTheory.Monoidal.Braided.Opposite Mathlib.CategoryTheory.Monoidal.Functor Mathlib.CategoryTheory.Monoidal.NaturalTransformation Mathlib.CategoryTheory.Adjunction.FullyFaithful Mathlib.CategoryTheory.Monoidal.Braided.Basic Mathlib.CategoryTheory.Monad.Adjunction Mathlib.CategoryTheory.Monoidal.Discrete Mathlib.Tactic.CategoryTheory.Coherence Mathlib.CategoryTheory.Adjunction.Reflective Mathlib.CategoryTheory.Monoidal.Free.Coherence Mathlib.CategoryTheory.Bicategory.Adjunction
-3
5 files Mathlib.CategoryTheory.Monoidal.Skeleton Mathlib.CategoryTheory.Localization.Adjunction Mathlib.Mathport.Syntax Mathlib.Tactic Mathlib.CategoryTheory.Localization.Bousfield
-2

Declarations diff

+ counitSplitMonoOfRFull
+ counit_epi_of_R_faithful
+ counit_isSplitMono_of_R_full
+ faithful_L_of_mono_unit_app
+ faithful_R_of_epi_counit_app
+ full_L_of_isSplitEpi_unit_app
+ full_R_of_isSplitMono_counit_app
+ instance [L.Full] [L.Faithful] (X : C) : IsIso (h.unit.app X)
+ instance [R.Full] [R.Faithful] (X : D) : IsIso (h.counit.app X)
+ unitSplitEpiOfLFull
+ unit_isSplitEpi_of_L_full
+ unit_mono_of_L_faithful

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

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

@dagurtomas
Copy link
Collaborator Author

Thanks for the review!

Copy link
Contributor

@b-mehta b-mehta left a comment

Choose a reason for hiding this comment

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

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jul 8, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 8, 2024
… mono, etc. (#14490)

We prove the full Lemma 4.5.13 in Riehl's *Category Theory in Context*, characterizing when a left/right adjoint is full, resp. faithful, resp fully faithful in terms of the unit/counit being various types of epi/mono/iso. Earlier we only had the statements for fully faithful functors.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 8, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory/Adjunction): left adjoint is faithful iff unit is mono, etc. [Merged by Bors] - feat(CategoryTheory/Adjunction): left adjoint is faithful iff unit is mono, etc. Jul 8, 2024
@mathlib-bors mathlib-bors bot closed this Jul 8, 2024
@mathlib-bors mathlib-bors bot deleted the dagur/AdjunctionFF branch July 8, 2024 20:28
@adomani adomani mentioned this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants