Theorems · Definition · category theory
CategoryTheory.Sum.natTransOfWhiskerLeftInlInr
{A : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} A] →
{A' : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_2, u_2} A'] →
{B : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} B] →
{F G : CategoryTheory.Functor (A ⊕ A') B} →
((CategoryTheory.Sum.inl_ A A').comp F ⟶ (CategoryTheory.Sum.inl_ A A').comp G) →
((CategoryTheory.Sum.inr_ A A').comp F ⟶ (CategoryTheory.Sum.inr_ A A').comp G) → (F ⟶ G)A consequence of functorEquiv: we can construct a natural transformation of functors
A ⊕ A' ⥤ B from the data of natural transformations of their whiskering with inl_ and inr_.
- Defined in
- Mathlib.CategoryTheory.Sums.Products
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Equivalence.inverseproof · cited by 1,130
- CategoryTheory.Sum.inl_statement and proof · cited by 63
- CategoryTheory.Sum.inr_statement and proof · cited by 63
- CategoryTheory.Equivalence.unitproof · cited by 62
- CategoryTheory.Equivalence.unitInvproof · cited by 41
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Sum.natIsoOfWhiskerLeftInlInrproof · cited by 3
- CategoryTheory.Sum.natTransOfWhiskerLeftInlInr_appstatement and proof · cited by 1
- CategoryTheory.Sum.natIsoOfWhiskerLeftInlInr_homstatement · cited by 1
- CategoryTheory.Sum.natTransOfWhiskerLeftInlInr_compstatement · cited by 0
- CategoryTheory.Sum.natTransOfWhiskerLeftInlInr_idstatement · cited by 0
- CategoryTheory.Sum.natIsoOfWhiskerLeftInlInr_invstatement · cited by 0