Vector Spaces
Introduction: This is a fundamental "Eureka" moment in linear algebra. Essentially , you are proving that once you pick a basis , all n-dimensional vector spaces are the same space in disguise. Wether it's a space of polynomials , matrices , or abstract arrows , they all behave exactly like `bbb"F"^n`.
Exercise: Prove that every finite dimensional vector space `bbb"V"` of dimension `n` over a field `bbb"F"` is isomorphic to the vector space `bbb"F"^n` of `"ordered"` `"n-tuples"` over the field `bbb"F"`.
Solution: To prove this , we need to construct an Isomorphism - a bijective linear map - between `bbb"V"` and `bbb"F"^n`.
The Proof Strategy: `"The Coordinate Map"`.
1. Set the Stage (Choose a Basis): Let `bbb"V"` be a vector space over `bbb"F"` with `dim(bbb"V") = n`. This means there exists a basis `beta = {v_1 , v_2 , ... \ , v_n}`.
2. Define the Map (`phi`): Recall from our last session: every vector `x in bbb"V"` can be written uniquely as `x = a_1 v_1 + a_2 v_2 + ... + a_n v_n` where `a_i in bbb"F"`.
We define the `map` `phi: bbb"V" rArr bbb"F"^n` by sending `x` to its `"coordinat vector"`: `phi(x) = (a_1 , a_2 , ... \ , a_n)`.
3. Prove Linearity: For `phi` to be an isomorphism, it must respect addition and scalar multiplication.
- If `y = b_1 v_1 + ... + b_n v_n` , then `x + y = (a_1 + b_1) v_1 + ... + (a_n + b_n) v_n`.
- Thus , `phi(x + y) = (a_1 + b_1 , ... \ , a_n + b_n) = phi(x) + phi(y)`.
- (The same logic applies to scalar multiplication `c x`).
4. Prove Bijectivity (One-to-One and Onto):
- `"Injective (1 - to - 1)"` : If `phi(x) = phi(y)` , then their coefficients are identical. Since the representation in a basis is unique , `x` must equal `y`.
- `"Surjective (Onto)"`: For any tuple `(c_1 , ... \ , c_n) in bbb"F"^n` , we can simply build the vector `z = sum c_i v_i in bbb"V"`. Therefore , every tuple has a `home` in `bbb"V"`.
Result: Since `phi` is a `"linear bijection"` , `bbb"V" cong bbb"F"^n`.
QED
Conclusion: The theorem states that every n-dimensional vector space `bbb"V"` over a field `bbb"F"` is structually identical to `bbb"F"^n`. The tool that proves this is the `"Coordinate Map" \ phi_beta : bbb"V" rarr bbb"F"^n`. By choosing a basis `beta = {v_1 , ... \ , v_n}` , we can treat abstract vectors as simple lists of numbers (tuples).
Because the coordinate map is a linear bijection , it preserves all the algebraic properties of the space. This means we can solve problems in "abstract" spaces , like polynomials and matrices , by translating them into `bbb"F"^n` , doing the arithmetics there and translating back.
Transition Note: The Lie Algebra Minute.
We just proved that eny 3-dimensional vector space is isomorphic to `bbb"F"^3`. In our next session , we apply this to the Lie Algebra `sl(2 , RR)`. Since we know its basis `{e , f , h}` has three elements , we can now confidently treat every "bracket" operation as a transformation happening inside a `3D` coordinate system.
END
Question
`"The role of the Basis"`. To define the isomorphism `phi: bbb"V" rarr bbb"F"^n` as described in the proof , which of the following is strictly required
?
A) We must first define a specific inner product (dot product) to measure the lenght of the vectors in `bbb"V"`.
B) We must choose an ordered basis `beta` for `bbb"V"` to determine which coordinate corresponds to which component in `bbb"F"^n`.