Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.BinaryBicones.functoriality

{C : Type uC} →
  [inst : CategoryTheory.Category.{uC', uC} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {D : Type uD} →
        [inst_2 : CategoryTheory.Category.{uD', uD} D] →
          [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
            (P Q : C) →
              (F : CategoryTheory.Functor C D) →
                [F.PreservesZeroMorphisms] →
                  CategoryTheory.Functor (CategoryTheory.Limits.BinaryBicone P Q)
                    (CategoryTheory.Limits.BinaryBicone (F.obj P) (F.obj Q))

A functor F : C ⥤ D sends binary bicones for P and Q to binary bicones for G.obj P and G.obj Q functorially.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryBiproducts
Cited by
7 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

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

CategoryTheory.Functor.mapBinaryBicone · cited by 11Functor.mapBinaryBiconeCategoryTheory.Limits.BinaryBicones.functoriality_map_hom · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality_obj_fst · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality_obj_inl · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality_obj_inr · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality_obj_pt · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality_obj_snd · cited by 0BinaryBicones.functoriali…CategoryTheory.Limits.BinaryBicones.functoriality.congr_simp · cited by 0functoriality.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.BinaryBicone · cited by 111Limits.BinaryBiconeCategoryTheory.Limits.BinaryBicone.pt · cited by 95BinaryBicone.ptCategoryTheory.Limits.BinaryBicone.snd · cited by 48BinaryBicone.sndCategoryTheory.Limits.BinaryBicone.fst · cited by 48BinaryBicone.fstCategoryTheory.Limits.BinaryBicone.inl · cited by 47BinaryBicone.inlCategoryTheory.Limits.BinaryBicone.inr · cited by 47BinaryBicone.inrCategoryTheory.Limits.BinaryBiconeMorphism.hom · cited by 17BinaryBiconeMorphism.homBinaryBicones.functorialityCITED BYCITES

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.