Skip to content

[Merged by Bors] - feat(Condensed): discrete condensed sets are given by locally constant maps#15321

Closed
dagurtomas wants to merge 59 commits intomasterfrom
dagur/CompHausLikeLocallyConstant
Closed

[Merged by Bors] - feat(Condensed): discrete condensed sets are given by locally constant maps#15321
dagurtomas wants to merge 59 commits intomasterfrom
dagur/CompHausLikeLocallyConstant

Conversation

@dagurtomas
Copy link
Copy Markdown
Contributor

@dagurtomas dagurtomas commented Jul 30, 2024

This PR proves that under suitable conditions, the functor from the category of sets to the
category of sheaves for the coherent topology on CompHausLike P, given by mapping a set to the
sheaf of locally constant maps to it, is left adjoint to the "underlying set" functor (evaluation
at the point).

We apply this to prove that the constant sheaf functor into (light) condensed sets is isomorphic to
the functor of sheaves of locally constant maps described above.

This is the first part of the characterization of discrete condensed objects, see #14027.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 30, 2024

PR summary 2ec7854e59

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Condensed.Discrete.LocallyConstant 1506

Declarations diff

+ adjunction
+ adjunction_left_triangle
+ componentHom
+ counit
+ counitApp
+ counitAppApp
+ counitAppAppImage
+ fiber
+ functorIsoTopCatToSheafCompHausLike
+ functorToPresheaves
+ functorToPresheavesIsoTopCatToSheafCompHausLike
+ incl_comap
+ incl_of_counitAppApp
+ instance (S : LightProfinite.{u}) (p : S → Prop) :
+ instance : (LightCondensed.discrete (Type u)).Faithful := Functor.Faithful.of_iso iso.{u}
+ instance : (LightCondensed.discrete (Type u)).Full := Functor.Full.of_iso iso.{u}
+ instance : (discrete (Type _)).Faithful := Functor.Faithful.of_iso iso
+ instance : (discrete (Type _)).Full := Functor.Full.of_iso iso
+ instance : HasProp P (fiber r a) := inferInstanceAs (HasProp P (Subtype _))
+ instance : LightCondSet.LocallyConstant.functor.Full := functorFullyFaithful.full
+ instance : functor.Faithful := functorFullyFaithful.faithful
+ instance : functor.Full := functorFullyFaithful.full
+ instance : functor.{u}.Faithful := functorFullyFaithful.faithful
+ instance [HasExplicitFiniteCoproducts.{u} P] : IsIso (adjunction P hs).unit
+ locallyConstantIsoContinuousMap
+ presheaf_ext
+ sigmaComparison_comp_sigmaIso
+ sigmaIncl
+ sigmaIso
+ unit
+ unitIso
++ functorFullyFaithful
++ iso
+++ functor

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.

@dagurtomas dagurtomas changed the title feat(Condensed): prepare for proving that discrete condensed sets given by locally constant maps feat(Condensed): prepare for proving that discrete condensed sets are given by locally constant maps Jul 30, 2024
@dagurtomas dagurtomas added t-category-theory Category theory t-topology Topological spaces, uniform spaces, metric spaces, filters t-condensed Condensed mathematics labels Jul 30, 2024
@dagurtomas dagurtomas added the WIP Work in progress label Aug 1, 2024
@dagurtomas dagurtomas changed the title feat(Condensed): prepare for proving that discrete condensed sets are given by locally constant maps feat(Condensed): discrete condensed sets are given by locally constant maps Aug 1, 2024
@dagurtomas dagurtomas removed the WIP Work in progress label Aug 1, 2024
@ghost ghost added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Aug 1, 2024
@dagurtomas dagurtomas removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Sep 19, 2024
/-- `locallyConstantIsoContinuousMap` is a natural isomorphism. -/
noncomputable def functorToPresheavesIsoTopCatToSheafCompHausLike (X : Type (max u w)) :
functorToPresheaves.{u, w}.obj X ≅
((topCatToSheafCompHausLike P hs).obj (TopCat.discrete.obj X)).val :=
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm going to merge this as is. But I think a follow-up PR could rename topCatToSheafCompHausLike to TopCat.toSheafCompHausLike. That would allow you to make several names a bit shorter.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The name TopCat.toSheafCompHausLike already exists as the object part of that functor (which is more useful because of dot notation). But there are indeed some places in this file where that can be used, I opened #17075

Copy link
Copy Markdown
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

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Sep 24, 2024
mathlib-bors bot pushed a commit that referenced this pull request Sep 24, 2024
…t maps (#15321)

This PR proves that under suitable conditions, the functor from the category of sets to the
category of sheaves for the coherent topology on `CompHausLike P`, given by mapping a set to the
sheaf of locally constant maps to it, is left adjoint to the "underlying set" functor (evaluation
at the point).

We apply this to prove that the constant sheaf functor into (light) condensed sets is isomorphic to
the functor of sheaves of locally constant maps described above.

This is the first part of the characterization of discrete condensed objects, see #14027.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Sep 24, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Condensed): discrete condensed sets are given by locally constant maps [Merged by Bors] - feat(Condensed): discrete condensed sets are given by locally constant maps Sep 24, 2024
@mathlib-bors mathlib-bors bot closed this Sep 24, 2024
@mathlib-bors mathlib-bors bot deleted the dagur/CompHausLikeLocallyConstant branch September 24, 2024 06:05
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 t-condensed Condensed mathematics t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants