Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.BinaryBicone.inr_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),
  CategoryTheory.CategoryStruct.comp self.inr self.snd = CategoryTheory.CategoryStruct.id 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
37 results in Mathlib
Foundations
Depth 5 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.BinaryBicone.inr_snd_assoc · cited by 15BinaryBicone.inr_snd_assocHomologicalComplex.homotopyCofiber.inrX_sndX · cited by 8homotopyCofiber.inrX_sndXCategoryTheory.Limits.biprod.inr_snd · cited by 4biprod.inr_sndCategoryTheory.Abelian.Ext.add_hom · cited by 4Ext.add_homCategoryTheory.Limits.biprod.total · cited by 4biprod.totalCategoryTheory.Limits.biprod.isoProd_hom · cited by 3biprod.isoProd_homCategoryTheory.IsPushout.inl_snd' · cited by 2IsPushout.inl_snd'HomologicalComplex.cylinder.map_ι₁_mapHomologicalComplexObjIso_hom · cited by 2cylinder.map_ι₁_mapHomolo…CategoryTheory.IsPullback.of_is_bilimit' · cited by 2IsPullback.of_is_bilimit'CategoryTheory.Limits.biprod.map_eq_map' · cited by 2biprod.map_eq_map'CategoryTheory.Limits.biprod.symmetry' · cited by 2biprod.symmetry'CategoryTheory.IsPullback.inr_fst' · cited by 1IsPullback.inr_fst'CategoryTheory.Limits.biprod.braiding_map_braiding · cited by 1biprod.braiding_map_braid…CategoryTheory.Biprod.isIso_inl_iff_isZero · cited by 1Biprod.isIso_inl_iff_isZe…CochainComplex.cm5b.degreewiseEpiWithInjectiveKernel_p · cited by 1cm5b.degreewiseEpiWithInj…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.BinaryBicone · cited by 111Limits.BinaryBiconeCategoryTheory.Limits.BinaryBicone.pt · cited by 95BinaryBicone.ptCategoryTheory.Limits.BinaryBicone.snd · cited by 48BinaryBicone.sndCategoryTheory.Limits.BinaryBicone.inr · cited by 47BinaryBicone.inrBinaryBicone.inr_sndCITED BYCITES

Cites9

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

Cited by37

Results whose statement or proof uses this declaration.