Theorems · Definition · category theory
CategoryTheory.Join.mkNatIso
{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) →
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 →
(F ≅ G)Two functors out of a join of categories are naturally isomorphic if their compositions with the inclusions are isomorphic and the whiskering with the canonical transformation is respected through these isomorphisms.
- Defined in
- Mathlib.CategoryTheory.Join.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 31 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.Iso.invproof · cited by 6,514
- 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
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.Join.mapPairCompproof · cited by 20
- CategoryTheory.Join.mapIsoWhiskerLeftproof · cited by 11
- CategoryTheory.Join.mapIsoWhiskerRightproof · cited by 11
- CategoryTheory.Join.mapPairIdproof · cited by 8
- CategoryTheory.Join.isoMkFunctorproof · cited by 2
- CategoryTheory.Join.mkNatIso.congr_simpstatement and proof · cited by 2
- CategoryTheory.Join.mkNatIso_homstatement and proof · cited by 0
- CategoryTheory.Join.mkNatIso_invstatement and proof · cited by 0