Mathlib Map

Theorems · Definition · category theory

ComplexShape.Embedding.liftExtend

{ι : 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] →
                [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
                  {K : HomologicalComplex C c'} →
                    {L : HomologicalComplex C c} →
                      [inst_3 : e.IsRelIff] → (φ : K.restriction e ⟶ L) → e.HasLift φ → (K ⟶ L.extend e)

The morphism K ⟶ L.extend e given by a morphism K.restriction e ⟶ L which satisfy e.HasLift φ.

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

Around this declaration

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

HomologicalComplex.πTruncGE · cited by 13HomologicalComplex.πTrunc…HomologicalComplex.πTruncGE_naturality · cited by 4HomologicalComplex.πTrunc…ComplexShape.Embedding.liftExtendfArrowIso · cited by 3Embedding.liftExtendfArro…ComplexShape.Embedding.homEquiv · cited by 3Embedding.homEquivComplexShape.Embedding.liftExtend_f · cited by 2Embedding.liftExtend_fComplexShape.Embedding.homRestrict_liftExtend · cited by 1Embedding.homRestrict_lif…ComplexShape.Embedding.epi_liftExtend_f_iff · cited by 1Embedding.epi_liftExtend_…ComplexShape.Embedding.isIso_liftExtend_f_iff · cited by 1Embedding.isIso_liftExten…ComplexShape.Embedding.liftExtend_homRestrict · cited by 0Embedding.liftExtend_homR…ComplexShape.Embedding.homEquiv_symm_apply · cited by 0Embedding.homEquiv_symm_a…ComplexShape.Embedding.mono_liftExtend_f_iff · cited by 0Embedding.mono_liftExtend…ComplexShape.Embedding.liftExtend.congr_simp · cited by 0liftExtend.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectComplexShape.Rel · cited by 518ComplexShape.RelComplexShape.Embedding · cited by 337ComplexShape.EmbeddingHomologicalComplex.extend · cited by 115HomologicalComplex.extendHomologicalComplex.restriction · cited by 88HomologicalComplex.restri…ComplexShape.Embedding.IsRelIff · cited by 88Embedding.IsRelIffComplexShape.Embedding.HasLift · cited by 13Embedding.HasLiftComplexShape.Embedding.liftExtend.f · cited by 3liftExtend.fComplexShape.Embedding.liftExtend.comm · cited by 1liftExtend.commEmbedding.liftExtendCITED BYCITES

Cites14

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

Cited by12

Results whose statement or proof uses this declaration.