Theorems · Inductive type · category theory
CategoryTheory.Limits.Cone
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{C : Type u₃} →
[inst_1 : CategoryTheory.Category.{v₃, u₃} C] → CategoryTheory.Functor J C → Type (max (max u₁ u₃) v₃)A c : Cone F is:
* an object c.pt and
* a natural transformation c.π : c.pt ⟶ F from the constant c.pt functor to F.
Example: if J is a category coming from a poset then the data required to make
a term of type Cone F is morphisms πⱼ : c.pt ⟶ F j for all j : J and,
for all i ≤ j in J, morphisms πᵢⱼ : F i ⟶ F j such that πᵢ ≫ πᵢⱼ = πⱼ.
Cone F is equivalent, via cone.equiv below, to Σ X, F.cones.obj X.
- Defined in
- Mathlib.CategoryTheory.Limits.Cones
- Cited by
- 710 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 3 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Functorstatement · cited by 16,252
Cited by1,294
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.Cone.πstatement and proof · cited by 500
- CategoryTheory.Limits.limit.lift_πstatement and proof · cited by 266
- CategoryTheory.Limits.IsLimit.liftstatement and proof · cited by 167
- CategoryTheory.Limits.ConeMorphism.homstatement and proof · cited by 164
- CategoryTheory.Functor.mapConestatement and proof · cited by 147
- CategoryTheory.Limits.PullbackConeproof · cited by 136
- CategoryTheory.Limits.limit.conestatement · cited by 97
- CategoryTheory.Limits.limit.lift_π_assocstatement and proof · cited by 95
- CategoryTheory.Limits.Forkproof · cited by 85
- CategoryTheory.Limits.Cone.postcomposestatement and proof · cited by 77
Showing the 200 most cited of 1,294.