Mathlib Map

Theorems · Theorem · commutative algebra

smul_right_inj

∀ {R : Type u_1} {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {r : R} {m₁ m₂ : M}
  [Module.IsTorsionFree R M] [IsCancelMulZero R], r ≠ 0 → (r • m₁ = r • m₂ ↔ m₁ = m₂)
Defined in
Mathlib.Algebra.Module.Torsion.Free
Cited by
9 results in Mathlib
Foundations
Depth 16 from the axioms · uses no axioms
Assumes
SemiringAddCommMonoidModuleModule.IsTorsionFreeIsCancelMulZero

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.

Cited by9

Results whose statement or proof uses this declaration.