Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapBinaryBicone

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] →
          [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
            (F : CategoryTheory.Functor C D) →
              [F.PreservesZeroMorphisms] →
                {X Y : C} →
                  CategoryTheory.Limits.BinaryBicone X Y → CategoryTheory.Limits.BinaryBicone (F.obj X) (F.obj Y)

The image of a binary bicone under a functor.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
11 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

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

CategoryTheory.Limits.isBinaryBilimitOfPreserves · cited by 6Limits.isBinaryBilimitOfP…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryProduct · cited by 2Limits.preservesBinaryBip…CategoryTheory.Functor.mapBinaryBicone_inl · cited by 2Functor.mapBinaryBicone_i…CategoryTheory.Functor.mapBinaryBicone_inr · cited by 2Functor.mapBinaryBicone_i…CategoryTheory.Functor.isColimitMapCoconeBinaryCofanOfPreservesCokernels · cited by 1Functor.isColimitMapCocon…CategoryTheory.Functor.isLimitMapConeBinaryFanOfPreservesKernels · cited by 1Functor.isLimitMapConeBin…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryCoproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Functor.mapBinaryBicone_snd · cited by 0Functor.mapBinaryBicone_s…CategoryTheory.Limits.preservesBinaryProduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.isBinaryBilimitOfPreserves.congr_simp · cited by 0isBinaryBilimitOfPreserve…CategoryTheory.Limits.PreservesBinaryBiproduct.casesOn · cited by 0PreservesBinaryBiproduct.…CategoryTheory.Limits.PreservesBinaryBiproduct.preserves · cited by 0PreservesBinaryBiproduct.…CategoryTheory.Limits.PreservesBinaryBiproduct.recOn · cited by 0PreservesBinaryBiproduct.…CategoryTheory.Limits.preservesBinaryCoproduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryCop…CategoryTheory.Functor.mapBinaryBicone_fst · cited by 0Functor.mapBinaryBicone_f…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.BinaryBicone · cited by 111Limits.BinaryBiconeCategoryTheory.Limits.BinaryBicones.functoriality · cited by 7BinaryBicones.functoriali…Functor.mapBinaryBiconeCITED BYCITES

Cites7

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

Cited by16

Results whose statement or proof uses this declaration.