Theorems · Definition · category theory
CategoryTheory.Bicategory.RightLift.homMk
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{a b c : B} →
{f : b ⟶ a} →
{g : c ⟶ a} →
{s t : CategoryTheory.Bicategory.RightLift f g} →
(η : s.lift ⟶ t.lift) →
autoParam
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerRight η f) t.counit = s.counit)
CategoryTheory.Bicategory.RightLift.homMk._auto_1 →
(s ⟶ t)To construct a morphism between right lifts, we need a 2-morphism between the lifts, and to check that it is compatible with the counits.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.CostructuredArrow.homMkproof · cited by 55
- CategoryTheory.Bicategory.postcompstatement · cited by 48
- CategoryTheory.Bicategory.RightLiftstatement and proof · cited by 19
- CategoryTheory.Bicategory.RightLift.liftstatement and proof · cited by 13
- CategoryTheory.Bicategory.RightLift.counitstatement and proof · cited by 8
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.RightLift.whiskeringproof · cited by 2
- CategoryTheory.Bicategory.RightLift.whiskerIdCancelproof · cited by 1
- CategoryTheory.Bicategory.RightLift.homMk.congr_simpstatement and proof · cited by 0
- CategoryTheory.Bicategory.RightLift.whiskering_mapstatement · cited by 0