Theorems · Definition · category theory
CategoryTheory.Grp.ofHom
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
{A B : C} →
[inst_2 : CategoryTheory.GrpObj A] →
[inst_3 : CategoryTheory.GrpObj B] →
(f : A ⟶ B) → [CategoryTheory.IsMonHom f] → { X := A, grp := inst_2 } ⟶ { X := B, grp := inst_3 }Construct a morphism Grp.mk G ⟶ Grp.mk H from a map f : G ⟶ H and a IsMonHom f
instance.
- Defined in
- Mathlib.CategoryTheory.Monoidal.Grp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.Grpstatement · cited by 144
- CategoryTheory.GrpObjstatement and proof · cited by 99
- CategoryTheory.IsMonHomstatement and proof · cited by 56
- CategoryTheory.Grp.homMkproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Grp.ofHom_hom_homstatement and proof · cited by 0