Linearly independent set is not bigger than a span
Dependencies:
- Vector Space
- Linear independence
- Span
- Matrix
- Homogeneous linear equations with more variables than equations
Let $U = [u_1, u_2, \ldots, u_m]$ and $V = [v_1, v_2, \ldots, v_n]$ be sequences of vectors from a vector space over field $F$. If $U \subseteq \operatorname{span}(V)$ and $m > n$, then $U$ is linearly dependent.
Proof
Since $U \subseteq \operatorname{span}(V)$, let $u_i = \sum_{j=1}^n a_{i, j}v_j$. Let $A$ be an $m$-by-$n$ matrix over field $F$ where $A_{i, j} = a_{i, j}$.
Consider the system of equations $A^Tx = 0$. This is a system of $n$ equations in $m$ variables. Since $n < m$, there exists a non-zero solution $b$, i.e., $b \in F^m - \{0\}$ such that $A^Tb = 0$. Hence, \[ \sum_{i=1}^m b_iu_i = \sum_{i=1}^m \sum_{j=1}^n b_ia_{i,j}v_j = \sum_{j=1}^n (A^Tb)_jv_j = 0. \] Therefore, $U$ is linearly dependent.
Dependency for:
- Dimension of a polyhedron
- span(A)=span(B) & |A|=|B| & A is linindep ⟹ B is linindep
- Dimension of a set of vectors
- Linearly independent set can be expanded into a basis
- Maximally linearly independent iff basis
- Basis of a vector space
- Minimally spanning iff basis
- Spanning set of size dim(V) is a basis
- A set of dim(V) linearly independent vectors is a basis
- A matrix is full-rank iff its rows are linearly independent
- Vector matroid
Info:
- Depth: 5
- Number of transitive dependencies: 36
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- Field
- Vector Space
- Linear independence
- Span
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Rank of a matrix
- Basis of a vector space