Theorems · Definition · category theory
CategoryTheory.Functor.fullyFaithfulCancelRight
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{E : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
{F G : CategoryTheory.Functor C D} →
(H : CategoryTheory.Functor D E) → [H.Full] → [H.Faithful] → (F.comp H ≅ G.comp H) → (F ≅ G)Given a natural isomorphism between F ⋙ H and G ⋙ H for a fully faithful functor H, we
can 'cancel' it to give a natural iso between F and G.
- 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.
Cites9
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.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.Functor.Fullstatement and proof · cited by 341
- CategoryTheory.Functor.Faithfulstatement and proof · cited by 313
- CategoryTheory.Iso.appproof · cited by 253
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Functor.preimageIsoproof · cited by 14
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.equivEssImageOfReflectiveproof · cited by 4
- CategoryTheory.equivEssImageOfReflective_counitIsostatement · cited by 0
- CategoryTheory.Functor.fullyFaithfulCancelRight_hom_appstatement · cited by 0
- CategoryTheory.Functor.fullyFaithfulCancelRight_inv_appstatement · cited by 0
- CategoryTheory.Functor.fullyFaithfulCancelRight.congr_simpstatement and proof · cited by 0
- CategoryTheory.MonoOver.liftCompproof · cited by 0
- CategoryTheory.MonoOver.liftIdproof · cited by 0
- CategoryTheory.MonoOver.liftIsoproof · cited by 0