Courses / Mathematics I
Linear Algebra

Vector Spaces

Mathematics I 301 words Free to read

Abstracting Vectors

Unit 3 treated vectors as arrows and tuples. Linear algebra abstracts away the picture and keeps only the operations. A vector space is any set VV of objects equipped with two operations, addition and scalar multiplication, satisfying a list of axioms. Anything obeying the axioms is a vector space.

The axioms formalize familiar rules:

PropertyRuleDescription
AdditionCommutative & associativeOrder and grouping do not matter
Zero vector0+v=v\mathbf{0} + v = vLeaves vectors unchanged
Inversev+(v)=0v + (-v) = \mathbf{0}Yields the zero vector
Scalingc(u+v)=cu+cvc(u+v) = cu + cvDistributes and scales properly

Common pitfall: Thinking a vector must be an arrow or a tuple of numbers. In linear algebra, a vector is any element of a set satisfying the axioms. What matters is that you can add and scale them consistently.

Two tokens run through the same combining machine in each order, and

Examples and Power

The power of abstraction is that many non-arrow objects satisfy the axioms and are true vector spaces:

Space TypeElementsAddition & Scaling
Rn\mathbb{R}^nFamiliar tuplesCoordinate-wise
PolynomialsDegree n\le nCombined by like powers
MatricesFixed size m×nm \times nAdded and scaled entry-wise
Functionsf:RRf : \mathbb{R} \to \mathbb{R}Added and scaled pointwise
SolutionsDifferential equationsHomogeneous linear solutions

Because all these share the same axioms, every theorem proved for abstract vector spaces applies to all of them at once. Proving a property for abstract vectors simultaneously establishes it for tuples, polynomials, matrices, and functions without repeating work.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Linear Algebra