Theorems · Definition · commutative algebra
Submodule.pOrder
{R : Type u_1} →
{M : Type u_2} →
[inst : Monoid R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : DistribMulAction R M] →
{p : R} → Module.IsTorsion' M ↥(Submonoid.powers p) → (x : M) → [(n : ℕ) → Decidable (p ^ n • x = 0)] → ℕIn a p ^ ∞-torsion module (that is, a module where all elements are cancelled by scalar
multiplication by some power of p), the smallest n such that p ^ n • x = 0.
- Defined in
- Mathlib.Algebra.Module.Torsion.Basic
- Cited by
- 7 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Monoidstatement and proof · cited by 3,887
- Submonoidstatement · cited by 3,086
- DistribMulActionstatement and proof · cited by 584
- Submonoid.powersstatement and proof · cited by 408
- Nat.findproof · cited by 139
- Module.IsTorsion'statement and proof · cited by 10
Cited by7
Results whose statement or proof uses this declaration.
- Ideal.torsionOf_eq_span_pow_pOrderstatement · cited by 2
- Module.p_pow_smul_liftstatement and proof · cited by 1
- Submodule.pow_pOrder_smulstatement · cited by 1
- Module.torsion_by_prime_power_decompositionproof · cited by 1
- Module.exists_smul_eq_zero_and_mk_eqstatement and proof · cited by 1
- Submodule.exists_isTorsionBystatement and proof · cited by 1
- Submodule.pOrder.congr_simpstatement and proof · cited by 0