Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.isoMk

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {S₁ S₂ : CategoryTheory.ShortComplex C} →
        (e₁ : S₁.X₁ ≅ S₂.X₁) →
          (e₂ : S₁.X₂ ≅ S₂.X₂) →
            (e₃ : S₁.X₃ ≅ S₂.X₃) →
              autoParam
                  (CategoryTheory.CategoryStruct.comp e₁.hom S₂.f = CategoryTheory.CategoryStruct.comp S₁.f e₂.hom)
                  CategoryTheory.ShortComplex.isoMk._auto_1 →
                autoParam
                    (CategoryTheory.CategoryStruct.comp e₂.hom S₂.g = CategoryTheory.CategoryStruct.comp S₁.g e₃.hom)
                    CategoryTheory.ShortComplex.isoMk._auto_3 →
                  (S₁ ≅ S₂)

A constructor for isomorphisms in the category ShortComplex C

Defined in
Mathlib.Algebra.Homology.ShortComplex.Basic
Cited by
30 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

Around this declaration

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

HomologicalComplex.natIsoSc' · cited by 31HomologicalComplex.natIso…HomologicalComplex.restriction.sc'Iso · cited by 9restriction.sc'IsoCategoryTheory.Functor.homologySequence_exact₂ · cited by 8Functor.homologySequence_…CategoryTheory.Abelian.SpectralObject.cokernelSequenceCyclesEIso · cited by 7SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso · cited by 7SpectralObject.kernelSequ…CategoryTheory.ShortComplex.FunctorEquivalence.counitIso · cited by 7FunctorEquivalence.counit…CategoryTheory.ShortComplex.FunctorEquivalence.unitIso · cited by 7FunctorEquivalence.unitIsoCategoryTheory.Pretriangulated.shortComplexOfDistTriangleIsoOfIso · cited by 7Pretriangulated.shortComp…CochainComplex.shiftShortComplexFunctor' · cited by 6CochainComplex.shiftShort…CategoryTheory.ShortComplex.ShortExact.homology_exact₂ · cited by 6ShortExact.homology_exact₂CategoryTheory.Functor.homologySequence_exact₃ · cited by 6Functor.homologySequence_…groupHomology.isoCycles₁_hom_comp_i · cited by 5groupHomology.isoCycles₁_…groupCohomology.isoCocycles₁_hom_comp_i · cited by 5groupCohomology.isoCocycl…groupCohomology.isoCocycles₂_hom_comp_i · cited by 5groupCohomology.isoCocycl…groupHomology.isoCycles₂_hom_comp_i · cited by 5groupHomology.isoCycles₂_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.ShortComplex.g · cited by 658ShortComplex.gCategoryTheory.ShortComplex.f · cited by 653ShortComplex.fCategoryTheory.ShortComplex.homMk · cited by 11ShortComplex.homMkShortComplex.isoMkCITED BYCITES

Cites14

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

Cited by46

Results whose statement or proof uses this declaration.