Theorems · Theorem · commutative algebra
LinearMap.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 → ∀ (n : ℕ), f.iterateMapComap i n K = f.iterateMapComap i (n + 1) 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 for any n,
LinearMap.iterateMapComap f i n K = LinearMap.iterateMapComap f i (n + 1) K.
In particular, by taking n = 0, the kernel of f is contained in K
(LinearMap.ker_le_of_iterateMapComap_eq_succ),
which is a consequence of LinearMap.ker_le_comap.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Nat.iterateproof · cited by 740
- Submodule.mapproof · cited by 614
- Submodule.comapproof · cited by 347
- Function.iterate_succ'proof · cited by 56
- Submodule.map_injective_of_injectiveproof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.ker_le_of_iterateMapComap_eq_succproof · cited by 1