Get AI summaries of any video or article — Sign up free
Linear Algebra 7 | Examples for Subspaces [dark version] thumbnail

Linear Algebra 7 | Examples for Subspaces [dark version]

3 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

The subspace test uses three checks: zero vector inclusion, closure under scalar multiplication, and closure under addition.

Briefing

A set of vectors in defined by simple component constraints— and —turns out to be a genuine linear subspace, and the proof comes down to checking the three standard closure conditions. First, the zero vector satisfies both equations: plugging in makes true and also forces to hold. That establishes the “contains the zero vector” requirement.

Next, scaling cannot push the set out. Starting from an arbitrary vector in the set, the defining relations guarantee and . After multiplying by any scalar , the new vector has components . The same relations persist because and , which matches the required form . The set is therefore closed under scalar multiplication.

Finally, the set is also closed under addition. Take two vectors and already inside the set, so , , and , . Their sum has components . The first defining equation holds because . The second holds after substituting in the transcript’s algebraic step (equivalently, using and ) and factoring out the common coefficient, yielding . With all three checks satisfied, the constrained set in is confirmed as a subspace.

The lesson then flips to a counterexample in : the set of all vectors satisfying . The square makes the condition incompatible with linear structure. A single scaling test breaks it: belongs because . But scaling by gives , and now while , so the defining equality fails. Since scalar multiplication can take a vector out of the set, the set is not a linear subspace.

Cornell Notes

A subspace in can be verified by checking three closure properties against its defining equations. For the set defined by and , the zero vector satisfies both relations. If satisfies the constraints, then also satisfies them for any scalar , because scaling preserves equalities between components and preserves the sign relation in . If both and satisfy the constraints, then also satisfies them since component-wise addition preserves and the corresponding relation for . A contrasting example with fails under scaling, so it cannot be a subspace.

How does one quickly confirm that a constrained set in contains the zero vector?

Substitute into the defining conditions. For and , both equalities hold immediately: and . That satisfies the “zero vector” requirement.

Why does scalar multiplication preserve membership for the set , ?

Take any in the set, so and . For any scalar , the scaled vector has components , , . Then because , and because .

How does closure under addition work for the same subspace?

Let and both satisfy the constraints. Their sum has components , , . Since and , it follows that . Since and , then , so the second constraint also holds.

What counterexample shows that the set is not a subspace?

Use . It satisfies the condition because . Scale by to get . Now but , so fails. Since scalar multiplication can move the vector outside the set, it cannot be a subspace.

Why is finding one scaling failure enough to disprove “subspace”?

A subspace must be closed under scalar multiplication. If there exists even one vector in the set and one scalar such that the scaled vector violates the defining condition, closure fails. That single counterexample is sufficient to conclude the set is not a subspace.

Review Questions

  1. For the set in defined by and , what happens to the defining equalities when you replace by ?
  2. Take two vectors and satisfying and . Show directly that also satisfies both constraints.
  3. Why does the condition break closure under scalar multiplication? Use the specific example scaled by .

Key Points

  1. 1

    The subspace test uses three checks: zero vector inclusion, closure under scalar multiplication, and closure under addition.

  2. 2

    For , a set defined by linear component relations like and typically passes all three subspace checks.

  3. 3

    To verify scalar closure, start with an arbitrary vector satisfying the constraints and show the scaled vector satisfies the same constraints.

  4. 4

    To verify addition closure, start with two arbitrary vectors satisfying the constraints and show their component-wise sum still satisfies the defining equations.

  5. 5

    A single counterexample to scalar multiplication is enough to prove a set is not a subspace.

  6. 6

    Nonlinear constraints such as commonly fail subspace requirements because scaling changes the left-hand side quadratically.

Highlights

The set in with and is confirmed as a subspace by checking zero, scaling, and addition closure.
Scaling preserves the subspace constraints because equalities between components remain equal after multiplying by .
The set defined by fails under scaling: scales to , where .

Topics

  • Subspaces
  • Closure Properties
  • Linear Algebra Proofs
  • Counterexamples
  • Vector Constraints