The adjunction between condensed sets and topological spaces #
This file defines the functor condensedSetToTopCat : CondensedSet.{u} ⥤ TopCat.{u+1}
which is
left adjoint to topCatToCondensedSet : TopCat.{u+1} ⥤ CondensedSet.{u}
. We prove that the counit
is bijective (but not in general an isomorphism) and conclude that the right adjoint is faithful.
The counit is an isomorphism for compactly generated spaces, and we conclude that the functor
topCatToCondensedSet
is fully faithful when restricted to compactly generated spaces.
Let X
be a condensed set. We define a topology on X(*)
as the quotient topology of
all the maps from compact Hausdorff S
spaces to X(*)
, corresponding to elements of X(S)
.
In other words, the topology coinduced by the map CondensedSet.coinducingCoprod
above.
Equations
Instances For
The object part of the functor CondensedSet ⥤ TopCat
Equations
- X.toTopCat = TopCat.of (X.val.obj (Opposite.op (CompHaus.of PUnit.{?u.11 + 1} )))
Instances For
The map part of the functor CondensedSet ⥤ TopCat
Equations
- CondensedSet.toTopCatMap f = { toFun := f.val.app (Opposite.op (CompHaus.of PUnit.{?u.31 + 1} )), continuous_toFun := ⋯ }
Instances For
The functor CondensedSet ⥤ TopCat
Equations
- One or more equations did not get rendered due to their size.
Instances For
The counit of the adjunction condensedSetToTopCat ⊣ topCatToCondensedSet
Equations
- CondensedSet.topCatAdjunctionCounit X = { toFun := fun (x : ↑X.toCondensedSet.toTopCat) => x.toFun PUnit.unit, continuous_toFun := ⋯ }
Instances For
The counit of the adjunction condensedSetToTopCat ⊣ topCatToCondensedSet
is always bijective,
but not an isomorphism in general (the inverse isn't continuous unless X
is compactly generated).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The unit of the adjunction condensedSetToTopCat ⊣ topCatToCondensedSet
Equations
- One or more equations did not get rendered due to their size.
Instances For
The adjunction condensedSetToTopCat ⊣ topCatToCondensedSet
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
The functor from condensed sets to topological spaces lands in compactly generated spaces.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor from topological spaces to condensed sets restricted to compactly generated spaces.
Equations
Instances For
The adjunction condensedSetToTopCat ⊣ topCatToCondensedSet
restricted to compactly generated
spaces.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The counit of the adjunction condensedSetToCompactlyGenerated ⊣ compactlyGeneratedToCondensedSet
is a homeomorphism.
Equations
- CondensedSet.compactlyGeneratedAdjunctionCounitHomeo X = { toEquiv := CondensedSet.topCatAdjunctionCounitEquiv X, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The counit of the adjunction condensedSetToCompactlyGenerated ⊣ compactlyGeneratedToCondensedSet
is an isomorphism.
Equations
Instances For
The functor from topological spaces to condensed sets restricted to compactly generated spaces is fully faithful.
Equations
- CondensedSet.fullyFaithfulCompactlyGeneratedToCondensedSet = CondensedSet.compactlyGeneratedAdjunction.fullyFaithfulROfIsIsoCounit