Theorems · Theorem · category theory
CategoryTheory.Bicategory.Equivalence.mk.inj
∀ {B : Type u₁} {inst : CategoryTheory.Bicategory B} {a b : B} {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_1 : a ⟶ b} {inv_1 : b ⟶ a}
{unit_1 : CategoryTheory.CategoryStruct.id a ≅ CategoryTheory.CategoryStruct.comp hom_1 inv_1}
{counit_1 : CategoryTheory.CategoryStruct.comp inv_1 hom_1 ≅ CategoryTheory.CategoryStruct.id b}
{left_triangle_1 :
autoParam
(CategoryTheory.Bicategory.leftZigzagIso unit_1 counit_1 =
CategoryTheory.Bicategory.leftUnitor hom_1 ≪≫ (CategoryTheory.Bicategory.rightUnitor hom_1).symm)
CategoryTheory.Bicategory.Equivalence.left_triangle._autoParam},
{ hom := hom, inv := inv, unit := unit, counit := counit, left_triangle := left_triangle } =
{ hom := hom_1, inv := inv_1, unit := unit_1, counit := counit_1, left_triangle := left_triangle_1 } →
hom = hom_1 ∧ inv = inv_1 ∧ unit ≍ unit_1 ∧ counit ≍ counit_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 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.mk.noConfusionproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.Equivalence.mk.injEqproof · cited by 0