Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.GrpObj.lift_conj_eq_mul_mul_inv

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C] {X G : C}
  [inst_2 : CategoryTheory.GrpObj G] (f₁ f₂ : X ⟶ G),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.CartesianMonoidalCategory.lift f₁ f₂)
      (CategoryTheory.GrpObj.conj G) =
    f₁ * f₂ * f₁⁻¹
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Grp
Cited by
2 results in Mathlib
Foundations
Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.GrpObj

Around this declaration

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

Cites16

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

Cited by2

Results whose statement or proof uses this declaration.