4.5.17 · D1Linear Algebra (Full)

Foundations — Basis — definition, uniqueness of representation

2,094 words10 min readBack to topic

Before you can trust that sentence, you need to own every symbol the parent note throws at you. This page builds each one from nothing, in an order where every piece rests on the piece before it. If a smart 12-year-old reads from line one, they should never hit a symbol they haven't already met.


1. What is a vector, really? (the symbol )

A vector is anything you can do two things with: add two of them, and scale one bigger or smaller. That's the whole job description.

The picture that makes this concrete: an arrow starting at the origin (the point ) and pointing to some spot.

Figure — Basis — definition, uniqueness of representation

An entry like is called a component — one number telling you how far to go along one axis. Notice: a component is tied to which axes you drew. Change the axes, the components change even though the arrow stayed put. Hold that thought — it returns in Section 6.


2. The number that scales: a scalar (the symbol )

When we write , the letter is a plain number — we call it a scalar because its job is to scale (stretch, shrink, or flip) the vector.

Figure — Basis — definition, uniqueness of representation

Cover every case so you're never surprised:

  • : longer, same direction.
  • : shorter, same direction.
  • : shrinks to the origin (the zero vector, next section).
  • : flips to the opposite side, length times original.

3. The special arrow that goes nowhere:


4. Combining arrows: the sum and a linear combination

The parent writes . Let's unpack that symbol completely.

Reading it aloud: "scale arrow by , scale by , …, then add all the scaled arrows tip-to-tail."

Figure — Basis — definition, uniqueness of representation

The counter starts at and stops at ; that top number is how many arrows are in the set — which becomes the dimension. See Span and Spanning Sets for the "reach everything" side and Linear Independence for the "no redundancy" side.


5. The container: a vector space and a set

The symbol reads "R-two": lists of 2 real numbers. : lists of 3. The superscript is how many components each vector carries. See Subspaces for smaller spaces living inside a bigger one.


6. Coordinates: the symbol

Once you fix a basis , the scalars in get a name and a notation.

Case check: with the standard basis , the coordinates equal the components — that's why the standard basis "feels invisible." With any tilted basis they differ, which is exactly the parent's example.


7. Reading the logic symbols: , ,

The proofs lean on three logic shorthands. Own them so the proof reads like English.


8. The two verbs: span and independent (in plain words)

You now have every symbol needed to state the two basis conditions in words.

The size of a basis — the top number in every — is the dimension, explored in Dimension. And feeding basis arrows through a transformation builds Matrix of a Linear Map.


Prerequisite map

Vector as an arrow

Scalar as a number

Zero vector at origin

Linear combination

Vector space V

Spanning

Linear independence

Coordinates w in B

Basis and uniqueness


Equipment checklist

Test yourself — reveal only after you've answered aloud.

What is the minimal job description of a "vector"?
You can add two of them and scale one by a number.
What does a scalar do to a vector, and what happens if or ?
It stretches/shrinks the arrow; flips its direction, collapses it to the origin.
What is the picture of and why does the whole topic care about it?
A dot at the origin; it's the test point — how many ways you reach it reveals redundancy.
Expand in full.
.
What is a linear combination allowed to do — and NOT do?
Only scale each vector and add; never multiply vectors together or square them.
Difference between and ?
Curly braces = a set of whole vectors; round brackets = the number-components inside one vector.
What does the superscript in tell you?
Each vector holds 3 real-number components.
Read and in plain English.
" is zero for every index "; " is true exactly when is true."
Why does carry a subscript ?
The same arrow gets a different coordinate list under a different basis; says which one was used.
State spanning and independence each in one plain sentence.
Spanning: every vector is some combination (existence). Independence: only the all-zero combination gives (uniqueness).

Connections