Theorems · Inductive type · category theory
CategoryTheory.LiftableCone
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{J : Type w} →
[inst_2 : CategoryTheory.Category.{w', w} J] →
(K : CategoryTheory.Functor J C) →
(F : CategoryTheory.Functor C D) →
CategoryTheory.Limits.Cone (K.comp F) → Type (max (max (max u₁ v₁) v₂) w)Define the lift of a cone: For a cone c for K ⋙ F, give a cone for K
which is a lift of c, i.e. the image of it under F is (iso) to c.
We will then use this as part of the definition of creation of limits:
every limit cone has a lift.
Note this definition is really only useful when c is a limit already.
- Defined in
- Mathlib.CategoryTheory.Limits.Creates
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Limits.Conestatement · cited by 710
Cited by27
Results whose statement or proof uses this declaration.
- CategoryTheory.LiftableCone.liftedConestatement and proof · cited by 3
- CategoryTheory.LiftableCone.mk.injstatement · cited by 1
- CategoryTheory.LiftableCone.mk.noConfusionstatement · cited by 1
- CategoryTheory.LiftsToLimit.mk.injstatement and proof · cited by 1
- CategoryTheory.LiftsToLimit.mk.noConfusionstatement and proof · cited by 1
- CategoryTheory.LiftableCone.mk.injEqstatement · cited by 0
- CategoryTheory.LiftableCone.mk.sizeOf_specstatement · cited by 0
- CategoryTheory.CreatesLimit.mk.noConfusionstatement and proof · cited by 0
- CategoryTheory.CreatesLimit.casesOnstatement and proof · cited by 0
- CategoryTheory.CreatesLimit.liftsstatement · cited by 0
- CategoryTheory.LiftsToLimit.mk.injEqstatement and proof · cited by 0
- CategoryTheory.LiftsToLimit.mk.sizeOf_specstatement and proof · cited by 0