Theorems · Definition · category theory
CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{T : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
{L : CategoryTheory.Functor C T} →
{R : CategoryTheory.Functor D T} →
{C' : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} C'] →
{D' : Type u₅} →
[inst_4 : CategoryTheory.Category.{v₅, u₅} D'] →
{T' : Type u₆} →
[inst_5 : CategoryTheory.Category.{v₆, u₆} T'] →
{L' : CategoryTheory.Functor C' T'} →
{R' : CategoryTheory.Functor D' T'} →
{F₁ : CategoryTheory.Functor C C'} →
{F₂ : CategoryTheory.Functor D D'} →
{F : CategoryTheory.Functor T T'} →
(α : F₁.comp L' ⟶ L.comp F) →
(β : R.comp F ⟶ F₂.comp R') →
[inst_6 : CategoryTheory.IsIso β] →
(X : CategoryTheory.Comma L' R') →
CategoryTheory.Functor
(CategoryTheory.StructuredArrow X (CategoryTheory.Comma.map α β))
(CategoryTheory.Comma
(CategoryTheory.StructuredArrow.map₂
(CategoryTheory.CategoryStruct.id (L'.obj X.left)) α)
(CategoryTheory.StructuredArrow.map₂ X.hom (CategoryTheory.inv β)))The functor establishing the equivalence StructuredArrow.commaMapEquivalence.
- Cited by
- 13 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- CategoryTheory.Comma.leftstatement · cited by 886
- CategoryTheory.Comma.rightstatement · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.CommaMorphism.leftproof · cited by 526
- CategoryTheory.Comma.homstatement and proof · cited by 490
Cited by16
Results whose statement or proof uses this declaration.
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIsostatement · cited by 4
- CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIsostatement and proof · cited by 4
- CategoryTheory.StructuredArrow.commaMapEquivalenceproof · cited by 1
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_leftstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_rightstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_homstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_leftstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_rightstatement and proof · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_hom_app_right_leftstatement · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_hom_app_right_rightstatement · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_inv_app_right_leftstatement · cited by 0
- CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_inv_app_right_rightstatement · cited by 0