Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Over.grpObjMkPullbackSnd

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasPullbacks C] →
      {X R S : C} →
        {f : R ⟶ X} →
          {g : S ⟶ X} →
            [CategoryTheory.GrpObj (CategoryTheory.Over.mk f)] →
              CategoryTheory.GrpObj (CategoryTheory.Over.mk (CategoryTheory.Limits.pullback.snd f g))

The pullback of a monoid object is a monoid object.

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Over
Cited by
3 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbacksCategoryTheory.GrpObj

Around this declaration

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

Cites15

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

Cited by3

Results whose statement or proof uses this declaration.