Dimension of a set of vectors
Dependencies:
- Vector Space
- Affine independence (incomplete)
- Basis of a vector space
- Linearly independent set is not bigger than a span
$\newcommand{\defeq}{=}$ Let $S$ be a set of vectors. Let $X \defeq \{x_1, \ldots, x_n\}$ be the maximum-cardinality affinely independent subset of $S$. Then the dimension of $S$, denoted as $\dim(S)$, is defined to be $n-1$.
Note that if $S$ is a vector space, then this definition of $\dim$ is the same as the other definition (cardinality of basis).
Proof of equivalence of definitions for vector spaces
Suppose $S$ is a vector space. Let $B \defeq \{v_1, \ldots, v_m\}$ be a basis of $S$. We will show that $m = n-1$.
$B \cup \{0\} = \{v_1, \ldots, v_m, 0\}$ is affinely independent. Hence, $|B \cup \{0\}| \le |X|$, i.e., $m \le n-1$.
Let $d_i \defeq x_i - x_n$ for $i \in [n-1]$, and $D \defeq \{d_i: i \in [n-1]\}$. Then by closure of vector spaces under addition and scalar multiplication, we get that $D \subseteq S$. Also, $D$ is linearly independent. Since $B$ spans $S$, we have $|D| \le |B|$. So, $n-1 \le m$.
Dependency for:
Info:
- Depth: 6
- Number of transitive dependencies: 38
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
- Affine independence (incomplete)
- 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
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Rank of a matrix