Mathlib Map

Theorems · Definition · category theory

ComplexShape.Embedding.HasLift

{ι : Type u_1} →
  {ι' : Type u_2} →
    {c : ComplexShape ι} →
      {c' : ComplexShape ι'} →
        (e : c.Embedding c') →
          {C : Type u_3} →
            [inst : CategoryTheory.Category.{v_1, u_3} C] →
              [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
                {K : HomologicalComplex C c'} →
                  {L : HomologicalComplex C c} → [inst_2 : e.IsRelIff] → (K.restriction e ⟶ L) → Prop

The condition on a morphism K.restriction e ⟶ L which allows to extend it as a morphism K ⟶ L.extend e, see Embedding.homEquiv.

Defined in
Mathlib.Algebra.Homology.Embedding.HomEquiv
Cited by
13 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsComplexShape.Embedding.IsRelIff

Around this declaration

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

ComplexShape.Embedding.liftExtend · cited by 9Embedding.liftExtendComplexShape.Embedding.homEquiv · cited by 3Embedding.homEquivComplexShape.Embedding.liftExtendfArrowIso · cited by 3Embedding.liftExtendfArro…ComplexShape.Embedding.liftExtend_f · cited by 2Embedding.liftExtend_fHomologicalComplex.restrictionToTruncGE'_hasLift · cited by 2HomologicalComplex.restri…ComplexShape.Embedding.homRestrict_hasLift · cited by 1Embedding.homRestrict_has…ComplexShape.Embedding.homRestrict_liftExtend · cited by 1Embedding.homRestrict_lif…ComplexShape.Embedding.liftExtend.comm · cited by 1liftExtend.commComplexShape.Embedding.isIso_liftExtend_f_iff · cited by 1Embedding.isIso_liftExten…ComplexShape.Embedding.epi_liftExtend_f_iff · cited by 1Embedding.epi_liftExtend_…ComplexShape.Embedding.homEquiv_apply_coe · cited by 0Embedding.homEquiv_apply_…ComplexShape.Embedding.homEquiv_symm_apply · cited by 0Embedding.homEquiv_symm_a…ComplexShape.Embedding.liftExtend.comm_assoc · cited by 0liftExtend.comm_assocComplexShape.Embedding.liftExtend.congr_simp · cited by 0liftExtend.congr_simpComplexShape.Embedding.liftExtend_homRestrict · cited by 0Embedding.liftExtend_homR…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeHomologicalComplex.Hom.f · cited by 845Hom.fHomologicalComplex.d · cited by 598HomologicalComplex.dComplexShape.Rel · cited by 518ComplexShape.RelComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.Embedding.f · cited by 251Embedding.fHomologicalComplex.restriction · cited by 88HomologicalComplex.restri…ComplexShape.Embedding.IsRelIff · cited by 88Embedding.IsRelIffComplexShape.Embedding.BoundaryGE · cited by 40Embedding.BoundaryGEEmbedding.HasLiftCITED BYCITES

Cites14

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.