Existence of conical products #
class
CategoryTheory.Enriched.HasConicalProducts
(V : outParam (Type u'))
[Category.{v', u'} V]
[MonoidalCategory V]
(C : Type u)
[Category.{v, u} C]
[EnrichedOrdinaryCategory V C]
 :
Has conical products if all discrete diagrams of bounded size have conical products.
- hasConicalLimitsOfShape (J : Type w) : HasConicalLimitsOfShape (Discrete J) V C
A family of objects (parametrized by any
J : Type w) has a conical product. 
Instances
@[reducible, inline]
abbrev
CategoryTheory.Enriched.HasConicalProduct
(V : Type u')
[Category.{v', u'} V]
[MonoidalCategory V]
{C : Type u}
[Category.{v, u} C]
[EnrichedOrdinaryCategory V C]
{I : Type w}
(f : I → C)
 :
An abbreviation for HasConicalLimit V (Discrete.functor f).