Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsAddMonHom.normal_iff_normal_addMonoidHom

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
  {G H : C} [inst_2 : CategoryTheory.AddGrpObj G] [inst_3 : CategoryTheory.AddGrpObj H] {φ : H ⟶ G}
  [inst_4 : CategoryTheory.IsAddMonHom φ] [CategoryTheory.Mono φ],
  CategoryTheory.IsAddMonHom.Normal φ ↔ ∀ (X : C), (CategoryTheory.IsAddMonHom.addMonoidHom φ X).range.Normal

If φ is mono, it is a normal additive group homomorphism if and only if for all X the image of H(X) in G(X) is a normal additive subgroup.

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Normal
Cited by
0 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.AddGrpObjCategoryTheory.AddGrpObjCategoryTheory.IsAddMonHomCategoryTheory.Mono

Around this declaration

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

Cites50

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.