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.