Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.AddGrpObj.lift_addConj_eq_add_add_neg_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C] {X G : C}
  [inst_2 : CategoryTheory.AddGrpObj G] (f₁ f₂ : X ⟶ G) {Z : C} (h : G ⟶ Z),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.CartesianMonoidalCategory.lift f₁ f₂)
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.AddGrpObj.addConj G) h) =
    CategoryTheory.CategoryStruct.comp (f₁ + f₂ + -f₁) h
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Grp
Cited by
0 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.AddGrpObj

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.