Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.mapBifunctorFlipIso

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    {D : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C₁] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} D] →
            {I₁ : Type u_4} →
              {I₂ : Type u_5} →
                {J : Type u_6} →
                  {c₁ : ComplexShape I₁} →
                    {c₂ : ComplexShape I₂} →
                      [inst_3 : CategoryTheory.Limits.HasZeroMorphisms C₁] →
                        [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C₂] →
                          [inst_5 : CategoryTheory.Preadditive D] →
                            (K₁ : HomologicalComplex C₁ c₁) →
                              (K₂ : HomologicalComplex C₂ c₂) →
                                (F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ D)) →
                                  [inst_6 : F.PreservesZeroMorphisms] →
                                    [inst_7 : ∀ (X₁ : C₁), (F.obj X₁).PreservesZeroMorphisms] →
                                      (c : ComplexShape J) →
                                        [inst_8 : TotalComplexShape c₁ c₂ c] →
                                          [inst_9 : TotalComplexShape c₂ c₁ c] →
                                            [inst_10 : TotalComplexShapeSymmetry c₁ c₂ c] →
                                              [inst_11 : DecidableEq J] →
                                                [inst_12 : K₁.HasMapBifunctor K₂ F c] →
                                                  K₂.mapBifunctor K₁ F.flip c ≅ K₁.mapBifunctor K₂ F c

The canonical isomorphism mapBifunctor K₂ K₁ F.flip c ≅ mapBifunctor K₁ K₂ F c.

Defined in
Mathlib.Algebra.Homology.BifunctorFlip
Cited by
7 results in Mathlib
Foundations
Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.PreadditiveCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsTotalComplexShapeTotalComplexShapeTotalComplexShapeSymmetryDecidableEqHomologicalComplex.HasMapBifunctor

Around this declaration

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

HomologicalComplex.ι_mapBifunctorFlipIso_hom · cited by 2HomologicalComplex.ι_mapB…HomologicalComplex.mapBifunctorFlipIso_hom_naturality · cited by 1HomologicalComplex.mapBif…HomologicalComplex.ι_mapBifunctorFlipIso_hom_assoc · cited by 1HomologicalComplex.ι_mapB…HomologicalComplex.ι_mapBifunctorFlipIso_inv · cited by 1HomologicalComplex.ι_mapB…HomologicalComplex.mapBifunctorFlipIso_flip · cited by 0HomologicalComplex.mapBif…HomologicalComplex.mapBifunctorFlipIso_hom_naturality_assoc · cited by 0HomologicalComplex.mapBif…HomologicalComplex.ι_mapBifunctorFlipIso_inv_assoc · cited by 0HomologicalComplex.ι_mapB…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Functor.flip · cited by 320Functor.flipTotalComplexShape · cited by 210TotalComplexShapeHomologicalComplex.mapBifunctor · cited by 109HomologicalComplex.mapBif…HomologicalComplex.HasMapBifunctor · cited by 103HomologicalComplex.HasMap…CategoryTheory.Functor.mapBifunctorHomologicalComplex · cited by 35Functor.mapBifunctorHomol…TotalComplexShapeSymmetry · cited by 32TotalComplexShapeSymmetryHomologicalComplex.mapBifunct…CITED BYCITES

Cites16

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

Cited by7

Results whose statement or proof uses this declaration.