Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

A finite list v:n→V is an ordered basis if and only if every x∈V equals ∑i<nλivi for exactly one λ:n→F; those scalars are the coordinates of x in that ordered basis

Statement

Let V be a vector space over a field F (Vector space over a field), let n∈N and let v:n→V be a finite list (Linear combination of a finite list, and the span span⁡(S) as the smallest linear subspace containing S).

  1. The span of the image of a list. Whether or not v is injective, span⁡(v[n])  =  { ∑i<nλivi  :  λ:n→F }.
  2. Coordinates. v is an ordered basis of V (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis) if and only if for every x∈V there is exactly one λ:n→F with x=∑i<nλivi. When that holds, this λ is called the coordinate list of x with respect to the ordered basis v, and λi its i-th coordinate.

The coordinate list is attached to the ordered basis and not to the basis as a set: reordering the list permutes the coordinates of every vector, as the companion page shows on a worked example in R2.

Facts & Assumptions

Given: A field F, a vector space V over F, a natural number n and a list v:n→V.

[L1]

For T⊆V, span⁡(T) is a linear subspace of V containing T and contained in every linear subspace of V containing T, and it is exactly the set of linear combinations ∑i<pμiyi with y:p→T (Linear combination of a finite list, and the span span⁡(S) as the smallest linear subspace containing S, span⁡(S) is exactly the set of linear combinations of finite lists of elements of S, and span⁡(∅)={0V}).

[L2]

Finite sums: ∑i<0ui=0V and ∑i<σ(p)ui=(∑i<pui)+up (The product g0g1⋯gn−1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity, Linear combination of a finite list, and the span span⁡(S) as the smallest linear subspace containing S); (F1) an all-0V list sums to 0V; (F2) λ∑i<pui+∑i<pwi=∑i<p(λui+wi); (F3) with (F1), a list vanishing off a single index j sums to its value at j (The sum U+W of two linear subspaces and the sum ∑i<nUi of a finite family).

[L3]

One-step test: a nonempty W⊆V with μu+w∈W for all μ∈F and u,w∈W is a linear subspace of V (One-step subspace test: a nonempty W⊆V is a linear subspace if and only if λu+v∈W for all λ∈F and u,v∈W, Linear subspace of a vector space).

[L4]

The vector space axioms (Vector space over a field) and their consequences (In any vector space 0Fv=0V, λ0V=0V, (−λ)v=−(λv), (−1F)v=−v, and λv=0V forces λ=0F or v=0V): (V,+,0V) is an abelian group; (V3) (λ+μ)y=λy+μy; (V4) (λμ)y=λ(μy); (V5) 1Fy=y; 0Fy=0V; and (−1F)y=−y.

[L6]

F is a field: it has 0F and 1F, and every μ∈F has an additive inverse −μ with μ+(−μ)=0F (Field).

Proof

technique · direct
1.1

Write W:={ ∑i<nλivi:λ:n→F }. It is a linear subspace of V: it contains 0V, taking λi=0F for every i, since then every entry 0Fvi is 0V and (F1) applies; and for μ∈F and elements x=∑i<nλivi and y=∑i<nκivi of W, the identity (F2) gives μx+y=∑i<n(μ(λivi)+κivi)=∑i<n(μλi+κi)vi by (V4) and (V3), which again lies in W. So the one-step test applies.

L2L3L4
1.2

v[n]⊆W: for j<n take λj=1F and λi=0F for i≠j; the list i↦λivi then vanishes off the single index j and has the value 1Fvj=vj there, so it sums to vj.

L2L4
1.3

W⊆span⁡(v[n]): each ∑i<nλivi is a linear combination of the list v, which takes its values in v[n], so it lies in the span of v[n].

L1L7
2.1

Claim 1. By steps 1.1 and 1.2 the set W is a linear subspace of V containing v[n], so minimality of the span gives span⁡(v[n])⊆W; with step 1.3 the two sets are equal.

step 1.1step 1.2step 1.3L1
3.1

Claim 2, from left to right. Let v be an ordered basis, so the list v is linearly independent and span⁡(v[n])=V. Existence: by step 2.1 every x∈V=span⁡(v[n]) lies in W, that is, x=∑i<nλivi for some λ:n→F. Uniqueness: if ∑i<nλivi=∑i<nκivi=x, apply (F2) with the scalar −1F to the lists i↦κivi and i↦λivi; the left-hand side is −x+x=0V and the right-hand side is ∑i<n((−1F)(κivi)+λivi)=∑i<n(λi+(−κi))vi by (V4), (V3) and (−1F)κi=−κi. Independence of the list v now gives λi+(−κi)=0F, hence λi=κi, for every i<n.

step 2.1L2L4L5L6
3.2

Claim 2, from right to left. Suppose every x∈V is ∑i<nλivi for exactly one λ. Then V⊆W, and step 2.1 gives W=span⁡(v[n])⊆V, so span⁡(v[n])=V. The list v is independent: if ∑i<nλivi=0V, then λ and the all-zero scalar list both represent 0V, the latter by (F1) and 0Fvi=0V, so uniqueness at x=0V forces λi=0F for every i<n. Being independent, v is injective with linearly independent image, so v[n] is a basis of V and v is an ordered basis.

step 2.1L2L4L5
4.1

Claim 1 is step 2.1, and claim 2 is steps 3.1 and 3.2 together.

step 2.1step 3.1step 3.2∎

Remarks

  • Claim 1 needs no hypothesis on the list. It says that spanning by a finite set can always be computed with one coefficient per listed vector, repetitions and all. It is claim 2 that turns this into a coordinate system, and what it adds is uniqueness, which is exactly independence.

  • The assignment x↦λ is deliberately left un-named here. It is a bijection V→Fn compatible with the operations, that is a linear isomorphism; but linear maps are the subject of a later page, and naming the map now would be to use a notion this page does not have. What is used below is only the statement above: existence and uniqueness of the coordinate list.

  • Reordering is not a harmless relabelling. Two ordered bases with the same image assign different coordinate lists to the same vector, so "the coordinates of x in B" is incomplete language when B is a set. The companion page computes the same vector's coordinates in three ordered bases of R2, two of which have the same image.

Depends on

Used by

Dependency tree · two levels

49 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources