Equations
- category_theory.limits.fan.mk p = {X := P, π := {app := p, naturality' := _}}
 
Equations
- category_theory.limits.cofan.mk p = {X := P, ι := {app := p, naturality' := _}}
 
An abbreviation for has_limit (discrete.functor f).
An abbreviation for has_colimit (discrete.functor f).
An abbreviation for has_limits_of_shape (discrete f).
An abbreviation for has_colimits_of_shape (discrete f).
pi_obj f computes the product of a family of elements f. (It is defined as an abbreviation
  for limit (discrete.functor f), so for most facts about pi_obj f, you will just use general facts
  about limits.)
sigma_obj f computes the coproduct of a family of elements f. (It is defined as an abbreviation
  for colimit (discrete.functor f), so for most facts about sigma_obj f, you will just use general facts
  about colimits.)
An abbreviation for Π J, has_limits_of_shape (discrete J) C
An abbreviation for Π J, has_colimits_of_shape (discrete J) C