4.5.17 · D5Linear Algebra (Full)

Question bank — Basis — definition, uniqueness of representation

1,453 words7 min readBack to topic

True or false — justify

TF1. Any set that spans is a basis of .
False — spanning gives existence of a representation but if the set is too big it is dependent, so coordinates aren't unique; e.g. four vectors can span yet never form a basis.
TF2. Any linearly independent set in is a basis of .
False — independence gives uniqueness but not reach; is independent in yet cannot build , so it fails spanning.
TF3. Every basis of a given space has the same number of vectors.
True — that common size is the invariant dimension (see Dimension); no basis can be smaller or larger.
TF4. A single nonzero vector is a basis of the line (1-dimensional subspace) it spans.
True — one nonzero vector is automatically independent and spans its own line, so it's a basis of that 1-D subspace.
TF5. The empty set is a basis of the zero space .
True — the empty set is vacuously independent and spans (the empty sum is ), so .
TF6. If a set has exactly vectors, it is automatically a basis.
False — the right count is necessary but not sufficient; has two vectors in but is dependent and spans only a line.
TF7. Coordinates of a vector are the same in every basis.
False — coordinates are addresses relative to a chosen basis; the same arrow is in the standard basis but in (see Coordinate Vectors and Change of Basis).
TF8. Reordering the basis vectors changes whether it's a basis.
False — spanning and independence don't care about order; but reordering does permute the coordinate entries, so the address list changes even though the set is still a basis.
TF9. Two different bases can give the same coordinates to the same vector.
True — the standard basis and any basis that happens to send to the same tuple can coincide for that vector, but generically the addresses differ; equality for one vector doesn't make the bases equal.
TF10. If every vector has at least one representation, the set must be a basis.
False — "at least one for all" is exactly spanning; you also need "at most one," which is independence, before you may call it a basis.

Spot the error

SE1. " spans and lets me write any vector, so it's a basis."
The error is skipping uniqueness: and , two addresses, so it is not a basis despite spanning.
SE2. "Since is independent, it's a basis of ."
It's a basis of the xy-plane subspace, not of — it fails to span because nothing reaches out of the plane to .
SE3. "In the uniqueness proof we subtract the two representations and immediately conclude ."
A step is missing: subtracting gives , and only then does independence force each coefficient to be zero, yielding .
SE4. " is a basis of because it contains ."
The repeated makes the set dependent ( with nonzero coefficients), so it cannot be a basis even though it spans .
SE5. "The vector has infinitely many representations in a basis, since trivially."
In a genuine basis has exactly one representation, the all-zero one — that uniqueness is the definition of independence; infinitely many would mean the set is dependent.
SE6. " isn't a basis because the entries aren't ."
Entries needn't be ; these two are independent and span , so they form a perfectly valid basis — only the coordinates of a vector will scale.
SE7. "Adding one more independent-looking vector to a basis keeps it a basis, just a bigger one."
You cannot add any vector to a basis and stay independent — the basis already spans, so the new vector is a combination of the old ones, making the enlarged set dependent.

Why questions

WHY1. Why does spanning alone fail to give a coordinate system?
Because it only promises each vector some recipe; without independence a vector may have many recipes, so there's no single well-defined address to call its coordinates.
WHY2. Why does the uniqueness proof turn "two equal sums" into "something "?
Because independence is a statement about combinations equal to the zero vector; rewriting the equality as is what lets us invoke that definition.
WHY3. Why must a basis have exactly vectors — no more, no fewer?
Fewer than can't span (too few directions to reach everywhere); more than must be dependent (extra directions are redundant), and only the exact count can be both.
WHY4. Why does the standard basis make coordinates equal the vector's entries?
Each switches on exactly one slot, so the coefficient needed to build slot is precisely that entry — the basis is "invisible" only because of this special alignment.
WHY5. Why is uniqueness of representation the payoff that lets us use matrices?
A unique address turns each abstract vector into one definite coordinate column; a linear map then acts predictably on those columns (see Matrix of a Linear Map).
WHY6. Why can abstract spaces like have a basis at all, with no arrows to draw?
A basis needs only the vector-space operations (add, scale), not geometry; is independent and spanning, so behaves just like coordinate-wise.
WHY7. Why does applying uniqueness specifically to recover independence?
The obvious representation of is all-zero coefficients; uniqueness says it's the only one, and " all " is precisely the definition of independence.

Edge cases

EC1. Is (the single zero vector) ever part of a basis?
Never — the zero vector is dependent by itself ( with a nonzero coefficient), so any set containing it fails independence.
EC2. What is a basis of the zero space , and what is its dimension?
The empty set is its basis and , since there are no directions to specify and is already the only vector.
EC3. Can an infinite set be a basis?
Yes for infinite-dimensional spaces (e.g. for all polynomials), but every basis of a finite-dimensional is finite with exactly vectors.
EC4. In , is any set of vectors a basis as long as none is the zero vector?
No — they must be independent; nonzero vectors can still be dependent (e.g. two lie on the same line), and then they neither span nor give unique coordinates.
EC5. If two vectors are parallel (one is a scalar multiple of the other), can they both be in a basis?
No — parallel vectors are dependent, so at most one can appear; the other adds a redundant direction that breaks uniqueness.
EC6. Does swapping a vector's sign () still leave a basis?
Yes — is independent from and spans the same space as ; the set stays a basis, though that vector's coordinate flips sign.

Connections