Theorems · Definition · category theory
CategoryTheory.Comma.mapSnd
{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] →
{B' : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} B'] →
{A' : Type u₅} →
[inst_4 : CategoryTheory.Category.{v₅, u₅} A'] →
{T' : Type u₆} →
[inst_5 : CategoryTheory.Category.{v₆, u₆} T'] →
{R : CategoryTheory.Functor B T} →
{L : CategoryTheory.Functor A T} →
{R' : CategoryTheory.Functor B' T'} →
{L' : CategoryTheory.Functor A' T'} →
{F₂ : CategoryTheory.Functor B B'} →
{F₁ : CategoryTheory.Functor A A'} →
{F : CategoryTheory.Functor T T'} →
(β : F₁.comp L' ⟶ L.comp F) →
(α : R.comp F ⟶ F₂.comp R') →
(CategoryTheory.Comma.map β α).comp (CategoryTheory.Comma.snd L' R') ≅
(CategoryTheory.Comma.snd L R).comp F₂The isomorphism between map α β ⋙ snd L' R' and snd L R ⋙ F₂,
where β : R ⋙ F ⟶ F₂ ⋙ R'.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Comma.sndstatement and proof · cited by 51
- CategoryTheory.Comma.mapstatement and proof · cited by 28
- CategoryTheory.NatIso.ofComponents'proof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.mapSnd_hom_appstatement and proof · cited by 0
- CategoryTheory.Comma.mapSnd_inv_appstatement and proof · cited by 0