Theorems · Theorem · category theory
CategoryTheory.Join.mkNatIso_hom
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{E : Type u₃} [inst_2 : CategoryTheory.Category.{v₃, u₃} E] {F G : CategoryTheory.Functor (CategoryTheory.Join C D) E}
(eₗ : (CategoryTheory.Join.inclLeft C D).comp F ≅ (CategoryTheory.Join.inclLeft C D).comp G)
(eᵣ : (CategoryTheory.Join.inclRight C D).comp F ≅ (CategoryTheory.Join.inclRight C D).comp G)
(h :
autoParam
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.whiskerRight (CategoryTheory.Join.edgeTransform C D) F)
((CategoryTheory.Prod.snd C D).isoWhiskerLeft eᵣ).hom =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.Prod.fst C D).isoWhiskerLeft eₗ).hom
(CategoryTheory.Functor.whiskerRight (CategoryTheory.Join.edgeTransform C D) G))
CategoryTheory.Join.mkNatIso._auto_1),
(CategoryTheory.Join.mkNatIso eₗ eᵣ h).hom = CategoryTheory.Join.mkNatTrans eₗ.hom eᵣ.hom h- Defined in
- Mathlib.CategoryTheory.Join.Basic
- Cited by
- 0 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.
Cites17
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 · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.whiskerRightstatement and proof · cited by 467
- CategoryTheory.Functor.isoWhiskerLeftstatement and proof · cited by 177
- CategoryTheory.Joinstatement and proof · cited by 131
- CategoryTheory.Join.inclLeftstatement and proof · cited by 74
- CategoryTheory.Join.inclRightstatement and proof · cited by 74
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.