Lukas' Notes

Home

❯

Knowledge

❯

Basis Selection Lemma

Basis Selection Lemma

Jun 09, 20251 min read

linear-algebra

Definition

Basis Selection Lemma

Let M={v1​,…,vn​} be the basis of a vector space.

a=μ1​⋅v1​+⋯+μn​⋅vn​

a linear combination of M.

Further, let M′ be:

M′​=(M∖{vj​})∪{a}={v1​,…,vj−1​,a,vj+1​,…,vn​}​​

for j with μj​=0.

Then M is linearly independent if and only if M′ is linearly independent, and it always holds that:

[M′]=[M]

where [⋅] denotes the linear span.


Graph View

Backlinks

  • Vector Space

Created with Quartz v4.4.0 © 2025

  • GitHub