Theorems · Theorem · commutative algebra
Module.IsTorsionFree.comap
∀ {R : Type u_1} {S : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : Semiring S] [inst_2 : AddCommMonoid M]
[inst_3 : Module R M] [inst_4 : Module S M] [Module.IsTorsionFree S M] (f : R → S),
(∀ (r : R), IsRegular r → IsRegular (f r)) → (∀ (r : R) (m : M), f r • m = r • m) → Module.IsTorsionFree R MPullback an IsTorsionFree instance along a function preserving scalar multiplication and
regular elements.
- Defined in
- Mathlib.Algebra.Module.Torsion.Free
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, 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.
- 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
- IsRegularstatement and proof · cited by 116
- IsRegular.isSMulRegularproof · cited by 6
- IsSMulRegular.of_mapproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Module.IsTorsionFree.trans_faithfulSMulproof · cited by 6