Theorems · Definition · category theory
CategoryTheory.GrpObj.commutator
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
(G : C) → [CategoryTheory.GrpObj G] → CategoryTheory.MonoidalCategoryStruct.tensorObj G G ⟶ GThe commutator of G as a morphism. This is the map (x, y) ↦ x * y * x⁻¹ * y⁻¹,
see CategoryTheory.GrpObj.lift_commutator_eq_mul_mul_inv_inv.
This morphism is constant with value 1 if and only if G is commutative
(see CategoryTheory.isCommMonObj_iff_commutator_eq_toUnit_η).
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, 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 · cited by 32,603
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.SemiCartesianMonoidalCategory.fstproof · cited by 184
- CategoryTheory.SemiCartesianMonoidalCategory.sndproof · cited by 181
- CategoryTheory.GrpObjstatement and proof · cited by 99
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.GrpObj.lift_commutator_eq_mul_mul_inv_invstatement · cited by 2
- CategoryTheory.GrpObj.whiskerLeft_η_commutatorstatement · cited by 2
- CategoryTheory.GrpObj.η_whiskerRight_commutatorstatement · cited by 2
- CategoryTheory.isCommMonObj_iff_commutator_eq_toUnit_ηstatement and proof · cited by 2
- CategoryTheory.GrpObj.lift_commutator_eq_mul_mul_inv_inv_assocstatement and proof · cited by 0
- AlgebraicGeometry.isCommMonObj_of_isProper_of_geometricallyIntegralproof · cited by 0
- CategoryTheory.GrpObj.whiskerLeft_η_commutator_assocstatement and proof · cited by 0
- CategoryTheory.GrpObj.η_whiskerRight_commutator_assocstatement and proof · cited by 0