Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.Exact.lift

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {S : CategoryTheory.ShortComplex C} →
        [CategoryTheory.Balanced C] →
          S.Exact →
            {A : C} →
              (k : A ⟶ S.X₂) → CategoryTheory.CategoryStruct.comp k S.g = 0 → [CategoryTheory.Mono S.f] → A ⟶ S.X₁

If a short complex S in a balanced category is exact and such that S.f is a mono, then a morphism k : A ⟶ S.X₂ such that k ≫ S.g = 0 lifts to a morphism A ⟶ S.X₁.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Exact
Cited by
8 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.BalancedCategoryTheory.Mono

Around this declaration

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

CategoryTheory.ShortComplex.SnakeInput.φ₁ · cited by 16SnakeInput.φ₁CategoryTheory.ShortComplex.Exact.lift_f · cited by 9Exact.lift_fCategoryTheory.Abelian.SpectralObject.liftOpcycles · cited by 4SpectralObject.liftOpcycl…CategoryTheory.ShortComplex.SnakeInput.L₁'_exact · cited by 4SnakeInput.L₁'_exactCategoryTheory.ShortComplex.SnakeInput.L₀_exact · cited by 3SnakeInput.L₀_exactCategoryTheory.Abelian.SpectralObject.liftE · cited by 3SpectralObject.liftECategoryTheory.ShortComplex.quasiIso_iff_of_zeros · cited by 2ShortComplex.quasiIso_iff…CategoryTheory.ShortComplex.mono_τ₂_of_exact_of_mono · cited by 2ShortComplex.mono_τ₂_of_e…CategoryTheory.ShortComplex.Exact.lift_f_assoc · cited by 0Exact.lift_f_assocCategoryTheory.ShortComplex.Splitting.ofExactOfSection · cited by 0Splitting.ofExactOfSectionCategoryTheory.ShortComplex.Exact.lift.congr_simp · cited by 0lift.congr_simpCategoryTheory.ShortComplex.Exact.lift' · cited by 0Exact.lift'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.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.Exact · cited by 292ShortComplex.ExactCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Limits.KernelFork.ofι · cited by 70KernelFork.ofιCategoryTheory.Balanced · cited by 61CategoryTheory.BalancedExact.liftCITED BYCITES

Cites16

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.