Skip to content

Commit 9a5f5b6

Browse files
committed
docs(Condensed): update the docstrings in condensed files (leanprover-community#13775)
1 parent 7144544 commit 9a5f5b6

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

Mathlib/Condensed/Basic.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ of Clausen-Scholze and Barwick-Haine.
1919
We use the coherent Grothendieck topology on `CompHaus`, and define condensed objects in `C` to
2020
be `C`-valued sheaves, with respect to this Grothendieck topology.
2121
22-
In future work, we will define similar Grothendieck topologies on the category of profinite sets
23-
and extremally disconnected sets, and show that the three categories are equivalent (under
24-
suitable assumptions on `C`).
25-
2622
Note: Our definition more closely resembles "Pyknotic objects" in the sense of Barwick-Haine,
2723
as we do not impose cardinality bounds, and manage universes carefully instead.
2824

Mathlib/Condensed/Discrete.lean

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import Mathlib.Condensed.Basic
1010
1111
# Discrete-underlying adjunction
1212
13-
Given a well-behaved category `C`, we define a functor `C ⥤ Condensed C` which associates
14-
to an object of `C` the corresponding "discrete" condensed object (see `Condensed.discrete`).
13+
Given a category `C` with sheafification with respect to the coherent topology on compact Hausdorff
14+
spaces, we define a functor `C ⥤ Condensed C` which associates to an object of `C` the
15+
corresponding "discrete" condensed object (see `Condensed.discrete`).
1516
1617
In `Condensed.discreteUnderlyingAdj` we prove that this functor is left adjoint to the forgetful
1718
functor from `Condensed C` to `C`.

Mathlib/Condensed/Light/Discrete.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import Mathlib.Condensed.Light.Basic
1212
1313
# Discrete-underlying adjunction
1414
15-
Given a well-behaved concrete category `C`, we define a functor `C ⥤ LightCondensed C` which
16-
associates to an object of `C` the corresponding "discrete" condensed object
17-
(see `LightCondensed.discrete`).
15+
Given a category `C` with sheafification with respect to the coherent topology on light profinite
16+
sets, we define a functor `C ⥤ LightCondensed C` which associates to an object of `C` the
17+
corresponding "discrete" light condensed object (see `LightCondensed.discrete`).
1818
1919
In `LightCondensed.discreteUnderlyingAdj` we prove that this functor is left adjoint to the
2020
forgetful functor from `Condensed C` to `C`.

Mathlib/Condensed/Light/Explicit.lean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The property `EqualizerCondition` is defined in `Mathlib/CategoryTheory/Sites/R
1818
and it says that for any effective epi `X ⟶ B` (in this case that is equivalent to being a
1919
continuous surjection), the presheaf `F` exhibits `F(B)` as the equalizer of the two maps
2020
`F(X) ⇉ F(X ×_B X)`
21+
22+
We also give variants for light condensed objects in concrete categories whose forgetful functor
23+
reflects finite limits (resp. products), where it is enough to check the sheaf condition after
24+
postcomposing with the forgetful functor.
2125
-/
2226

2327
universe v u w

Mathlib/Condensed/Limits.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Mathlib.Condensed.Module
99
1010
# Limits in categories of condensed objects
1111
12-
This file adds some instances for limits in condensed sets and condensed abelian groups.
12+
This file adds some instances for limits in condensed sets and condensed modules.
1313
-/
1414

1515
universe u

Mathlib/Condensed/Solid.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ groups were introduced in [scholze2019condensed], Definition 5.1.
1616
1717
## Main definition
1818
19-
* `CondensedMod.IsSolid R`: the predicate on condensed abelian groups describing the property of
19+
* `CondensedMod.IsSolid R`: the predicate on condensed `R`-modules describing the property of
2020
being solid.
2121
2222
TODO (hard): prove that `((profiniteSolid ℤ).obj S).IsSolid` for `S : Profinite`.

0 commit comments

Comments
 (0)