Theorems · Theorem · commutative algebra
Function.Injective.moduleIsTorsionFree
∀ {R : Type u_1} {M : Type u_3} {N : Type u_4} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
[inst_3 : AddCommMonoid N] [inst_4 : Module R N] [Module.IsTorsionFree R N] (f : M → N),
Function.Injective f → (∀ (r : R) (m : M), f (r • m) = r • f m) → Module.IsTorsionFree R MPullback an IsTorsionFree instance along an injective function.
- Defined in
- Mathlib.Algebra.Module.Torsion.Free
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Module.IsTorsionFreestatement and proof · cited by 600
- IsRegularproof · cited by 116
- IsRegular.isSMulRegularproof · cited by 6
Cited by4
Results whose statement or proof uses this declaration.
- IsIntegralClosure.isTorsionFreeproof · cited by 2
- Module.Basis.isTorsionFreeproof · cited by 2
- Module.IsTorsionFree.of_faithfulSMulproof · cited by 0
- Equiv.moduleIsTorsionFreeproof · cited by 0