Theorems · Theorem · category theory
CategoryTheory.Bicategory.toNatTrans_mateEquiv
∀ {C D E F : CategoryTheory.Cat} {G : C ⟶ E} {H : D ⟶ F} {L₁ : C ⟶ D} {R₁ : D ⟶ C} {L₂ : E ⟶ F} {R₂ : F ⟶ E}
(adj₁ : CategoryTheory.Bicategory.Adjunction L₁ R₁) (adj₂ : CategoryTheory.Bicategory.Adjunction L₂ R₂)
(f : CategoryTheory.CategoryStruct.comp G L₂ ⟶ CategoryTheory.CategoryStruct.comp L₁ H),
((CategoryTheory.Bicategory.mateEquiv adj₁ adj₂) f).toNatTrans =
(CategoryTheory.mateEquiv (CategoryTheory.Adjunction.ofCat adj₁) (CategoryTheory.Adjunction.ofCat adj₂))
f.toNatTrans- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.toNatTrans_conjugateEquivproof · cited by 0