Theorems · Theorem · linear algebra
Module.Basis.mem_submodule_iff
∀ {ι : Type u_1} {R : Type u_3} {M : Type u_5} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
{P : Submodule R M} (b : Module.Basis ι R ↥P) {x : M}, x ∈ P ↔ ∃ c, x = c.sum fun i x => x • ↑(b i)If the submodule P has a basis, x ∈ P iff it is a linear combination of basis vectors.
- Defined in
- Mathlib.LinearAlgebra.Basis.Submodule
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 87 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.
Cites21
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
- Setproof · cited by 53,352
- 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
- Finsuppstatement and proof · cited by 5,255
- Set.rangeproof · cited by 4,705
- Submodule.spanproof · cited by 1,504
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.rangeproof · cited by 893
- Submodule.mapproof · cited by 614
Cited by4
Results whose statement or proof uses this declaration.
- Module.Basis.SmithNormalForm.repr_apply_embedding_eq_repr_smulproof · cited by 3
- Module.Basis.mem_submodule_iff'proof · cited by 2
- Module.Basis.SmithNormalForm.repr_eq_zero_of_notMem_rangeproof · cited by 2
- Basis.mem_ideal_iffproof · cited by 0