Math ClubMath Club
v1 · padrão canônico

Lesson 111 — Vector spaces: axioms, subspaces, basis, dimension

Abstract definition via 8 axioms. Subspaces, linear combination, basis, dimension. The leap from arrow geometry to the algebraic structure that supports all modern linear algebra.

Used in: Leistungskurs Algebra Linear (Klasse 12 alemã) · H2 Mathematics — Singapura · Math III japonês (vetores e espaços)

dimV=n    VKn\dim V = n \iff V \cong K^n
Choose your door

Rigorous notation, full derivation, hypotheses

Axiomatic definition

The 8 vector space axioms

"We will use the term field to refer to either R\mathbb{R} or C\mathbb{C}. Elements of a field are called scalars. A vector space is a set VV along with an addition on VV and a scalar multiplication on VV such that the following properties hold..." — Axler — Linear Algebra Done Right, §1A

"A subset WW of VV is called a subspace of VV if WW is a vector space under the addition and scalar multiplication defined on VV." — Beezer — A First Course in Linear Algebra, §VS

SVG — Concept hierarchy

Field KscalarsSpace V(8 axioms)dim V = ncontainsBasis B|B| = dim VimpliesV ≅ Kⁿevery subspace W ⊆ V inherits the 8 axioms automatically

Hierarchy: field provides scalars; V satisfies 8 axioms; basis has dim V elements; classification gives V ≅ Kⁿ.

Worked examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 21Understanding 6Modeling 7Challenge 2Proof 4
  1. Ex. 111.1Application

    Verify that R2\mathbb{R}^2 with componentwise addition and scalar multiplication is a vector space over R\mathbb{R}.

  2. Ex. 111.2Application

    Verify that W={(x,y)R2:x+y=0}W = \{(x, y) \in \mathbb{R}^2 : x + y = 0\} is a subspace of R2\mathbb{R}^2.

  3. Ex. 111.3Application

    Is the set W={(x,y)R2:x+y=1}W = \{(x, y) \in \mathbb{R}^2 : x + y = 1\} a subspace of R2\mathbb{R}^2?

  4. Ex. 111.4Application

    Show that W={(x,y,z)R3:x=y}W = \{(x, y, z) \in \mathbb{R}^3 : x = y\} is a subspace of R3\mathbb{R}^3. What is its dimension?

  5. Ex. 111.5ApplicationAnswer key

    Is the set {(x,y)R2:x0}\{(x, y) \in \mathbb{R}^2 : x \geq 0\} (right half-plane) a subspace of R2\mathbb{R}^2?

  6. Ex. 111.6ApplicationAnswer key

    Do polynomials of exactly degree 3 form a subspace of P3\mathcal{P}_3?

  7. Ex. 111.7Application

    Do even polynomials (with p(x)=p(x)p(-x) = p(x)) form a subspace of P4\mathcal{P}_4? If yes, find a basis.

  8. Ex. 111.8Application

    Show that the n×nn \times n symmetric matrices form a subspace of Mn×n\mathcal{M}_{n \times n}. For n=3n = 3, what is the dimension?

  9. Ex. 111.9Application

    Are the n×nn \times n invertible matrices a subspace of Mn×n\mathcal{M}_{n \times n}?

  10. Ex. 111.10Application

    Show that the solution set of Ax=0Ax = \mathbf{0} (the kernel of AA) is a subspace of Rn\mathbb{R}^n.

  11. Ex. 111.11Application

    If VV and WW are subspaces of the same space, is VWV \cap W a subspace? What about VWV \cup W?

  12. Ex. 111.12Understanding

    Show that W={fC[0,1]:f(0)=0 and f(1)=0}W = \{f \in C[0,1] : f(0) = 0 \text{ and } f(1) = 0\} is a subspace of C[0,1]C[0,1] (continuous functions on [0,1][0,1]).

  13. Ex. 111.13Understanding

    Is the set of solutions of Ax=bAx = b (with b0b \neq \mathbf{0}) a subspace of Rn\mathbb{R}^n?

  14. Ex. 111.14Proof

    Prove that a0=0a \cdot \mathbf{0} = \mathbf{0} for every scalar aKa \in K using only the 8 axioms.

  15. Ex. 111.15Application

    Write (3,4)(3, 4) as a linear combination of (1,0)(1, 0) and (0,1)(0, 1).

  16. Ex. 111.16Application

    Write (5,7)(5, 7) as a linear combination of (1,1)(1, 1) and (1,1)(1, -1).

  17. Ex. 111.17Application

    Is the set {(1,2), (2,4)}\{(1, 2),\ (2, 4)\} linearly independent in R2\mathbb{R}^2?

  18. Ex. 111.18ApplicationAnswer key

    Check whether {(1,2,3), (4,5,6), (7,8,9)}\{(1, 2, 3),\ (4, 5, 6),\ (7, 8, 9)\} is linearly independent in R3\mathbb{R}^3.

  19. Ex. 111.19Application

    Show that {1,x,x2}\{1, x, x^2\} is a basis of P2\mathcal{P}_2. What is the dimension of P2\mathcal{P}_2?

  20. Ex. 111.20Application

    Determine whether {(1,1,0), (1,0,1), (0,1,1)}\{(1,1,0),\ (1,0,1),\ (0,1,1)\} is a basis of R3\mathbb{R}^3.

  21. Ex. 111.21ApplicationAnswer key

    Find the coordinates of (2,3,5)(2, 3, 5) in the basis {(1,1,0), (1,0,1), (0,1,1)}\{(1,1,0),\ (1,0,1),\ (0,1,1)\} of R3\mathbb{R}^3.

  22. Ex. 111.22ApplicationAnswer key

    What is the dimension of the space spanned by {(1,0,0), (0,1,0), (1,1,0), (0,0,1)}\{(1,0,0),\ (0,1,0),\ (1,1,0),\ (0,0,1)\} in R3\mathbb{R}^3?

  23. Ex. 111.23Application

    What is the dimension of the space of symmetric 3×33 \times 3 matrices?

  24. Ex. 111.24Application

    What is the dimension of P5\mathcal{P}_5 (polynomials of degree 5\leq 5)?

  25. Ex. 111.25Understanding

    Solutions of y+y=0y'' + y = 0 form a space of what dimension? Exhibit a basis.

  26. Ex. 111.26UnderstandingAnswer key

    Show that if dimV=n\dim V = n (finite), then every proper subspace of VV has dimension strictly less than nn.

  27. Ex. 111.27Modeling

    Word2Vec word embeddings live in R300\mathbb{R}^{300}. What is the dimension of this space? Why 300 and not the vocabulary size?

  28. Ex. 111.28ModelingAnswer key

    Markowitz portfolio with 5 assets lives in R5\mathbb{R}^5. What dimension has the subspace of portfolios with wi=1\sum w_i = 1?

  29. Ex. 111.29Modeling

    Robot state: position (x,y)(x, y), orientation θ\theta, velocities (x˙,y˙,θ˙)(\dot{x}, \dot{y}, \dot{\theta}). What is the dimension of the state space?

  30. Ex. 111.30Modeling

    Audio signal at 44,100 Hz, 10 s. What is the dimension of the space without compression? How does MP3 compression exploit effective dimension?

  31. Ex. 111.31ModelingAnswer key

    MNIST image 28×2828 \times 28 lives in R784\mathbb{R}^{784}. PCA reveals ~100 relevant components. What does this say about the "effective dimension" of the digit-image subspace?

  32. Ex. 111.32Modeling

    In linear control, xRnx \in \mathbb{R}^n and uRmu \in \mathbb{R}^m. What is the dimension of the (x,u)(x, u) pair space? What is the controllable subspace?

  33. Ex. 111.33Modeling

    In quantitative finance, replicable payoffs with nn assets in NN scenarios form a subspace of RN\mathbb{R}^N. What does "complete market" mean in terms of dimension?

  34. Ex. 111.34Understanding

    What is the dimension of the space of n×nn \times n antisymmetric matrices (with AT=AA^T = -A)? For n=3n = 3, exhibit a basis.

  35. Ex. 111.35Understanding

    State and prove (sketch) the Grassmann formula: dim(U+W)=dimU+dimWdim(UW)\dim(U + W) = \dim U + \dim W - \dim(U \cap W).

  36. Ex. 111.36Proof

    Using only the 8 axioms, prove that (1)v=v(-1) \cdot v = -v for all vVv \in V.

  37. Ex. 111.37ProofAnswer key

    Prove: if SS is linearly dependent, there exists vjSv_j \in S such that span(S)=span(S{vj})\text{span}(S) = \text{span}(S \setminus \{v_j\}).

  38. Ex. 111.38Proof

    Prove: if dimV=n\dim V = n and WW is a proper subspace (WVW \subsetneq V), then dimWn1\dim W \leq n-1.

  39. Ex. 111.39ChallengeAnswer key

    Exhibit an explicit basis of M2×2\mathcal{M}_{2 \times 2} (2×22\times2 matrices) and calculate the dimension.

  40. Ex. 111.40Challenge

    Argue that F(R,R)\mathcal{F}(\mathbb{R}, \mathbb{R}) (all real functions) has infinite dimension. Use functions with point support.

Sources

  • A First Course in Linear Algebra — Robert A. Beezer · 2022 · EN · GNU FDL · §VS, §S, §LC, §LI, §B, §D. Primary source of exercises.
  • Linear Algebra — Jim Hefferon · 2020 · EN · CC-BY-SA · Chapter 2 (Vector Spaces), §2.I–2.III. Source of examples and chapter 2 exercises.
  • Linear Algebra Done Right — Sheldon Axler · 2024 · 4th ed · EN · CC-BY-NC · Chapters 1–2. Source of proofs and formal door.

Updated on 2026-05-11 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.