Theorems · Theorem · commutative algebra
Submodule.smul_inductionOn_pointwise
∀ {R : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {S : Type u_4}
[inst_3 : Monoid S] [inst_4 : DistribMulAction S M] (N : Submodule R M) [inst_5 : SMulCommClass S R M] {a : S}
{p : (x : M) → x ∈ a • N → Prop},
(∀ (s : M) (hs : s ∈ N), p (a • s) ⋯) →
(∀ (r : R) (m : M) (mem : m ∈ a • N), p m mem → p (r • m) ⋯) →
(∀ (x y : M) (hx : x ∈ a • N) (hy : y ∈ a • N), p x hx → p y hy → p (x + y) ⋯) →
p 0 ⋯ → ∀ {x : M} (hx : x ∈ a • N), p x hx- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Submodulestatement and proof · cited by 7,192
- Monoidstatement and proof · cited by 3,887
- SMulCommClassstatement and proof · cited by 1,927
- DistribMulActionstatement and proof · cited by 584
- Submodule.smul_memstatement and proof · cited by 204
- Submodule.pointwiseDistribMulActionstatement · cited by 105
- Submodule.add_memstatement and proof · cited by 75
- Submodule.zero_memstatement and proof · cited by 58
- Submodule.smul_mem_pointwise_smulstatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.exists_sub_one_mem_and_smul_le_of_fg_of_le_supproof · cited by 1