Theorems · Definition · category theory
CategoryTheory.Bicategory.LeftExtension.whiskerIdCancel
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{a b c : B} →
{f : a ⟶ b} →
{g : a ⟶ c} →
(s :
CategoryTheory.Bicategory.LeftExtension f
(CategoryTheory.CategoryStruct.comp g (CategoryTheory.CategoryStruct.id c))) →
{t : CategoryTheory.Bicategory.LeftExtension f g} →
(s ⟶ t.whisker (CategoryTheory.CategoryStruct.id c)) → (s.ofCompId ⟶ t)Define a morphism between left extensions 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.rightUnitorproof · cited by 308
- CategoryTheory.StructuredArrow.Hom.rightproof · cited by 82
- CategoryTheory.Bicategory.precompstatement · cited by 40
- CategoryTheory.Bicategory.LeftExtensionstatement and proof · cited by 29
- CategoryTheory.Bicategory.LeftExtension.extensionproof · cited by 19
- CategoryTheory.Bicategory.LeftExtension.whiskerstatement and proof · cited by 15
- CategoryTheory.Bicategory.LeftExtension.ofCompIdstatement · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.LeftExtension.IsKan.ofCompIdproof · cited by 0
- CategoryTheory.Bicategory.LeftExtension.whiskerIdCancel_rightstatement and proof · cited by 0