FIND ME ON

GitHub

LinkedIn

Linear Independence

🌱

Definition
LinearAlgebra

Definition

The vectors v1,..,vkVv_1,..,v_k\in V are called linearly independent if a1v1+...+akvk=0a_1v_1+...+a_kv_k=0 means that ai=0a_i=0, for each i=1,...,ki=1,...,k. If v1,...,vkv_1,...,v_k are not linearly independent, then we say they are linearly dependent.

Remark

The definition of linear dependence is equivalent to having a linear combination a1v1+...+akvk=0a_1v_1+...+a_kv_k=0 where at least one ai0a_i\not=0.

Remark

This proposition is useful for two things: 1. Choosing a vector to remove from a linearly dependent set without affecting span 2. If we have a linearly independent set {v1,...,vk}V\{v_1,...,v_k\}\subset V such that span(v1,..,vk)Vspan(v_1,..,v_k)\not=V, then there is some element vk+1Vspan(v1,...,vk)v_{k+1}\in V \setminus span(v_1,...,v_k) . If the set {v1,...,vk,vk+1}\{v_1,...,v_k,v_{k+1}\} were linearly dependent, then the dependence lemma would tell us vjspan(v1,...,vj1)v_j\in span(v_1,...,v_{j-1}) for some j=2,...,k+1j=2,...,k+1. Because the set {v1,...,vk}\{v_1,...,v_k\} is linearly independent, our vjv_j cannot be any of the v1,...,vkv_1,...,v_k. Then vj=vk+1v_j=v_{k+1}, which is a contradiction because we specifically chose vk+1span(v1,...,vk)v_{k+1}\notin span(v_1,...,v_k). Therefore, the set {v1,...,vk+1}\{v_1,...,v_{k+1}\} is linearly independent. ## Remark What this tells us is that the largest linearly independent set has fewer elements than the smallest spanning set.

Remark

Because this theorem will hold true when we compare any linearly independent set to any spanning set in VV, what this theorem is really telling us is that: max{m{v1,...,vm} is linearly independent}min{nspan(w1,...,wn)=V}max\{m|\{v_1,...,v_m\} \text{ is linearly independent}\}\leq min\{n|span(w_1,...,w_n)=V\} So this brings us to bases which will tell us that the largest linearly independent set is a spanning set and also that the smallest spanning set is linearly independent. A set that satisfies both is a basis.

Linked from