Basis change is an isomorphic linear transformation
Dependencies:
Let $P$ be a basis of vector space $U$ and $Q$ be a basis of vector space $V$. Let $\phi$ be a bijection from $P$ to $Q$.
Let $T$ be the basis changer from $P$ to $Q$:
\[ T\left(\sum_{p \in P} a_p p \right) = \sum_{p \in P} a_p \phi(p) \]
Then $T$ is an isomorphic linear transformation.
Proof
\begin{align} & T\left(\left(\sum_{p \in P} a_p p\right) + \left(\sum_{p \in P} b_p p \right)\right) \\ &= T\left( \sum_{p \in P} (a_p+b_p)p\right) \\ &= \sum_{p \in P} (a_p+b_p)\phi(p) \\ &= \sum_{p \in P} a_p \phi(p) + \sum_{p \in P} b_p \phi(p) \\ &= T\left(\sum_{p \in P} a_p p\right) + T\left(\sum_{p \in P} b_p p\right) \end{align} \begin{align} & T\left(c\left(\sum_{p \in P} a_p p\right)\right) \\ &= T\left(\sum_{p \in P} (ca_p) p\right) \\ &= \sum_{p \in P} (ca_p)\phi(p) \\ &= c\left(\sum_{p \in P} a_p \phi(p)\right) \\ &= cT\left(\sum_{p \in P} a_p p\right) \end{align}
Therefore, $T$ is a linear transformation. Since $T$ is a bijection, it is an isomorphic linear transformation.
Dependency for:
- Canonical decomposition of a linear transformation
- Matrix of orthonormal basis change
- Vector spaces are isomorphic iff their dimensions are same
Info:
- Depth: 8
- Number of transitive dependencies: 40
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
- Linear transformation
- 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
- Coordinatization over a basis
- Basis changer