Theorems · Definition · category theory
CategoryTheory.Bicategory.LeftLift.whiskerIdCancel
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{a b c : B} →
{f : b ⟶ a} →
{g : c ⟶ a} →
(s :
CategoryTheory.Bicategory.LeftLift f
(CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.id c) g)) →
{t : CategoryTheory.Bicategory.LeftLift f g} →
(s ⟶ t.whisker (CategoryTheory.CategoryStruct.id c)) → (s.ofIdComp ⟶ t)Define a morphism between left lifts by cancelling the whiskered identities.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 31 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.
Cites13
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.Iso.homproof · cited by 7,684
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.leftUnitorproof · cited by 309
- CategoryTheory.StructuredArrow.Hom.rightproof · cited by 82
- CategoryTheory.Bicategory.postcompstatement · cited by 48
- CategoryTheory.Bicategory.LeftLiftstatement and proof · cited by 29
- CategoryTheory.Bicategory.LeftLift.liftproof · cited by 21
- CategoryTheory.Bicategory.LeftLift.whiskerstatement and proof · cited by 15
- CategoryTheory.Bicategory.LeftLift.ofIdCompstatement · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.LeftLift.whiskerIdCancel_rightstatement and proof · cited by 0
- CategoryTheory.Bicategory.LeftLift.IsKan.ofIdCompproof · cited by 0