The explicit sheaf condition for condensed sets #
We give the following three explicit descriptions of condensed sets:
-
Condensed.ofSheafStonean
: A finite-product-preserving presheaf onStonean
. -
Condensed.ofSheafProfinite
: A finite-product-preserving presheaf onProfinite
, satisfyingEqualizerCondition
. -
Condensed.ofSheafStonean
: A finite-product-preserving presheaf onCompHaus
, satisfyingEqualizerCondition
.
The property EqualizerCondition
is defined in Mathlib/CategoryTheory/Sites/RegularExtensive.lean
and it says that for any effective epi X ⟶ B
(in this case that is equivalent to being a
continuous surjection), the presheaf F
exhibits F(B)
as the equalizer of the two maps
F(X) ⇉ F(X ×_B X)
Equations
- One or more equations did not get rendered due to their size.
The condensed set associated to a finite-product-preserving presheaf on Stonean
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The condensed set associated to a presheaf on Profinite
which preserves finite products and
satisfies the equalizer condition.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The condensed set associated to a presheaf on CompHaus
which preserves finite products and
satisfies the equalizer condition.
Equations
- Condensed.ofSheafCompHaus G F hF = { val := F, cond := (_ : CategoryTheory.Presheaf.IsSheaf (CategoryTheory.coherentTopology CompHaus) F) }
Instances For
A CondensedSet
version of Condensed.ofSheafStonean
.
Equations
Instances For
A CondensedSet
version of Condensed.ofSheafProfinite
.
Equations
- CondensedSet.ofSheafProfinite F hF = Condensed.ofSheafProfinite (CategoryTheory.Functor.id (Type (u + 1))) F hF
Instances For
A CondensedSet
version of Condensed.ofSheafCompHaus
.
Equations
- CondensedSet.ofSheafCompHaus F hF = Condensed.ofSheafCompHaus (CategoryTheory.Functor.id (Type (u + 1))) F hF
Instances For
A condensed set satisfies the equalizer condition.
A condensed set preserves finite products.
Equations
- One or more equations did not get rendered due to their size.
A CondensedAb
version of Condensed.ofSheafStonean
.
Equations
Instances For
A CondensedAb
version of Condensed.ofSheafProfinite
.
Equations
Instances For
A CondensedAb
version of Condensed.ofSheafCompHaus
.