Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ConcreteCategory.mono_of_injective

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type w}
  [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC] {X Y : C}
  (f : X ⟶ Y), Function.Injective ⇑(CategoryTheory.ConcreteCategory.hom f) → CategoryTheory.Mono f

In any concrete category, injective morphisms are monomorphisms.

Defined in
Mathlib.CategoryTheory.ConcreteCategory.EpiMono
Cited by
12 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.Flat.epi_of_flat_of_surjective · cited by 1Flat.epi_of_flat_of_surje…AddCommGrpCat.mono_iff_ker_eq_bot · cited by 1AddCommGrpCat.mono_iff_ke…CategoryTheory.FintypeCat.Action.pretransitive_of_isConnected · cited by 1Action.pretransitive_of_i…AlgebraicGeometry.spread_out_unique_of_isGermInjective · cited by 1AlgebraicGeometry.spread_…ModuleCat.mono_iff_ker_eq_bot · cited by 1ModuleCat.mono_iff_ker_eq…CategoryTheory.Sheaf.mono_of_injective · cited by 1Sheaf.mono_of_injectiveAlgebraicGeometry.eq_of_SpecMap_comp_eq_of_isAffineOpen · cited by 1AlgebraicGeometry.eq_of_S…CommGrpCat.mono_iff_ker_eq_bot · cited by 1CommGrpCat.mono_iff_ker_e…GrpCat.mono_iff_ker_eq_bot · cited by 1GrpCat.mono_iff_ker_eq_botAddGrpCat.mono_iff_ker_eq_bot · cited by 1AddGrpCat.mono_iff_ker_eq…NonemptyFinLinOrd.mono_iff_injective · cited by 0NonemptyFinLinOrd.mono_if…AlgebraicGeometry.tfae_universallyInjective · cited by 0AlgebraicGeometry.tfae_un…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.forget · cited by 418CategoryTheory.forgetCategoryTheory.Functor.mono_of_mono_map · cited by 24Functor.mono_of_mono_mapCategoryTheory.mono_iff_injective · cited by 20CategoryTheory.mono_iff_i…ConcreteCategory.mono_of_inje…CITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.