Theorems · Theorem · category theory
CategoryTheory.WithTerminal.liftFromOverComp_inv_app
∀ {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] {X : C}
{K : CategoryTheory.Functor J (CategoryTheory.Over X)} {F : CategoryTheory.Functor C D}
(x : CategoryTheory.WithTerminal J),
CategoryTheory.WithTerminal.liftFromOverComp.inv.app x =
match x with
| CategoryTheory.WithTerminal.star =>
CategoryTheory.CategoryStruct.id
(((CategoryTheory.WithTerminal.liftFromOver.obj K).comp F).obj CategoryTheory.WithTerminal.star)
| CategoryTheory.WithTerminal.of a =>
CategoryTheory.CategoryStruct.id
(((CategoryTheory.WithTerminal.liftFromOver.obj K).comp F).obj (CategoryTheory.WithTerminal.of a))- Defined in
- Mathlib.CategoryTheory.WithTerminal.Cone
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.WithTerminalstatement and proof · cited by 115
- CategoryTheory.Over.poststatement · cited by 44
- CategoryTheory.WithTerminal.liftFromOverstatement · cited by 21
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.