Theorems · Definition · category theory
CategoryTheory.Functor.sumIsoExt
{A : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
{B : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
{C : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
{F G : CategoryTheory.Functor (A ⊕ B) C} →
((CategoryTheory.Sum.inl_ A B).comp F ≅ (CategoryTheory.Sum.inl_ A B).comp G) →
((CategoryTheory.Sum.inr_ A B).comp F ≅ (CategoryTheory.Sum.inr_ A B).comp G) → (F ≅ G)A functor out of a sum is uniquely characterized by its precompositions with inl_ and inr_.
- Defined in
- Mathlib.CategoryTheory.Sums.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Homproof · 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 and proof · cited by 3,963
- CategoryTheory.Iso.appproof · cited by 253
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Sum.inl_statement and proof · cited by 63
- CategoryTheory.Sum.inr_statement and proof · cited by 63
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.Discrete.sumEquivproof · cited by 8
- CategoryTheory.sum.associativityproof · cited by 8
- CategoryTheory.Sum.Swap.equivalenceproof · cited by 6
- CategoryTheory.Functor.isoSumproof · cited by 6
- CategoryTheory.Functor.sumIsoExt_hom_app_inlstatement · cited by 0
- CategoryTheory.Functor.sumIsoExt_hom_app_inrstatement · cited by 0
- CategoryTheory.Functor.sumIsoExt_inv_app_inlstatement · cited by 0
- CategoryTheory.Functor.sumIsoExt_inv_app_inrstatement · cited by 0