Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.BinaryBiconeMorphism.ext

∀ {C : Type uC} [inst : CategoryTheory.Category.{uC', uC} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
  {P Q : C} {c c' : CategoryTheory.Limits.BinaryBicone P Q} (f g : c ⟶ c'), f.hom = g.hom → f = g

We do not want simps automatically generate the lemma for simplifying the Hom field of -- a category. So we need to write the ext lemma in terms of the categorical morphism, rather than the underlying structure.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryBiproducts
Cited by
1 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

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 by1

Results whose statement or proof uses this declaration.