Theorems · Definition · commutative algebra
Function.Injective.module
(R : Type u_1) →
{M : Type u_3} →
{M₂ : Type u_4} →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
[inst_3 : AddCommMonoid M₂] →
[inst_4 : SMul R M₂] →
(f : M₂ →+ M) → Function.Injective ⇑f → (∀ (c : R) (x : M₂), f (c • x) = c • f x) → Module R M₂Pullback a Module structure along an injective additive monoid homomorphism.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Module.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext
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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- DistribMulActionproof · cited by 584
- Function.Injective.distribMulActionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- FunLike.moduleproof · cited by 0