Theorems · Theorem · commutative algebra
LinearMap.iterateMapComap_le_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),
Submodule.map f K ≤ Submodule.map i K → ∀ (n : ℕ), f.iterateMapComap i n K ≤ f.iterateMapComap i (n + 1) KIf f(K) ≤ i(K), then LinearMap.iterateMapComap is not decreasing.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- le_reflproof · cited by 2,061
- Nat.iterateproof · cited by 740
- Submodule.mapstatement and proof · cited by 614
- le_imp_le_of_le_of_leproof · cited by 576
- Submodule.comapproof · cited by 347
- Submodule.map.congr_simpproof · cited by 75
Cited by1
Results whose statement or proof uses this declaration.
- IsNoetherian.injective_of_surjective_of_injectiveproof · cited by 3