Theorems · Definition · category theory
CategoryTheory.Comma.preLeftIso
{A : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
{B : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
{T : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
{C : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} C] →
(F : CategoryTheory.Functor C A) →
(L : CategoryTheory.Functor A T) →
(R : CategoryTheory.Functor B T) →
CategoryTheory.Comma.preLeft F L R ≅
CategoryTheory.Comma.map (F.comp L).rightUnitor.inv
(CategoryTheory.CategoryStruct.comp R.rightUnitor.hom R.leftUnitor.inv)Comma.preLeft is a particular case of Comma.map,
but with better definitional properties.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Comma.leftproof · cited by 886
- CategoryTheory.Comma.rightproof · cited by 727
- CategoryTheory.Iso.reflproof · cited by 727
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.