Homework 0 — Vector Spaces
Learning objectives
- Verify a structure is a vector space by checking essential axioms efficiently.
- Exhibit and justify infinite linear independence within a function space.
- Describe distinct bases for the same space and compute dimensions.
- Apply reasoning to prove linear independence of function families.
Warm-up self-check
Problem 0 Real-world vector space
Give a real-world example of a collection of objects that forms a vector space over \(\mathbb{R}\) under natural operations.
- Define the set \(S\) precisely (what are the objects?).
- Specify the operations: addition \(+\) and scalar multiplication \(\alpha\cdot\), and state the field.
- Verify two vector-space axioms in full detail (your choice), and briefly state why the remaining axioms hold.
- Explain in 2–3 sentences why these operations are “natural” in the context you chose.
Problem 1 Vector space verification
Prove that \(C[0,1]\) with pointwise addition and scalar multiplication is a vector space over \(\mathbb{R}\).
- State the field and the operations (pointwise).
- Identify the zero vector \(0(t)\equiv 0\) and additive inverse.
- Show closure under \(+\) and scalar multiplication.
- Justify two representative axioms (associativity; distributivity); the rest follow pointwise from \(\mathbb{R}\).
Hint (nudge)
Treat \(C[0,1]\subset \mathbb{R}^{[0,1]}\) (this notation stands for the vector space of real-valued functions defined on the compact set \([0,1]\); pointwise operations are inherited from \(\mathbb{R}\), a field.
Toy counterexample (what fails and why)
- Strictly positive continuous functions are not a vector space: not closed under negative scalar multiples.
- Polynomials with leading coefficient 1 are not closed under addition.
Problem 2 Infinite dimension
Prove that \(C[0,1]\) is infinite-dimensional.
Hint
A nontrivial polynomial of degree \(n)\ has at most \(n\) roots; choose \(n+1\) points (why?)
Problem 3 Bases & dimension
Let
\( V = M_2(\mathbb{C}) := \left\{ \begin{bmatrix} a & b \\ c & d \end{bmatrix} \;:\; a,b,c,d \in \mathbb{C} \right\} \),
equipped with entrywise addition and scalar multiplication.
Find 3 distinct bases for \(V\) and compute \(\dim_{\mathbb{C}} V\).
Problem 4 Linear independence of Gaussian translates
Let \(g(t)=e^{-t^2}\), \((T_x g)(t)=g(t-x)\), and \(\Lambda\subset\mathbb{R}\) finite with distinct points. Show \(\{T_\lambda g: \lambda\in\Lambda\}\) is linearly independent in \(C(\mathbb{R})\).
What to submit
- Handwritten solutions (paper or tablet with a stylus), neat and legible or typed up in latex (if you want to practice acquiring this skill)
- For each problem: clearly state any notation/definitions you use; give a short plan (1–2 lines); then a complete, logically structured proof.
- Justify nontrivial steps and name theorems you invoke. Avoid phrases like “obvious” without explanation.
- If you consulted any resources or peers, list them briefly. The write‑up must be your own words.