Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.BinaryBicone.snd

{C : Type uC} →
  [inst : CategoryTheory.Category.{uC', uC} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {P Q : C} → (self : CategoryTheory.Limits.BinaryBicone P Q) → self.pt ⟶ Q

A binary bicone for a pair of objects P Q : C consists of the cone point X, maps from X to both P and Q, and maps from both P and Q to X, so that inl ≫ fst = 𝟙 P, inl ≫ snd = 0, inr ≫ fst = 0, and inr ≫ snd = 𝟙 Q

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryBiproducts
Cited by
48 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

Around this declaration

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

CategoryTheory.Limits.biprod.snd · cited by 132biprod.sndCategoryTheory.Limits.BinaryBicone.inl_snd · cited by 38BinaryBicone.inl_sndCategoryTheory.Limits.BinaryBicone.inr_snd · cited by 37BinaryBicone.inr_sndCategoryTheory.Limits.BinaryBicone.toCone · cited by 18BinaryBicone.toConeCategoryTheory.Limits.BinaryBicone.inr_snd_assoc · cited by 15BinaryBicone.inr_snd_assocCategoryTheory.Limits.BinaryBicone.inl_snd_assoc · cited by 14BinaryBicone.inl_snd_assocCategoryTheory.Limits.BinaryBicones.functoriality · cited by 7BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicone.ofIso · cited by 6BinaryBicone.ofIsoCategoryTheory.Limits.BinaryBicone.op · cited by 6BinaryBicone.opCategoryTheory.Limits.BinaryBicone.toBiconeFunctor · cited by 4BinaryBicone.toBiconeFunc…CategoryTheory.IsPullback.of_isBilimit · cited by 4IsPullback.of_isBilimitCategoryTheory.Limits.biprod.opIso_hom_fst · cited by 3biprod.opIso_hom_fstCategoryTheory.Limits.biprod.opIso_hom_snd · cited by 3biprod.opIso_hom_sndCategoryTheory.Limits.biprod.uniqueUpToIso · cited by 3biprod.uniqueUpToIsoCategoryTheory.IsPullback.inl_snd' · cited by 2IsPullback.inl_snd'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.BinaryBicone · cited by 111Limits.BinaryBiconeCategoryTheory.Limits.BinaryBicone.pt · cited by 95BinaryBicone.ptBinaryBicone.sndCITED BYCITES

Cites5

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

Cited by71

Results whose statement or proof uses this declaration.