Theorems · Definition · category theory
CategoryTheory.Bicategory.Equivalence.mk.noConfusion
{B : Type u₁} →
{inst : CategoryTheory.Bicategory B} →
{a b : B} →
{P : Sort u} →
{hom : a ⟶ b} →
{inv : b ⟶ a} →
{unit : CategoryTheory.CategoryStruct.id a ≅ CategoryTheory.CategoryStruct.comp hom inv} →
{counit : CategoryTheory.CategoryStruct.comp inv hom ≅ CategoryTheory.CategoryStruct.id b} →
{left_triangle :
autoParam
(CategoryTheory.Bicategory.leftZigzagIso unit counit =
CategoryTheory.Bicategory.leftUnitor hom ≪≫ (CategoryTheory.Bicategory.rightUnitor hom).symm)
CategoryTheory.Bicategory.Equivalence.left_triangle._autoParam} →
{hom' : a ⟶ b} →
{inv' : b ⟶ a} →
{unit' : CategoryTheory.CategoryStruct.id a ≅ CategoryTheory.CategoryStruct.comp hom' inv'} →
{counit' : CategoryTheory.CategoryStruct.comp inv' hom' ≅ CategoryTheory.CategoryStruct.id b} →
{left_triangle' :
autoParam
(CategoryTheory.Bicategory.leftZigzagIso unit' counit' =
CategoryTheory.Bicategory.leftUnitor hom' ≪≫
(CategoryTheory.Bicategory.rightUnitor hom').symm)
CategoryTheory.Bicategory.Equivalence.left_triangle._autoParam} →
{ hom := hom, inv := inv, unit := unit, counit := counit, left_triangle := left_triangle } =
{ hom := hom', inv := inv', unit := unit', counit := counit',
left_triangle := left_triangle' } →
(hom ≍ hom' → inv ≍ inv' → unit ≍ unit' → counit ≍ counit' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Iso.symmstatement and proof · cited by 993
- CategoryTheory.Iso.transstatement and proof · cited by 566
- CategoryTheory.Bicategory.leftUnitorstatement and proof · cited by 309
- CategoryTheory.Bicategory.rightUnitorstatement and proof · cited by 308
- CategoryTheory.Bicategory.leftZigzagIsostatement and proof · cited by 9
- CategoryTheory.Bicategory.Equivalencestatement · cited by 7
- CategoryTheory.Bicategory.Equivalence.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.Equivalence.mk.injproof · cited by 1