A limit cone c
in a simplicial category A
is a simplicially enriched limit if for every
X : C
, the cone obtained by applying the simplicial coyoneda functor (X ⟶[A] -)
to c
is a
limit cone in SSet
.
- isLimit : CategoryTheory.Limits.IsLimit c
- isSLimit : (X : C) → CategoryTheory.Limits.IsLimit (((CategoryTheory.SimplicialCategory.sHomFunctor C).obj (Opposite.op X)).mapCone c)
Instances For
Conical simplicial limits are also limits in the unenriched sense.
Equations
- CategoryTheory.IsSLimit_islimit c slim = slim.isLimit
Instances For
Characterization in terms of the comparison map. #
There is a canonical comparison map with the limit in SSet
, the following proves that a limit
cone in A
is a simplicially enriched limit if and only if the comparison map is an isomorphism
for every X : A
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
ConicalLimitCone F
contains a cone over F
together with the information that it is a conical
limit.
- cone : CategoryTheory.Limits.Cone F
The cone itself
- isSLimit : CategoryTheory.IsSLimit self.cone
The proof that is the limit cone
Instances For
A conical limit cone is a limit cone.
Equations
- CategoryTheory.ConicalLimitCone_isLimitCone cone slim = slim.isLimit
Instances For
HasConicalLimit F
represents the mere existence of a limit for F
.
- mk' :: (
- exists_limit : Nonempty (CategoryTheory.ConicalLimitCone F)
There is some limit cone for
F
- )
Instances
There is some limit cone for F
Use the axiom of choice to extract explicit ConicalLimitCone F
from HasConicalLimit F
.
Equations
Instances For
C
has conical limits of shape J
if there exists a conical limit for every functor
F : J ⥤ C
.
- has_conical_limit : ∀ (F : CategoryTheory.Functor J C), CategoryTheory.HasConicalLimit F
All functors
F : J ⥤ C
fromJ
have limits
Instances
All functors F : J ⥤ C
from J
have limits
Equations
- ⋯ = ⋯
C
has all conical limits of size v₁ u₁
(HasLimitsOfSize.{v₁ u₁} C
)
if it has conical limits of every shape J : Type u₁
with [Category.{v₁} J]
.
- has_conical_limits_of_shape : ∀ (J : Type u₁) [inst : CategoryTheory.Category.{v₁, u₁} J], CategoryTheory.HasConicalLimitsOfShape J C
All functors
F : J ⥤ C
from all smallJ
have conical limits
Instances
All functors F : J ⥤ C
from all small J
have conical limits
C
has all (small) conical limits if it has limits of every shape that is as big as its
hom-sets.
Equations
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
An abbreviation for HasSLimit (Discrete.functor f)
.
Equations
Instances For
- has_limits_of_shape : ∀ {I : Type v} (f : I → C), CategoryTheory.HasConicalProduct f
All discrete diagrams of bounded size have conical products.
Instances
All discrete diagrams of bounded size have conical products.
Equations
- ⋯ = ⋯