Theorems · Theorem · linear algebra
Submodule.mem_set_smul
∀ {R : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (sR : Set R)
(N : Submodule R M) (x : M) [SMulCommClass R R ↥N], x ∈ sR • N ↔ ∃ c, ↑c.support ⊆ sR ∧ x = ↑(c.sum fun r m => r • m)- Defined in
- Mathlib.Algebra.Module.Submodule.Finsupp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.ofPredproof · cited by 6,101
- Finsuppstatement and proof · cited by 5,255
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.compproof · cited by 1,642
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.restrictScalars_image_smul_eqproof · cited by 2