Theorems · Inductive type · commutative algebra
Module.IsTorsionFree
(R : Type u_1) → (M : Type u_3) → [inst : Semiring R] → [inst_1 : AddCommMonoid M] → [Module R M] → Prop
An R-module M is torsion-free if scalar multiplication by an element r : R is injective if
multiplication (on R) by r is.
For domains, this is equivalent to the usual condition of r • m = 0 → r = 0 ∨ m = 0.
See smul_eq_zero.
- Defined in
- Mathlib.Algebra.Module.Torsion.Free
- Cited by
- 600 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 4 definitions · uses no axioms
- Assumes
- SemiringAddCommMonoidModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement · cited by 12,281
Cited by645
Results whose statement or proof uses this declaration.
- Module.finrank_posstatement and proof · cited by 62
- smul_eq_zerostatement and proof · cited by 40
- differentIdealstatement and proof · cited by 34
- LieModule.chainTopCoeffstatement and proof · cited by 30
- Algebra.intNormstatement and proof · cited by 28
- FractionalIdeal.extendedHomstatement and proof · cited by 26
- smul_left_injectivestatement and proof · cited by 25
- smul_right_injectivestatement and proof · cited by 24
- Ideal.relNormstatement and proof · cited by 23
- IsAddTorsionFree.of_isTorsionFreestatement and proof · cited by 22
- LieModule.chainBotCoeffstatement and proof · cited by 22
- LieModule.chainTopstatement and proof · cited by 20
Showing the 200 most cited of 645.