How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Coordinate columns and matrices of linear maps relative to ordered bases
Definition
Let be an ordered basis of . The unique coordinates form the coordinate column , whose -th entry is .
Let be an ordered basis of and let be linear. The matrix of relative to and is the matrix whose -th column is . Equivalently, if , then .
For an empty ordered basis, these definitions give the unique coordinate column or matrix of the corresponding zero-sized shape.
Depends on
- Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis
- A finite list $v : n \to V$ is an ordered basis if and only if every $x \in V$ equals $\sum_{i<n} \lambda_i v_i$ for exactly one $\lambda : n \to F$; those scalars are the coordinates of $x$ in that ordered basis
- Linear map between vector spaces over the same field
- The vector space $M_{m \times n}(F) := F^{\,m \times n}$ of $m$ by $n$ matrices over a field, with entrywise operations
Used by
- The basis-independent trace of an endomorphism of a finite-dimensional vector space Definition
- The change-of-basis matrix P_mathcal C←mathcal B=[id_V]_mathcal B^mathcal C Definition
- A matrix represents a map F²→ F³ by its images of the standard basis vectors Example
- Changing both domain and codomain bases of a map F²→ F³ uses both sides of the formula Example
- Chosen bases exhibit Mat_F as equivalent to finite-dimensional vector spaces Example
- The quarter-turn (x,y)↦(-y,x) on ℝ² has matrix beginpmatrix0&-11&0 endpmatrix and square -I₂ Example
- The same operator has two different matrices in two ordered bases Example
- [T(v)]_mathcal C=[T]_mathcal B^mathcal C[v]_mathcal B Theorem
- T↦[T]_mathcal B^mathcal C is a vector-space isomorphism mathcal L(V,W)≅ M_m× n(F) Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 53 results over 18 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- S. Axler, Linear Algebra Done Right, 4th ed., §3C, Definition 3.31 (standard reference, not scraped)