Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.HasInjectiveDimensionLT

{C : Type u} → [inst : CategoryTheory.Category.{v, u} C] → [CategoryTheory.Abelian C] → C → ℕ → Prop

An object X in an abelian category has Injective dimension < n if all Ext X Y i vanish when n ≤ i. See also HasInjectiveDimensionLE. (Do not use the subsingleton' field directly. Use the constructor HasInjectiveDimensionLT.mk, and the lemmas hasInjectiveDimensionLT_iff and Ext.eq_zero_of_hasInjectiveDimensionLT.)

Defined in
Mathlib.CategoryTheory.Abelian.Injective.Dimension
Cited by
23 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Abelian

Around this declaration

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

CategoryTheory.injectiveDimension · cited by 12CategoryTheory.injectiveD…CategoryTheory.HasInjectiveDimensionLE · cited by 9CategoryTheory.HasInjecti…CategoryTheory.Abelian.Ext.eq_zero_of_hasInjectiveDimensionLT · cited by 7Ext.eq_zero_of_hasInjecti…CategoryTheory.hasInjectiveDimensionLT_iff · cited by 6CategoryTheory.hasInjecti…CategoryTheory.ShortComplex.ShortExact.hasInjectiveDimensionLT_X₃_iff · cited by 2ShortExact.hasInjectiveDi…CategoryTheory.Retract.hasInjectiveDimensionLT · cited by 2Retract.hasInjectiveDimen…ModuleCat.hasInjectiveDimensionLE_iff_forall_maximalSpectrum · cited by 2ModuleCat.hasInjectiveDim…CategoryTheory.HasInjectiveDimensionLT.mk · cited by 2HasInjectiveDimensionLT.mkCategoryTheory.HasInjectiveDimensionLT.subsingleton · cited by 2HasInjectiveDimensionLT.s…ModuleCat.localizedModule_hasInjectiveDimensionLE · cited by 2ModuleCat.localizedModule…CategoryTheory.injectiveDimension_lt_iff · cited by 2CategoryTheory.injectiveD…CategoryTheory.hasInjectiveDimensionLT_of_ge · cited by 1CategoryTheory.hasInjecti…CategoryTheory.hasInjectiveDimensionLT_of_iso · cited by 1CategoryTheory.hasInjecti…CategoryTheory.hasInjectiveDimensionLT_zero_iff_isZero · cited by 1CategoryTheory.hasInjecti…CategoryTheory.isZero_of_hasInjectiveDimensionLT_zero · cited by 1CategoryTheory.isZero_of_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.HasInjectiveDi…CITED BYCITES

Cites2

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

Cited by27

Results whose statement or proof uses this declaration.