Theorems · Definition · category theory
CategoryTheory.equivalenceReflectsNormalMono
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{D : Type u₂} →
[inst_2 : CategoryTheory.Category.{v₁, u₂} D] →
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
(F : CategoryTheory.Functor C D) →
[F.IsEquivalence] →
{X Y : C} → {f : X ⟶ Y} → CategoryTheory.NormalMono (F.map f) → CategoryTheory.NormalMono fIf F is an equivalence and F.map f is a normal mono, then f is a normal mono.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.Cone.ptproof · cited by 1,298
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Limits.Fork.ιproof · cited by 162
Cited by1
Results whose statement or proof uses this declaration.
- AddCommGrpCat.normalMonoproof · cited by 0