Theorems · Definition · category theory
CategoryTheory.MorphismProperty.Comma.mapRight
{A : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} A] →
{B : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
{T : Type u_3} →
[inst_2 : CategoryTheory.Category.{v_3, u_3} T] →
(L : CategoryTheory.Functor A T) →
{P : CategoryTheory.MorphismProperty T} →
{Q : CategoryTheory.MorphismProperty A} →
{W : CategoryTheory.MorphismProperty B} →
[inst_3 : Q.IsMultiplicative] →
[inst_4 : W.IsMultiplicative] →
{R₁ R₂ : CategoryTheory.Functor B T} →
(r : R₁ ⟶ R₂) →
(∀ (X : CategoryTheory.MorphismProperty.Comma L R₁ P Q W),
P (CategoryTheory.CategoryStruct.comp X.hom (r.app X.right))) →
CategoryTheory.Functor (CategoryTheory.MorphismProperty.Comma L R₁ P Q W)
(CategoryTheory.MorphismProperty.Comma L R₂ P Q W)A natural transformation R₁ ⟶ R₂ induces a functor P.Comma L R₁ Q W ⥤ P.Comma L R₂ Q W.
- Cited by
- 28 results in Mathlib
- Foundations
- Depth 23 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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Comma.leftstatement and proof · cited by 886
- CategoryTheory.Comma.rightstatement and proof · cited by 727
- CategoryTheory.Comma.homstatement and proof · cited by 490
- CategoryTheory.MorphismProperty.IsMultiplicativestatement and proof · cited by 332
Cited by33
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.Over.mapproof · cited by 26
- CategoryTheory.MorphismProperty.Comma.mapRightIsoproof · cited by 18
- CategoryTheory.MorphismProperty.Comma.mapRightCompstatement and proof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapRightEqstatement and proof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapRightIdstatement and proof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapRightComp_hom_app_leftstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightComp_hom_app_rightstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightComp_inv_app_leftstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightComp_inv_app_rightstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightEq_hom_app_leftstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightEq_hom_app_rightstatement · cited by 0
- CategoryTheory.MorphismProperty.Comma.mapRightEq_inv_app_leftstatement · cited by 0