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
- Condensed.ofSheafStonean G F = (Condensed.StoneanCompHaus.equivalence A).functor.obj { val := F, cond := ⋯ }
Instances For
The condensed set associated to a presheaf on Profinite which preserves finite products and
satisfies the equalizer condition.
Equations
- Condensed.ofSheafProfinite G F hF = (Condensed.ProfiniteCompHaus.equivalence A).functor.obj { val := F, cond := ⋯ }
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 := ⋯ }
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.
A CondensedAb version of Condensed.ofSheafStonean.
Equations
Instances For
A CondensedAb version of Condensed.ofSheafProfinite.
Equations
Instances For
A CondensedAb version of Condensed.ofSheafCompHaus.