Theorems · Definition · commutative algebra
Submodule.factorPow
{R : Type u_1} →
[inst : Ring R] →
(I : Ideal R) →
(M : Type u_2) →
[inst_1 : AddCommGroup M] → [inst_2 : Module R M] → {m n : ℕ} → m ≤ n → M ⧸ I ^ n • ⊤ →ₗ[R] M ⧸ I ^ m • ⊤The linear map from M ⧸ I ^ m • ⊤ to M ⧸ I ^ n • ⊤ induced by
the natural inclusion I ^ n • ⊤ → I ^ m • ⊤.
To future contributors: Before adding lemmas related to Submodule.factorPow, please
check whether it can be generalized to Submodule.factor and whether the
corresponding (more general) lemma for Submodule.factor already exists.
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Top.topstatement · cited by 9,680
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- Idealstatement and proof · cited by 4,748
- HasQuotient.Quotientstatement · cited by 2,301
- Submodule.factorproof · cited by 19
Cited by22
Results whose statement or proof uses this declaration.
- AdicCompletion.transitionMapproof · cited by 49
- IsAdicComplete.StrictMono.extendproof · cited by 6
- IsAdicComplete.StrictMono.liftstatement and proof · cited by 6
- IsAdicComplete.liftstatement and proof · cited by 6
- IsAdicComplete.mk_liftstatement and proof · cited by 2
- IsAdicComplete.of_liftstatement and proof · cited by 2
- IsAdicComplete.StrictMono.factorPow_comp_eq_of_factorPow_comp_succ_eqstatement and proof · cited by 2
- IsAdicComplete.StrictMono.factorPow_comp_extendstatement and proof · cited by 2
- IsAdicComplete.StrictMono.mk_liftstatement and proof · cited by 2
- IsAdicComplete.of_comp_liftstatement and proof · cited by 1
- IsAdicComplete.StrictMono.extend_eqstatement and proof · cited by 1
- IsAdicComplete.mkQ_comp_liftstatement and proof · cited by 0