Theorems · Definition · category theory
CategoryTheory.Comma.mapRightId
{B : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} B] →
{A : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} A] →
{T : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
(R : CategoryTheory.Functor B T) →
(L : CategoryTheory.Functor A T) →
CategoryTheory.Comma.mapRight L (CategoryTheory.CategoryStruct.id R) ≅
CategoryTheory.Functor.id (CategoryTheory.Comma L R)The functor Comma L R ⥤ Comma L R induced by the identity natural transformation on R is
naturally isomorphic to the identity functor.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- 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
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Comma.mapRightstatement and proof · cited by 52
- CategoryTheory.NatIso.ofComponents'proof · cited by 12
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.mapRightIsoproof · cited by 18
- CategoryTheory.Comma.mapRightId_hom_app_rightstatement and proof · cited by 0
- CategoryTheory.Comma.mapRightId_inv_app_leftstatement and proof · cited by 0
- CategoryTheory.Comma.mapRightId_inv_app_rightstatement and proof · cited by 0
- CategoryTheory.Comma.mapRightId_hom_app_leftstatement and proof · cited by 0