The concept of linear independence and dependence are fundamental notions in vector spaces and linear algebra, having important applications in mathematical finance, as well as in fields like engineering, computer science, and quantum mechanics.
**Linear Independence**
A set of vectors v1,βv2,β...,βvn in a vector space V is said to be linearly independent if no vector in the set can be written as a linear combination of the others. In other words, the only linear combination of these vectors that results in the zero vector is trivial, i.e., all coefficients are zero:
c1v1β
+β
c2v2β
+β
...β
+β
cnvnβ=β0vector
if and only if
c1β=βc2β=β...β=βcnβ=β0.
For example, consider the following set of vectors in R3 (the 3-dimensional Euclidean space):
v1β=β(1,β0,β0),βv2β=β(0,β1,β0),βv3β=β(β
ββ
1,β0,β0).
This set of vectors is linearly independent because there is no way to express one of these vectors as a linear combination of the others.
**Linear Dependence**
A set of vectors v1,βv2,β...,βvn in a vector space V is said to be linearly dependent if there is a nontrivial linear combination of these vectors that results in the zero vector. In other words, at least one vector in the set can be written as a linear combination of the others:
c1v1β
+β
c2v2β
+β
...β
+β
cnvnβ=β0vector
with at least one non-zero coefficient ci.
For example, consider the following set of vectors in R3:
v1β=β(1,β0,β0),βv2β=β(0,β1,β0),βv3β=β(1,β1,β0).
This set of vectors is linearly dependent because we can express v3 as a linear combination of v1 and v2:
v3β=β1β
*β
v1β
+β
1β
*β
v2.
In summary, linear independence refers to a set of vectors where no vector can be expressed as a linear combination of the others, while in linear dependence, at least one vector can be expressed as a linear combination of the others. These concepts are fundamental in many areas of mathematics, including the theoretical foundations of mathematical finance.