4.5.18 · D4Linear Algebra (Full)

Exercises — Dimension — basis cardinality

2,266 words10 min readBack to topic

Two reminders before we start, so no symbol is unearned:


Level 1 — Recognition

Recall Solution

The standard basis is 4 vectors, independent and spanning. By the Dimension Theorem every basis has this same count, so .

Recall Solution

Basis has 4 elements. So . In general (one slot for each power ).

Recall Solution

No. A basis must be independent, and by the exchange lemma any independent set in has at most vectors. Three vectors cannot be independent, so this is not a basis. (Indeed .)


Level 2 — Application

Recall Solution

No. Steinitz: independent ≤ spanning. Here spanning size is , so any independent set has vectors. Seven exceeds ⇒ they must be dependent.

Recall Solution

Set . Component-wise: and . From the first, ; substitute: . Only the trivial solution ⇒ independent. Two independent vectors in a 2-dimensional space also span it, so it is a basis — confirming . See figure below.

Figure — Dimension — basis cardinality
Recall Solution

Spanning: we recover each standard basis vector: ; ; . Since spans and each is reachable, so does our set. Count: 3 elements . A spanning set of size equal to the dimension is automatically a basis.


Level 3 — Analysis

Recall Solution

Solve : . So , . Thus The coefficient on is , so we may solve for : Hence is expressible from , so still spans (independence check: ). One swapped in, one kicked out, spanning size preserved. See figure.

Figure — Dimension — basis cardinality
Recall Solution

Suppose every . Then — that is, is a combination of the earlier 's. But is independent, meaning no is a combination of the others. Contradiction. So some , guaranteeing a remaining is present to kick out. If it failed, we'd run out of 's to swap and the size- spanning invariant would collapse — the whole bound would be unproved. This is the single point where independence of enters (see Linear Independence).

Recall Solution
  • Direction 1: is independent, spans ⇒ lemma gives .
  • Direction 2: is independent, spans ⇒ lemma gives .

Both hold because a basis is simultaneously independent and spanning, so each can play either role. From and we get . That common value is .


Level 4 — Synthesis

Recall Solution

Solve the constraint: pick free, then . So The two vectors span and are independent (neither is a scalar multiple of the other). So they form a basis and . Intuition: one linear equation removes one degree of freedom from a 3-dimensional space, leaving . This is the Rank-Nullity Theorem in miniature: the map has -dimensional image and -dimensional kernel .

Recall Solution

We need total size , so exactly one more vector — provided it's not a combination of the two. Try : is independent? Compute the determinant Expand along the bottom row: Independent ⇒ basis. Why exactly one? Any basis has cardinality ; we already have independent vectors, and by the exchange lemma we can always exchange to reach the full dimension without overshooting.

Recall Solution

Rank-Nullity Theorem: . With , . Since the codomain has dimension and the image is a -dimensional subspace of it, the image equals all of (a subspace whose dimension equals the whole space is the whole space — that's basis-cardinality again). So yes, is surjective.


Level 5 — Mastery

Recall Solution

Its basis is the empty set . The empty set is vacuously independent (there are no coefficients to constrain, so the only combination — the empty one — gives ) and it spans (the empty combination equals , the only vector present). Its cardinality is , so . Note itself is not a basis: any set containing is dependent since is a nontrivial relation.

Recall Solution

Take spanned by the standard basis (size ). The same standard basis is an independent set of size . So an independent set can reach the spanning-set size exactly; the bound is achieved with equality. Equality happens precisely when the independent set is also spanning — i.e. it's a basis.

Recall Solution

Let be the space of all polynomials (any degree). The set is independent and spanning but infinite — no finite set spans (a finite set has a maximal degree , so cannot reach ). Here . The exchange lemma still applies relatively: for any finite spanning set of any subspace , independent sets in are bounded by that spanning size. The lemma's engine never breaks; only the assumption "some finite spanning set exists" does.

Recall Solution

The change-of-basis matrix (see Coordinates and Change of Basis) has as many columns as the old basis size and as many rows as the new basis coordinate length — both equal the number of vectors in a basis. Because the Dimension Theorem forces both bases to have the same count , the matrix is , hence square, hence potentially invertible (and it is invertible, since it maps one basis to another). Non-square would be impossible — that would mean two bases of different sizes, contradicting basis cardinality.


Recall One-line recap of the ladder

Recognition: dimension = size of a basis. Application: independent ≤ spanning. Analysis: one exchange preserves spanning because a nonzero coefficient lets us solve. Synthesis: combine with rank-nullity and extension. Mastery: empty-set basis of , tightness, and the infinite case.


Connections

  • Steinitz Exchange Lemma — the engine behind every bound on this page.
  • Linear Independence — the "some coefficient ≠ 0" guarantee (L3.2).
  • Spanning Sets — the slots the lemma fills (L2, L3.1).
  • Basis of a Vector Space — the both-at-once object we count.
  • Rank-Nullity Theorem — used in L4.1 and L4.3.
  • Coordinates and Change of Basis — squareness of the transition matrix (L5.4).
  • Parent: Dimension — the theorem these exercises drill.