Theorems · Theorem · commutative algebra
LinearMap.ker_le_of_iterateMapComap_eq_succ
∀ {R : Type u_1} {N : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid N] [inst_2 : Module R N]
[inst_3 : AddCommMonoid M] [inst_4 : Module R M] (f i : N →ₗ[R] M) (K : Submodule R N) (m : ℕ),
f.iterateMapComap i m K = f.iterateMapComap i (m + 1) K → Function.Surjective ⇑f → Function.Injective ⇑i → f.ker ≤ KIf f is surjective, i is injective, and there exists some m such that
LinearMap.iterateMapComap f i m K = LinearMap.iterateMapComap f i (m + 1) K,
then the kernel of f is contained in K.
This is a corollary of LinearMap.iterateMapComap_eq_succ and LinearMap.ker_le_comap.
As a special case, if one can take K to be zero,
then f is injective. This is the key result for establishing the strong rank condition
for Noetherian rings.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- LinearMap.kerstatement and proof · cited by 848
- LinearMap.ker_le_comapproof · cited by 5
- LinearMap.iterateMapComapstatement and proof · cited by 4
- LinearMap.iterateMapComap_eq_succproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- IsNoetherian.injective_of_surjective_of_injectiveproof · cited by 3