The Cech object for formal coproducts #
Let C be a category that has finite products. In this file, we define a
functor cechFunctor : FormalCoproduct C ⥤ SimplicialObject (FormalCoproduct C)
which sends a formal coproduct of objects U j (for j : ι) to the simplicial object
which sends ⦋n⦌ to the formal coproduct, indexed by i : Fin (n + 1) → ι,
of the products of the objects U (i a) for all a : Fin (n + 1).
Given U : FormalCoproduct C and a type α, this is the formal coproduct
indexed by all i : α → U.I of the products of the objects U.obj (i a)
for all a : α.
Instances For
The projection U.power α ⟶ U for each a : α.
Equations
Instances For
The (limit) fan expressing that U.power α is a product of copies of
U indexed by α.
Equations
- U.powerFan α = CategoryTheory.Limits.Fan.mk (U.power α) U.powerπ
Instances For
U.power α identifies to the product of copies of U indexed by α.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For any morphism f : U ⟶ V in FormalCoproduct C and a type α,
this is the induced map U.power α ⟶ V.power α.
Equations
Instances For
Given a type α, this is the functor FormalCoproduct C ⥤ FormalCoproduct C
which sends U to U.power α.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functoriality of FormalCoproduct.power with respect to the index type.
Equations
Instances For
The functor (Type t)ᵒᵖ ⥤ FormalCoproduct.{w} C ⥤ FormalCoproduct.{max w t} C
which sends a type α and U : FormalCoproduct C to U.power α.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given U : FormalCoproduct C, this is the simplicial object
in FormalCoproduct C which sends ⦋n⦌ to U.power (Fin (n + 1)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor FormalCoproduct C ⥤ SimplicialObject (FormalCoproduct C)
which sends a formal coproduct to its Cech object.
Equations
- One or more equations did not get rendered due to their size.