Linear independence

Linear independence

In linear algebra, a family of vectors is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection. A family of vectors which is not linearly independent is called linearly dependent. For instance, in the three-dimensional real vector space R3 we have the following example. :egin{matrix}mbox{independent}qquad\underbrace{ overbrace{ egin{bmatrix}0\0\1end{bmatrix}, egin{bmatrix}0\2\-2end{bmatrix}, egin{bmatrix}1\-2\1end{bmatrix} }, egin{bmatrix}4\2\3end{bmatrix\mbox{dependent}\end{matrix} Here the first three vectors are linearly independent; but the fourth vector equals 9 times the first plus 5 times the second plus 4 times the third, so the four vectors together are linearly dependent. Linear dependence is a property of the family, not of any particular vector; here we could just as well write the first vector as a linear combination of the last three.:old{v}_1 = left(-frac{5}{9} ight) old{v}_2 + left(-frac{4}{9} ight) old{v}_3 + frac{1}{9} old{v}_4 .

In probability theory and statistics there is an unrelated measure of linear dependence between random variables.

Formal definition

A subset "S" of a vector space "V" is called "linearly dependent" if there exists a finite number of distinct vectors v1, v2, ..., v"n" in "S" and scalars "a"1, "a"2, ..., "a""n", not all zero, such that

: a_1 mathbf{v}_1 + a_2 mathbf{v}_2 + cdots + a_n mathbf{v}_n = mathbf{0}.

Note that the zero on the right is the zero vector, not the number zero.

If such scalars do not exist, then the vectors are said to be "linearly independent". This condition can be reformulated as follows: Whenever "a"1, "a"2, ..., "a""n" are scalars such that: a_1 mathbf{v}_1 + a_2 mathbf{v}_2 + cdots + a_n mathbf{v}_n = mathbf{0}, we have "a""i" = 0 for "i" = 1, 2, ..., "n", i.e. "only" the trivial solution exists.

A set is linearly independent if and only if the only representations of the zero vector as linear combinations of its elements are trivial solutions.

More generally, let "V" be a vector space over a field "K", and let {v"i"}"i"∈"I" be a family of elements of "V". The family is "linearly dependent" over "K" if there exists a family {"a""j"}"j"∈"J" of elements of "K", not all zero, such that

: sum_{j in J} a_j mathbf{v}_j = mathbf{0} ,

where the index set "J" is a nonempty, finite subset of "I".

A set "X" of elements of "V" is "linearly independent" if the corresponding family {x}x∈"X" is linearly independent.

Equivalently, a family is dependent if a member is in the linear span of the rest of the family, i.e., a member is a linear combination of the rest of the family.

A set of vectors which is linearly independent and spans some vector space, forms a basis for that vector space. For example, the vector space of all polynomials in "x" over the reals has the (infinite) basis {1, "x", "x"2, ...}.

Geometric meaning

A geographic example may help to clarify the concept of linear independence. A person describing the location of a certain place might say, "It is 5 miles north and 6 miles east of here." This is sufficient information to describe the location, because the geographic coordinate system may be considered a 2-dimensional vector space (ignoring altitude). The person might add, "The place is 7.81 miles northeast of here." Although this last statement is "true", it is not necessary.

In this example the "5 miles north" vector and the "6 miles east" vector are linearly independent. That is to say, the north vector cannot be described in terms of the east vector, and vice versa. The third "7.81 miles northeast" vector is a linear combination of the other two vectors, and it makes the set of vectors "linearly dependent", that is, one of the three vectors is unnecessary.

Also note that if altitude is not ignored, it becomes necessary to add a third vector to the linearly independent set. In general, "n" linearly independent vectors are required to describe any location in "n"-dimensional space.

Example I

The vectors (1, 1) and (−3, 2) in R2 are linearly independent.

Proof

Let λ1 and λ2 be two real numbers such that

: (1, 1) lambda_1 + (-3, 2) lambda_2 = (0, 0) . ,!

Taking each coordinate alone, this means

: egin{align} lambda_1 - 3 lambda_2 &{}= 0 , \ lambda_1 + 2 lambda_2 &{}= 0 . end{align}

Solving for λ1 and λ2, we find that λ1 = 0 and λ2 = 0.

Alternative method using determinants

An alternative method uses the fact that "n" vectors in R"n" are linearly dependent if and only if the determinant of the matrix formed by taking the vectors as its columns is zero.

In this case, the matrix formed by the vectors is:A = egin{bmatrix}1&-3\1&2end{bmatrix} . ,!We may write a linear combination of the columns as: A Lambda = egin{bmatrix}1&-3\1&2end{bmatrix} egin{bmatrix}lambda_1 \ lambda_2 end{bmatrix} . ,!We are interested in whether "A"Λ = 0 for some nonzero vector Λ. This depends on the determinant of "A", which is: det A = 1cdot2 - 1cdot(-3) = 5 e 0 . ,!Since the determinant is non-zero, the vectors (1, 1) and (−3, 2) are linearly independent.

When the number of vectors equals the dimension of the vectors, the matrix is square and hence the determinant is defined.

Otherwise, suppose we have "m" vectors of "n" coordinates, with "m" < "n". Then "A" is an "n"×"m" matrix and Λ is a column vector with "m" entries, and we are again interested in "A"Λ = 0. As we saw previously, this is equivalent to a list of "n" equations. Consider the first "m" rows of "A", the first "m" equations; any solution of the full list of equations must also be true of the reduced list. In fact, if ⟨"i"1,…,"i""m"⟩ is any list of "m" rows, then the equation must be true for those rows.: A_lang i_1,dots,i_m} ang} Lambda = old{0} . ,!Furthermore, the reverse is true. That is, we can test whether the "m" vectors are linearly dependent by testing whether: det A_lang i_1,dots,i_m} ang} = 0 ,!for all possible lists of "m" rows. (In case "m" = "n", this requires only one determinant, as above. If "m" > "n", then it is a theorem that the vectors must be linearly dependent.) This fact is valuable for theory; in practical calculations more efficient methods are available.

Example II

Let "V" = R"n" and consider the following elements in "V":

:egin{matrix}mathbf{e}_1 & = & (1,0,0,ldots,0) \mathbf{e}_2 & = & (0,1,0,ldots,0) \& vdots \mathbf{e}_n & = & (0,0,0,ldots,1).end{matrix}

Then e1, e2, ..., en are linearly independent.

Proof

Suppose that "a"1, "a"2, ..., "an" are elements of R such that

: a_1 mathbf{e}_1 + a_2 mathbf{e}_2 + cdots + a_n mathbf{e}_n = 0 . ,!

Since : a_1 mathbf{e}_1 + a_2 mathbf{e}_2 + cdots + a_n mathbf{e}_n = (a_1 ,a_2 ,ldots, a_n) , ,!

then "ai" = 0 for all "i" in {1, ..., "n"}.

Example III

Let "V" be the vector space of all functions of a real variable "t". Then the functions "et" and "e"2"t" in "V" are linearly independent.

Proof

Suppose "a" and "b" are two real numbers such that

:"aet" + "be"2"t" = 0

for "all" values of "t". We need to show that "a" = 0 and "b" = 0. In order to do this, we divide through by "e""t" (which is never zero) and subtract to obtain:"bet" = −"a"In other words, the function "be""t" must be independent of "t", which only occurs when "b" = 0. It follows that "a" is also zero.

Example IV

The following vectors in R4 are linearly dependent.:egin{matrix}\ egin{bmatrix}1\4\2\-3end{bmatrix}, egin{bmatrix}7\10\-4\-1end{bmatrix} mathrm{and} egin{bmatrix}-2\1\5\-4end{bmatrix}\\end{matrix}

Proof

We need to find scalars lambda_1, lambda_2 and lambda_3 such that

:egin{matrix}\lambda_1 egin{bmatrix}1\4\2\-3end{bmatrix}+lambda_2 egin{bmatrix}7\10\-4\-1end{bmatrix}+lambda_3 egin{bmatrix}-2\1\5\-4end{bmatrix}= egin{bmatrix}0\0\0\0end{bmatrix}.end{matrix}

Forming the simultaneous equations:

:egin{align} lambda_1& ;+ 7lambda_2& &- 2lambda_3& = 0\ 4lambda_1& ;+ 10lambda_2& &+ lambda_3& = 0\ 2lambda_1& ;- 4lambda_2& &+ 5lambda_3& = 0\-3lambda_1& ;- lambda_2& &- 4lambda_3& = 0\end{align}

we can solve (using, for example, Gaussian elimination) to obtain::egin{align} lambda_1 &= -3 lambda_3 /2 \ lambda_2 &= lambda_3/2 \end{align}where lambda_3 can be chosen arbitrarily.

Since these are nontrivial results, the vectors are linearly dependent.

The projective space of linear dependences

A linear dependence among vectors v1, ..., v"n" is a tuple ("a"1, ..., "a""n") with "n" scalar components, not all zero, such that

:a_1 mathbf{v}_1 + cdots + a_n mathbf{v}_n=0. ,

If such a linear dependence exists, then the "n" vectors are linearly dependent. It makes sense to identify two linear dependences if one arises as a non-zero multiple of the other, because in this case the two describe the same linear relationship among the vectors. Under this identification, the set of all linear dependences among v1, ...., v"n" is a projective space.

Linear dependence between random variables

The covariance is sometimes called a measure of "linear dependence" between two random variables. That does not mean the same thing as in the context of linear algebra. When the covariance is normalized, one obtains the correlation matrix. From it, one can obtain the Pearson coefficient, which gives us the goodness of the fit for the best possible linear function describing the relation between the variables. In this sense covariance is a linear gauge of dependence.

ee also

* orthogonality
* matroid (generalization of the concept)
* Wronskian
* Gram determinant

External links

* [http://video.google.com/videoplay?docid=-7254479149869222300 MIT Linear Algebra Lecture on Linear Independence] at Google Video, from MIT OpenCourseWare

* [http://mathworld.wolfram.com/LinearlyDependentFunctions.html Linearly Dependent Functions] at WolframMathWorld


Wikimedia Foundation. 2010.

Look at other dictionaries:

  • linear independence — noun Date: 1907 the property of a set (as of matrices or vectors) having no linear combination of all its elements equal to zero when coefficients are taken from a given set unless the coefficient of each element is zero • linearly independent… …   New Collegiate Dictionary

  • linear independence — noun : the property of one set (as of matrices or vectors) of having no linear combination of its elements equal to zero when the coefficients are taken from another given set unless the coefficient of each element is zero • linearly independent… …   Useful english dictionary

  • linear independence — noun the state of being linearly independent …   Wiktionary

  • Independence (disambiguation) — Independence is the self government of a nation, country, or state by its residents and population.Independence may also mean:;In mathematics: *Independence (mathematical logic), Logical independence *Linear independence *Statistical independence …   Wikipedia

  • Linear algebra — R3 is a vector (linear) space, and lines and planes passing through the origin are vector subspaces in R3. Subspaces are a common object of study in linear algebra. Linear algebra is a branch of mathematics that studies vector spaces, also called …   Wikipedia

  • Linear combination — In mathematics, linear combinations are a concept central to linear algebra and related fields of mathematics.Most of this article deals with linear combinations in the context of a vector space over a field, with some generalisations given at… …   Wikipedia

  • Linear map — In mathematics, a linear map, linear mapping, linear transformation, or linear operator (in some contexts also called linear function) is a function between two vector spaces that preserves the operations of vector addition and scalar… …   Wikipedia

  • Independence-friendly logic — (IF logic), proposed by Jaakko Hintikka and Gabriel Sandu, aims at being a more natural and intuitive alternative to classical first order logic (FOL). IF logic is characterized by branching quantifiers. It is more expressive than FOL because it… …   Wikipedia

  • Linear regression — Example of simple linear regression, which has one independent variable In statistics, linear regression is an approach to modeling the relationship between a scalar variable y and one or more explanatory variables denoted X. The case of one… …   Wikipedia

  • Linear extension — In order theory, a branch of mathematics, a linear extension of a partial order is a linear order (or total order) that is compatible with the partial order. Contents 1 Definitions 2 Order extension principle 3 Related results …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”