Theorems · Theorem · category theory
CategoryTheory.IsMonHom.isNormalHom_iff
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{G H : C} [inst_2 : CategoryTheory.GrpObj G] [inst_3 : CategoryTheory.GrpObj H] {φ : H ⟶ G}
[CategoryTheory.IsMonHom φ] [CategoryTheory.Mono φ],
CategoryTheory.IsMonHom.Normal φ ↔
∃ ψ,
CategoryTheory.CategoryStruct.comp ψ φ =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft G φ)
(CategoryTheory.GrpObj.conj G)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement and proof · cited by 915
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.GrpObjstatement and proof · cited by 99
- CategoryTheory.IsMonHomstatement and proof · cited by 56
- CategoryTheory.GrpObj.conjstatement and proof · cited by 7
- CategoryTheory.IsMonHom.Normalstatement and proof · cited by 4
- CategoryTheory.IsMonHom.Normal.exists_comp_eq_conjproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.IsMonHom.normal_iff_normal_monoidHomproof · cited by 0