Projective Dimension in ModuleCat #
This file deals with preservation of projectiveDimension in (semi) linear equivalences.
Previously we only know this for linear equivalence within same universe level, now it works with
all universe level where the ring R is small.
Main Results #
ModuleCat.hasProjectiveDimensionLE_of_semiLinearEquiv: a moduleNsatisfyHasProjectiveDimensionLE N nif it is semi-linear equivalent to a moduleMthatHasProjectiveDimensionLE M n.ModuleCat.projectiveDimension_eq_of_semiLinearEquiv:projectiveDimensionis preserved under arbitrary semi-linear equivalence.ModuleCat.hasProjectiveDimensionLE_of_linearEquiv: a moduleNsatisfyHasProjectiveDimensionLE N nif it is linear equivalent to a moduleMthatHasProjectiveDimensionLE M n.ModuleCat.projectiveDimension_eq_of_linearEquiv:projectiveDimensionis preserved under arbitrary linear equivalence.
Alias of ModuleCat.hasProjectiveDimensionLE_of_semiLinearEquiv.
Alias of ModuleCat.projectiveDimension_eq_of_semiLinearEquiv.