Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.mulInitial

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [CategoryTheory.Limits.HasStrictInitialObjects C] →
      [inst_2 : CategoryTheory.Limits.HasInitial C] →
        (X : C) → [inst_3 : CategoryTheory.Limits.HasBinaryProduct X (⊥_ C)] → X ⨯ ⊥_ C ≅ ⊥_ C

The product of X with an initial object in a category with strict initial objects is itself initial. This is the generalisation of the fact that X × Empty ≃ Empty for types (or n * 0 = 0).

Defined in
Mathlib.CategoryTheory.Limits.Shapes.StrictInitial
Cited by
2 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasStrictInitialObjectsCategoryTheory.Limits.HasInitialCategoryTheory.Limits.HasBinaryProduct

Around this declaration

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

Cites9

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.