- #1
Saladsamurai
- 3,020
- 7
I am trying to teach myself Linear Algebra and it is really slow going. As much as I hate to admit a weakness, I really suck at abstract thinking. So some really basic ideas are tripping me up. Here is a question from the first exercise in the book I am using
Which of the following sets (with natural addition and multiplication by a
scalar) are vector spaces. Justify your answer.
a) The set of all continuous functions on the interval [0, 1];
b) The set of all non-negative functions on the interval [0, 1];
c) The set of all polynomials of degree exactly n;
d) The set of all symmetric n × n matrices, i.e. the set of matrices [tex]A={a_{j,k}}^n_{j.k=1}[/tex] such that [itex]A^T=A[/itex]
Definition of a vector space
A vector space V is a collection of ob jects, called vectors (denoted in this
book by lowercase bold letters, like v), along with two operations, addition
of vectors and multiplication by a number (scalar) 1 , such that the following
8 properties (the so-called axioms of a vector space) hold:
The first 4 properties deal with the addition:
1. Commutativity: v + w = w + v for all v, w ∈ V ;
2. Associativity: (u + v) + w = u + (v + w) for all u, v, w ∈ V ;
3. Zero vector: there exists a special vector, denoted by 0 such that
v + 0 = v for all v ∈ V ;
4. Additive inverse: For every vector v ∈ V there exists a vector w ∈ V
such that v + w = 0. Such additive inverse is usually denoted as −v;
5. Multiplicative identity: 1v = v for all v ∈ V ;
6. Multiplicative associativity: (αβ )v = α(β v) for all v ∈ V and all
scalars α, β ;
7. α(u + v) = αu + αv for all u, v ∈ V and all scalars α;
8. (α + β )v = αv + β v for all v ∈ V and all scalars α, β .
Let's just start with (a) the set of all continuous functions on the interval [0, 1]
This is probably really easy, but I am having trouble figuring out how to answer this one.
I guess I start by seeing if all continuous functions adhere to the eight criterion above right?
Well it appears that 1 and 2 hold, as continuous functions add commutatively and associatively right?
3 (the existence of a zero vector such that v+0=v) seems true enough
4 and 5 should hold (out of curiosity, when does 1*v not equal to v?)
6,7,8 also seem obvious enough, but I don't know how to prove any of this.
So I am concluding that the set of all continuos functions on the interval [0,1] IS a vector space.
What is the proper approach to these kinds of problems? And why did they choose the interval [0,1] ? Why not all reals?
Sorry for so many questions! Any input towards ANY of them is greatly appreciated!
Homework Statement
Which of the following sets (with natural addition and multiplication by a
scalar) are vector spaces. Justify your answer.
a) The set of all continuous functions on the interval [0, 1];
b) The set of all non-negative functions on the interval [0, 1];
c) The set of all polynomials of degree exactly n;
d) The set of all symmetric n × n matrices, i.e. the set of matrices [tex]A={a_{j,k}}^n_{j.k=1}[/tex] such that [itex]A^T=A[/itex]
Homework Equations
Definition of a vector space
A vector space V is a collection of ob jects, called vectors (denoted in this
book by lowercase bold letters, like v), along with two operations, addition
of vectors and multiplication by a number (scalar) 1 , such that the following
8 properties (the so-called axioms of a vector space) hold:
The first 4 properties deal with the addition:
1. Commutativity: v + w = w + v for all v, w ∈ V ;
2. Associativity: (u + v) + w = u + (v + w) for all u, v, w ∈ V ;
3. Zero vector: there exists a special vector, denoted by 0 such that
v + 0 = v for all v ∈ V ;
4. Additive inverse: For every vector v ∈ V there exists a vector w ∈ V
such that v + w = 0. Such additive inverse is usually denoted as −v;
5. Multiplicative identity: 1v = v for all v ∈ V ;
6. Multiplicative associativity: (αβ )v = α(β v) for all v ∈ V and all
scalars α, β ;
7. α(u + v) = αu + αv for all u, v ∈ V and all scalars α;
8. (α + β )v = αv + β v for all v ∈ V and all scalars α, β .
The Attempt at a Solution
Let's just start with (a) the set of all continuous functions on the interval [0, 1]
This is probably really easy, but I am having trouble figuring out how to answer this one.
I guess I start by seeing if all continuous functions adhere to the eight criterion above right?
Well it appears that 1 and 2 hold, as continuous functions add commutatively and associatively right?
3 (the existence of a zero vector such that v+0=v) seems true enough
4 and 5 should hold (out of curiosity, when does 1*v not equal to v?)
6,7,8 also seem obvious enough, but I don't know how to prove any of this.
So I am concluding that the set of all continuos functions on the interval [0,1] IS a vector space.
What is the proper approach to these kinds of problems? And why did they choose the interval [0,1] ? Why not all reals?
Sorry for so many questions! Any input towards ANY of them is greatly appreciated!