Theorems · Theorem · linear algebra
Submodule.mem_span_iff_exists_finset_subset
∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {s : Set M}
{x : M}, x ∈ Submodule.span R s ↔ ∃ f t, ↑t ⊆ s ∧ Function.support f ⊆ ↑t ∧ ∑ a ∈ t, f a • a = x- Cited by
- 3 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement · cited by 7,192
- Set.imageproof · cited by 5,609
- Finsuppproof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Submodule.spanstatement and proof · cited by 1,504
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.isSymm_iff_basisproof · cited by 1
- Submodule.mem_span_finsetproof · cited by 1
- LinearMap.BilinForm.isSymm_iff_basisproof · cited by 0