Coordinatization over a basis
Dependencies:
Let $B = [u_1, u_2, \ldots, u_n]$ be a sequence of vectors which form a finite basis on the vector space $V$ over a field $F$. Then every vector $v \in V$ can be expressed uniquely as a linear combination of vectors in $B$.
The sequence of coefficients of the linear combination is denoted by $[v]_B$ and is called the coordinates of $v$ with respect to $B$.
This means that the function $R: F^n \mapsto V$ where $R([a_1, a_2, \ldots, a_n]) = \sum_{i=1}^n a_iu_i$ is a bijection and $R^{-1}(v) = [v]_B$.
If $B$ is infinite-sized, every vector $v \in V$ can be uniquely expressed as a linear combination of a finite subset of $B$ (uniqueness is up to the ordering of elements in $V$).
In this case, coordinates can't be expressed as a sequence. The coordinates of $v$ are expressed by the coordinate function $f_{v, B}: B \mapsto F$.
Proof
Let $v \in V$. Since $B$ spans $V$, every v can be represented as a finite linear combination of vectors in $B$.
Suppose there are 2 such linear combinations, \[ v = \sum_{i=1}^n a_iu_i = \sum_{i=1}^n b_iu_i \] \[ \Rightarrow 0 = v - v = \sum_{i=1}^n (a_i-b_i)u_i \] Since $B$ is linearly independent, $a_i - b_i = 0$ for all $i$.
Therefore, $a_i = b_i$ for all $i$, which implies that there is a unique representation of $v$ as a linear combination of $B$.
Dependency for:
- Canonical decomposition of a linear transformation
- Basis change is an isomorphic linear transformation
- Vector spaces are isomorphic iff their dimensions are same
- Basis changer
Info:
- Depth: 6
- Number of transitive dependencies: 37
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
- 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