Foundations — Orthogonal matrices — properties, det = ±1
Before you can read a single line of the parent note, you need to earn every piece of notation. We build them one at a time, each on top of the last, from absolute zero. Nothing below assumes you have seen matrices before.
1. A vector — an arrow with an address
The picture: think of a treasure map instruction — "3 steps east, 4 steps north". That instruction is the vector . The arrow is the straight shortcut from where you started to the treasure.
Why the topic needs it: orthogonal matrices are machines that move vectors. To talk about "moving" something, we first need a name for the thing being moved.

2. Length — how long the arrow is, written
Why the square root of squares? Look at the right triangle the arrow makes with the horizontal and vertical. Its two legs are and ; the arrow is the hypotenuse. Pythagoras — "the long side squared equals the sum of the leg squares" — hands us the formula directly. The square root undoes the squaring so we get an actual distance, not a distance-squared.
Why the topic needs it: the whole point of orthogonal matrices is that they preserve length (). You cannot appreciate "length is preserved" until you can compute length.
3. The dot product — a number that measures agreement, written
Why this tool and not another? We want ONE number that tells us whether two arrows point the same way, opposite ways, or perpendicular. The dot product is exactly that detector:
- if it is positive, the arrows broadly agree (angle less than ),
- if it is zero, they are exactly perpendicular (at a right angle),
- if it is negative, they broadly disagree (angle more than ).
The picture and the master formula: the dot product hides an angle inside it: where is the angle between the arrows. When the arrows are perpendicular, , , so the whole product is . That is why "dot product " is the same as "perpendicular".

Why the topic needs it: "columns are perpendicular" and "columns have length 1" — the two halves of orthonormal — are both statements about dot products.
4. The matrix — a grid that stores where the arrows go
We write for "apply the machine to the arrow ". The parent's notation means "the columns of ", written .

Why the topic needs it: the entire subject is about a special family of these grids. The columns are where all the geometry lives.
5. The transpose — flip across the diagonal
Why the little appears in : a plain column vector is a tall matrix. Transposing it lays it flat into a row. Placing a flat row next to a tall column and multiplying "row-into-column" produces exactly one number — the dot product. So is literally "lay flat, then combine with ", giving . The transpose is the notation that turns "dot product" into ordinary matrix multiplication.
Why the topic needs it: the definition of orthogonal is . No transpose, no topic.
6. The identity and Kronecker delta — the "do nothing" symbols
Why the topic needs it: the compact statement "" says both orthonormal conditions in one line: same column dotted with itself is (unit length), different columns dotted give (perpendicular).
7. The determinant — the signed area-scaling number
Why "signed"? The sign records orientation. If the two columns keep their original left-to-right ordering (like the original axes), the sign is . If the machine has flipped the plane over — swapped the sense of turning — the sign is . This is exactly the rotation, reflection story from the parent note.

Why the topic needs it: the headline result is a statement about area. A rigid motion cannot change area, so the scaling factor can only be "keep area, same sign" () or "keep area, flipped" ().
8. Eigenvalue and — the special stretch of a special arrow
means the size of ignoring sign (or, for complex numbers, its distance from zero). For an orthogonal matrix, no length ever changes, so always — eigenvalues sit on the unit circle. You will meet these again in Eigenvalues and eigenvectors.
Why the topic needs it: one of the parent's key properties is "all eigenvalues have " — a direct echo of length-preservation.
How the foundations feed the topic
Each foundation you built points forward: lengths and dot products define orthonormal; matrix and transpose write the defining condition; the determinant delivers the headline; eigenvalues give the unit-circle property. Related deeper roads branch off to Orthonormal bases & Gram–Schmidt, Rotations and reflections in $\mathbb{R}^2$ and $\mathbb{R}^3$, and Determinants — properties.
Equipment checklist
Test yourself — cover the right side and answer before revealing.
What is a vector, in one picture?
Formula for the length of ?
What single number tells you two arrows are perpendicular?
How is length-squared a dot product?
What are the columns of a matrix geometrically?
What does the transpose do?
Why is written with a ?
What is the identity matrix ?
What does mean?
What does measure?
Compute .
What is an eigenvalue ?
Recall If every checklist line felt easy
You are ready for the parent note. If any line stalled you, reread that numbered section — the parent's proofs reuse these exact pieces with no re-explanation.