4.5.43 · D5Linear Algebra (Full)
Question bank — Abstract vector spaces — axioms, examples beyond ℝⁿ
True or false — justify
The set of all matrices with real entries is a vector space over .
True. Addition and scalar multiplication are entrywise, closure holds, the zero matrix is , and all 8 axioms are inherited from ; its dimension is .
Every vector space contains at least one element.
True. Axiom 3 forces the existence of a zero vector , so no vector space can be empty — the smallest possible one is .
The set of polynomials of degree exactly is a vector space.
False. It is not closed: has degree , not , and the zero polynomial (degree undefined) is missing, so Axioms 3 and closure fail.
If a set is closed under addition and scalar multiplication, it is automatically a vector space.
False. Closure is necessary but not sufficient; you still need the zero vector, inverses, and the distributive/compatibility laws — e.g. weird custom operations can be closed yet break Axiom 8.
The dimension of a set is fixed once the set is fixed.
False. Dimension depends on the field: has dimension over (basis ) but dimension over (basis ) — same set, different scalars. See Fields and scalars.
The solution set of is a vector space, but the solution set of is not.
True. The homogeneous equation is closed under linear combinations and contains the zero function; the inhomogeneous one fails closure ( solves ) and lacks .
The infinite-dimensional space is not really a vector space because it has no finite basis.
False. Being infinite-dimensional is a property, not a disqualifier; satisfies all 8 axioms and is a perfectly valid vector space. See Function spaces and Fourier series.
can be viewed as a vector space over .
True. It is a -dimensional vector space over itself with basis ; "vectors" and "scalars" happen to be the same objects, which is legal.
The set of positive reals, with ordinary addition, is a vector space.
False. It has no zero vector () and no additive inverses (), so Axioms 3 and 4 fail outright.
Spot the error
"Since and , the number is the zero vector."
Error: it confuses the scalar with the vector . The theorem says scaling any vector by the scalar produces ; it does not equate the two objects, which may live in totally different worlds (e.g. functions vs. numbers).
"In the proof of we cancel from both sides of ."
Error: "cancelling" is not an axiom. You must legitimise it by adding the additive inverse (Axiom 4) to both sides and using associativity; only then does the term vanish.
" is obvious because times anything flips its sign."
Error: "flips its sign" assumes number-arithmetic, but may be a function or matrix. The real proof uses , so is the additive inverse of , which is what denotes.
"The line in is a subspace since it's a straight line, just like ."
Error: a subspace must contain , but does not satisfy . It also fails scaling: is off the line. Only lines through the origin qualify. See Subspaces and the subspace test.
" has dimension because a quadratic has two roots."
Error: dimension counts basis vectors, not roots. The basis has three elements, so ; roots of a polynomial are irrelevant to the dimension of the space of polynomials.
" is infinite-dimensional, so any infinite set of functions in it forms a basis."
Error: a basis must be linearly independent and spanning. Infinitely many functions can still be dependent (e.g. ), so being infinite is not enough. See Linear independence, basis and dimension.
Why questions
Why is closure called the "hidden axiom #0" even though the standard list has only 8?
Because closure is baked into the type of the operations and ; the outputs must land back in . Since it lives in the operation signatures, it's often not counted, yet it's the cheapest thing to check and the one beginners forget.
Why do the proofs of and never mention arrows or coordinates?
Because they use only the abstract axioms, which every vector space obeys regardless of what its elements "look like". That's the whole payoff of abstraction: one proof works simultaneously for arrows, functions, matrices, and ODE solutions.
Why must we specify the field before calling something a vector space?
Because scalar multiplication only makes sense once you fix which scalars are allowed. The same set can be a vector space over different fields with different dimensions, so "vector space" is incomplete without naming .
Why does the space of solutions to a homogeneous linear ODE automatically satisfy all 8 axioms once we know it's closed?
Because its elements are ordinary functions, and functions already obey all 8 axioms via pointwise operations. Closure is the only thing that could fail, so checking that linear combinations of solutions are still solutions is enough.
Why isn't "having a operation" sufficient to make a set a vector space?
Because a vector space needs and a compatible scalar action linking it to a field, plus a zero, inverses, and the distributive laws. A lone gives at most a group or monoid, not the full linear-algebra structure.
Why does fixing the field to instead of halve the dimension of ?
With complex scalars, one basis vector reaches every complex number via , so dimension . With only real scalars you need two, , since no real multiple of produces — hence dimension .
Edge cases
Is the singleton a vector space?
Yes — the trivial/zero vector space. It satisfies all 8 axioms (, ) and has dimension with the empty set as its basis.
Can the zero vector be a nonzero-looking object?
Yes. is whatever element satisfies : it is the zero function in , the zero matrix in , and the zero polynomial in — none of which is the number .
Is (rationals) a vector space over ?
No. It fails closure under real scalar multiplication: . It is a vector space over itself, showing again that the field choice is decisive.
Does every vector space have a basis?
Yes, if you accept the standard axioms of set theory, but for infinite-dimensional spaces like "all polynomials" the basis is infinite and for the basis is not something you can write down explicitly. Existence and constructibility are different things.
What happens to the axioms if has exactly one element?
That element must be (Axiom 3), and every axiom collapses to the trivially true statement . This confirms is the smallest legal vector space and that a vector space is never empty.
Connections
- Abstract vector spaces — axioms, examples beyond ℝⁿ
- Subspaces and the subspace test
- Linear independence, basis and dimension
- Linear maps and matrix representations
- Inner product spaces
- Fields and scalars
- Function spaces and Fourier series