Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.BinaryBicone.inr_snd_assoc

∀ {C : Type uC} [inst : CategoryTheory.Category.{uC', uC} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
  {P Q : C} (self : CategoryTheory.Limits.BinaryBicone P Q) {Z : C} (h : Q ⟶ Z),
  CategoryTheory.CategoryStruct.comp self.inr (CategoryTheory.CategoryStruct.comp self.snd h) = h

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
15 results in Mathlib
Foundations
Depth 6 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

Around this declaration

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

CategoryTheory.Limits.biprod.lift_desc · cited by 7biprod.lift_descCategoryTheory.Limits.biprod.total · cited by 4biprod.totalCategoryTheory.kernelCokernelCompSequence.φ_snd · cited by 2kernelCokernelCompSequenc…CategoryTheory.Limits.biprod.desc_eq · cited by 2biprod.desc_eqCategoryTheory.Limits.biprod.map_eq_map' · cited by 2biprod.map_eq_map'CategoryTheory.SemiadditiveOfBinaryBiproducts.isUnital_rightAdd · cited by 1SemiadditiveOfBinaryBipro…CategoryTheory.Limits.biprod.braiding_map_braiding · cited by 1biprod.braiding_map_braid…CategoryTheory.Biprod.inr_ofComponents · cited by 1Biprod.inr_ofComponentsCategoryTheory.IsPushout.hom_eq_add_up_to_refinements · cited by 1IsPushout.hom_eq_add_up_t…CategoryTheory.Limits.biprod.associator_inv_natural · cited by 1biprod.associator_inv_nat…CategoryTheory.Limits.biprod.associator_natural · cited by 1biprod.associator_naturalCategoryTheory.Limits.biprod.braid_natural · cited by 1biprod.braid_naturalCategoryTheory.kernelCokernelCompSequence.δ_fac · cited by 0kernelCokernelCompSequenc…CategoryTheory.Limits.biprod.decomp_hom_from · cited by 0biprod.decomp_hom_fromCategoryTheory.Limits.biprod.map_eq · cited by 0biprod.map_eqCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.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.inrCategoryTheory.Limits.BinaryBicone.inr_snd · cited by 37BinaryBicone.inr_sndBinaryBicone.inr_snd_assocCITED BYCITES

Cites11

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

Cited by15

Results whose statement or proof uses this declaration.