Yoneda presheaves on topologically concrete categories #
This file develops some API for "topologically concrete" categories, defining universe polymorphic "Yoneda presheaves" on such categories.
@[simp]
theorem
ContinuousMap.yonedaPresheaf_obj
{C : Type u}
[CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Functor C TopCat)
(Y : Type w')
[TopologicalSpace Y]
(X : Cᵒᵖ)
:
(ContinuousMap.yonedaPresheaf F Y).obj X = C(↑(F.obj (Opposite.unop X)), Y)
@[simp]
theorem
ContinuousMap.yonedaPresheaf_map
{C : Type u}
[CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Functor C TopCat)
(Y : Type w')
[TopologicalSpace Y]
:
∀ {X Y_1 : Cᵒᵖ} (f : X ⟶ Y_1) (g : C(↑(F.obj (Opposite.unop X)), Y)),
(ContinuousMap.yonedaPresheaf F Y).map f g = g.comp (F.map f.unop)
def
ContinuousMap.yonedaPresheaf
{C : Type u}
[CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Functor C TopCat)
(Y : Type w')
[TopologicalSpace Y]
:
CategoryTheory.Functor Cᵒᵖ (Type (max w w'))
A universe polymorphic "Yoneda presheaf" on C
given by continuous maps into a topoological space
Y
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
ContinuousMap.yonedaPresheaf'_map
(Y : Type w')
[TopologicalSpace Y]
:
∀ {X Y_1 : TopCatᵒᵖ} (f : X ⟶ Y_1) (g : C(↑(Opposite.unop X), Y)),
(ContinuousMap.yonedaPresheaf' Y).map f g = g.comp f.unop
@[simp]
theorem
ContinuousMap.yonedaPresheaf'_obj
(Y : Type w')
[TopologicalSpace Y]
(X : TopCatᵒᵖ)
:
(ContinuousMap.yonedaPresheaf' Y).obj X = C(↑(Opposite.unop X), Y)
def
ContinuousMap.yonedaPresheaf'
(Y : Type w')
[TopologicalSpace Y]
:
CategoryTheory.Functor TopCatᵒᵖ (Type (max w w'))
A universe polymorphic Yoneda presheaf on TopCat
given by continuous maps into a topoological
space Y
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
ContinuousMap.comp_yonedaPresheaf'
{C : Type u}
[CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Functor C TopCat)
(Y : Type w')
[TopologicalSpace Y]
:
ContinuousMap.yonedaPresheaf F Y = F.op.comp (ContinuousMap.yonedaPresheaf' Y)
theorem
ContinuousMap.piComparison_fac
(Y : Type w')
[TopologicalSpace Y]
{α : Type}
(X : α → TopCat)
:
(CategoryTheory.Limits.piComparison (ContinuousMap.yonedaPresheaf' Y) fun (x : α) => Opposite.op (X x)) = CategoryTheory.CategoryStruct.comp
((ContinuousMap.yonedaPresheaf' Y).map
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.opCoproductIsoProduct X).inv
(TopCat.sigmaIsoSigma X).inv.op))
(CategoryTheory.CategoryStruct.comp (equivEquivIso (ContinuousMap.sigmaEquiv Y fun (x : α) => ↑(X x))).inv
(CategoryTheory.Limits.Types.productIso fun (i : α) => C(↑(X i), Y)).inv)
noncomputable instance
ContinuousMap.instPreservesFiniteProductsOppositeTopCatYonedaPresheaf'
(Y : Type w')
[TopologicalSpace Y]
:
The universe polymorphic Yoneda presheaf on TopCat
preserves finite products.
Equations
- One or more equations did not get rendered due to their size.