Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.SmallCategoryOfSet.assoc

∀ {Ω : Type w} (self : CategoryTheory.SmallCategoryOfSet Ω) {X Y Z T : ↑self.obj} (f : ↑(self.hom X Y))
  (g : ↑(self.hom Y Z)) (h : ↑(self.hom Z T)), self.comp (self.comp f g) h = self.comp f (self.comp g h)
Defined in
Mathlib.CategoryTheory.SmallRepresentatives
Cited by
0 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms

Around this declaration

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

Cites5

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.