Theorems · Definition · category theory
CategoryTheory.Bicategory.Equivalence.recOn
{B : Type u₁} →
[inst : CategoryTheory.Bicategory B] →
{a b : B} →
{motive : CategoryTheory.Bicategory.Equivalence a b → Sort u} →
(t : CategoryTheory.Bicategory.Equivalence a 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 :
CategoryTheory.Bicategory.leftZigzagIso unit counit =
CategoryTheory.Bicategory.leftUnitor hom ≪≫
(CategoryTheory.Bicategory.rightUnitor hom).symm) →
motive
{ hom := hom, inv := inv, unit := unit, counit := counit, left_triangle := left_triangle }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 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.
Cites11
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 and proof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.