Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapBicone

{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] →
                {J : Type w₁} → {f : J → C} → CategoryTheory.Limits.Bicone f → CategoryTheory.Limits.Bicone (F.obj ∘ f)

The image of a bicone under a functor.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
12 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Classical.choice, 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.isBilimitOfPreserves · cited by 4Limits.isBilimitOfPreserv…CategoryTheory.Limits.preservesBiproduct_of_preservesProduct · cited by 2Limits.preservesBiproduct…CategoryTheory.Mat_.additiveObjIsoBiproduct_hom_π · cited by 2Mat_.additiveObjIsoBiprod…CategoryTheory.Limits.preservesBiproduct_of_preservesCoproduct · cited by 1Limits.preservesBiproduct…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBiproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Limits.preservesBiproducts_shrink · cited by 0Limits.preservesBiproduct…CategoryTheory.Limits.preservesCoproduct_of_preservesBiproduct · cited by 0Limits.preservesCoproduct…CategoryTheory.Functor.mapBicone_pt · cited by 0Functor.mapBicone_ptCategoryTheory.Functor.mapBicone_whisker · cited by 0Functor.mapBicone_whiskerCategoryTheory.Functor.mapBicone_ι · cited by 0Functor.mapBicone_ιCategoryTheory.Functor.mapBicone_π · cited by 0Functor.mapBicone_πCategoryTheory.Limits.PreservesBiproduct.casesOn · cited by 0PreservesBiproduct.casesOnCategoryTheory.Limits.PreservesBiproduct.preserves · cited by 0PreservesBiproduct.preser…CategoryTheory.Limits.PreservesBiproduct.recOn · cited by 0PreservesBiproduct.recOnCategoryTheory.Limits.preservesProduct_of_preservesBiproduct · cited by 0Limits.preservesProduct_o…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.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.Bicone · cited by 75Limits.BiconeCategoryTheory.Limits.Bicone.pt · cited by 60Bicone.ptCategoryTheory.Limits.Bicone.π · cited by 40Bicone.πCategoryTheory.Limits.Bicone.ι · cited by 37Bicone.ιFunctor.mapBiconeCITED BYCITES

Cites10

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.