Get AI summaries of any video or article — Sign up free
Linear Algebra 5 | Vector Space ℝn [dark version] thumbnail

Linear Algebra 5 | Vector Space ℝn [dark version]

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

3n is the set of all n-tuples of real numbers, naturally represented as column vectors (v1,3,vn).

Briefing

The core takeaway is that 3n (all n-tuples of real numbers) becomes a vector space once vector addition and scalar multiplication are defined component-by-component, and that this structure is guaranteed by eight precise algebraic rules. The construction starts with 3n as the Cartesian product of 3 with itself n times, so each vector is written as a column 3 = (v1, v2, 3, vn) with real entries. Addition of two vectors u and v is defined by adding corresponding components (u1+v1, u2+v2, 3, un+vn). Scalar multiplication uses a real number bb to scale a vector u by multiplying every component by bb: (bb u1, bb u2, 3, bb un). With these operations in place, 3n is not just a set of tuples—it supports the same kind of calculations as familiar spaces like 32 and 33, but in any dimension n.

To make “vector space” more than a label, the transcript lays out the eight defining properties that 3n satisfies. The first four properties concern addition: it is associative, meaning the grouping of sums doesn’t change the result; it has an additive identity, the zero vector (0,0,3,0), which leaves any vector unchanged; every vector has an additive inverse, written as -v = (-v1,-v2,3,-vn), which cancels v back to the zero vector; and addition is commutative, so u+v = v+u. Together, these four properties mean addition forms an abelian group.

The remaining four properties govern scalar multiplication and its interaction with addition. Scalar multiplication must be compatible with multiplication of real numbers: scaling by bc and then by bb matches scaling once by the product bbbc. Scaling by 1 leaves vectors unchanged: 1v = v. Finally, two distributive laws connect scaling to addition. One law distributes a scalar over vector addition: bb(v+w) = bbv + bbw. The other law distributes scalar addition over scaling: (bb+bc)v = bbv + bcv. These rules are what make 3n a vector space in a fully formal sense.

The transcript then highlights canonical unit vectors e1 through en, where ej has a 1 in the j-th position and zeros elsewhere. Their purpose is practical: every vector v in 3n can be written as a linear combination of these unit vectors, specifically v = v1 e1 + v2 e2 + 3 + vn en. This representation ties the abstract vector-space axioms back to concrete computation—components become coefficients, and the unit vectors act as a basis for rebuilding any vector in n-dimensional real space.

Cornell Notes

3n consists of all n-tuples of real numbers, written as column vectors (v1, v2, 3, vn). Defining addition and scalar multiplication component-by-component makes 3n a vector space. Addition satisfies associativity, an additive identity (the zero vector), additive inverses (-v), and commutativity. Scalar multiplication is compatible with real-number multiplication, leaves vectors unchanged under scaling by 1, and obeys two distributive laws linking scaling with vector addition and scalar addition. Canonical unit vectors e1,3,en let any vector v be expressed as v = v1 e1 + v2 e2 + 3 + vn en, turning components into coefficients.

How are vector addition and scalar multiplication defined in 3n?

For u=(u1,3,un) and v=(v1,3,vn), addition is component-wise: u+v=(u1+v1, u2+v2, 3, un+vn). For a real scalar bb and u, scalar multiplication is also component-wise: bbu=(bb u1, bb u2, 3, bb un). These definitions are what allow the vector-space rules to hold.

What four properties make addition in 3n an abelian group?

Addition is associative: (u+v)+w = u+(v+w). There is an additive identity: the zero vector 0=(0,0,3,0) satisfies v+0=v. Every vector has an inverse: -v=(-v1,-v2,3,-vn) and v+(-v)=0. Addition is commutative: u+v=v+u. Together these four properties characterize an abelian (commutative) group under addition.

What are the key rules for scalar multiplication in a vector space?

Scalar multiplication must match real-number multiplication: bb(bcv)=(bbbc)v. It must also respect the identity scalar: 1v=v. These rules ensure scaling behaves consistently with arithmetic in 3.

How do the distributive laws connect scaling with addition?

One distributive law distributes a scalar over vector addition: bb(v+w)=bbv+bbw. The other distributes scalar addition over scaling: (bb+bc)v=bbv+bcv. Both are essential for scalar multiplication to interact properly with the vector-space structure.

Why introduce the canonical unit vectors e1,3,en?

They provide a standard way to build any vector from its components. Each ej has a 1 in the j-th position and zeros elsewhere. Any v=(v1,3,vn) can be written as v = v1 e1 + v2 e2 + 3 + vn en, turning the coordinate entries into coefficients of a linear combination.

Review Questions

  1. List the eight vector-space properties and identify which ones involve only addition versus those that involve scalar multiplication.
  2. Given a specific vector v in 3n, write it explicitly as a linear combination of the canonical unit vectors e1,3,en.
  3. Check whether a proposed operation on 3n would satisfy the distributive laws; what would you test first?

Key Points

  1. 1

    3n is the set of all n-tuples of real numbers, naturally represented as column vectors (v1,3,vn).

  2. 2

    Vector addition in 3n is defined component-by-component: (u1+v1,3,un+vn).

  3. 3

    Scalar multiplication in 3n scales every component by the same real number bb: (bb u1,3,bb un).

  4. 4

    Addition in 3n satisfies associativity, has an additive identity (the zero vector), includes additive inverses (-v), and is commutative.

  5. 5

    Scalar multiplication is compatible with real-number multiplication and leaves vectors unchanged under scaling by 1.

  6. 6

    The distributive laws hold: bb(v+w)=bbv+bbw and (bb+bc)v=bbv+bcv.

  7. 7

    Every vector v in 3n can be reconstructed from canonical unit vectors via v = v1 e1 + 3 + vn en.

Highlights

Once addition and scaling are defined component-wise, 3n automatically satisfies all eight vector-space axioms.
The additive identity is the zero vector (0,0,3,0), and each vector v has an inverse -v=(-v1,3,-vn).
Canonical unit vectors e1,3,en form a direct recipe for expressing any vector as a linear combination of basis-like elements.

Topics