Chapter 1, section 2 (page 12 in the 4th edition):
Problem 1.
These are true/false questions. For each question give a one sentence explanation of your answer.
a True
b False:
proved in lecture
c False:
if x=0V then ax=bx holds even if a=b
d False:
if a=0F then ax=ay even if x and y are different vectors.
e 'Trueish'
The phrase "may be regarded as" is a bit fishy, i.e. it has no precise mathematical meaning. A vector in Fn is an n-tuple of numbers (x1,…,xn) and an n×1 matrix is a row vector [x1x2⋯xn], so you could say they are the same.
Would you say that a n-tuple (x1,…,xn) and a column vector
⎣⎢⎡x1⋯xn⎦⎥⎤ “are the same?”
I am not sure what the authors of our textbook would think of this, but they
would definitely insist that a row vector [x1…xn] and a column vector
⎣⎢⎡x1⋯xn⎦⎥⎤ are not the same.
There is a precise mathematical way to say “may be regarded as”
which involves the concept of “isomorphism.” We will see this later
in the semester.
f False
It's the other way around
g False
you can add polynomials in P(F) no matter what their degree is.
h False
The degree could be lower if terms cancel. E.g. f(X)=1+X and g(X)=1−X both have degree 1, but their sum f(X)+g(X)=2 has degree zero.
i True
j Trueish
Again, what does "may be considered" mean?
k True, by definition
Problem 2
0M3×4(F)=⎝⎜⎛000000000000⎠⎟⎞
Problem 3
M13=3, M21=4, M22=5.
Problem 7
f and g are functions, so, by definition, f=g means f(t)=g(t) for all
t∈S. The set S has only two elements and we can compute f(t) and
g(t) for both elements of S and compare:
t∈S
f(t)
g(t)
f(t)+g(t)
h(t)
0
1
1
2
2
1
3
3
6
6
So we see that f(t)=g(t) and f(t)+g(t)=h(t) for all (both) t∈S.
Therefore f=g and h=f+g.
Problem 8: in writing your proof, say which axioms you use
We are asked to show that (a+b)(x+y)=ax+bx+ay+by for all a,b∈F
and all x,y∈V.
Proof:
(a+b)(x+y)=(a+b)x+(a+b)y=(ax+bx)+(ay+by)=ax+(bx+(ay+by))=ax+((bx+ay)+by))=ax+((ay+bx)+by))=ax+(ay+(bx+by))=(ax+ay)+(bx+by)=ax+ay+bx+by. (distributive law VS7)(distributive law VS8)(associative law VS2)(associative law VS2)(commutative law VS1)(associative law VS2)(associative law VS2)
In the last step we omited the parentheses because the associative law (VS2)
says that the order in which the additions are performed does not affect the
outcome.
Problem 12
V=F(R,R), W={f∈V∣f is even}, show that W is a vector space.
You could verify all the hypothesis of a vector space, but you could also show
that W is a linear subspace of V and use a theorem from the next section.
To prove that W is a subspace we check that it is (1) not empty, (2) closed under vector addition, and (3) closed under multiplication with scalars.
1. The zero function, defined by f(t)=0, is even because for all t∈R one has f(t)=0 and f(−t)=0 so that f(t)=f(−t): W is not empty
2. If f and g are even functions then h=f+g satisfies
h(−t)=f(−t)+g(−t)=f(t)+g(t)=h(t)def of h=f+gf and g are evendef of h=f+g again
for all t∈R. Therefore h is even. W is closed under addition.
3. If f is an even function and a∈R then g=af satisfies
g(−t)=af(−t)=af(t)=g(t)def of g=aff is evendef of g=af again
for every t∈R. Therefore g is even and therefore W is closed under multiplication with scalars.
Problem 13
Given V={(x1,x2)∣x1,x2∈R}, F=R, and define addition and scalar multiplication by
To distinguish these rules from the usual addition and scalar multiplication in R2 let's refer to them as hokey addition and hokey multiplication.
Question: Does this define a vector space?
Answer: No. Several of the axioms fail. While we only need one failing axiom to show that (V,F) is not a vector space, let's go through the list to see which ones fail and which ones don't.
VS1, VS2 hokey addition is commutative and associative.
VS3 The element z=(0,1) acts as a zero vector for hokey addition: for all
a=(a1,a2)∈V one has a+z=(a1,a2)+(0,1)=(a1+0,a2⋅1)=(a1,a2).
If there were another zero vector, say z~, then VS1–3 imply z=z+z~=z~. Therefore there is only one zero vector (we don't need the axioms VS4–8 for this.)
VS4 This axiom fails because the zero vector is z=(0,1), as we proved
above. If x=(0,0) then x=z so that x is not the zero vector for
hokey addition in V. If axiom VS4 were true then there would be a
y=(y1,y2)∈V such that x+y=z. But by the definition of hokey addition
we have x+y=(0,0)+(y1,y2)=(y1,0)=(0,1). So axiom VS4 fails.
VS5 This holds: 1⋅(a1,a2)=(1⋅a1,a2)=(a1,a2).
VS6 Also holds
VS7 This holds. To prove that VS7 actually holds you compute
These are different as long as x2=0 and x2=1 (so that x2=(x2)2).
Problem 14
V=Cn is a vectorspace over F=C. Is it a vector
space if we replace the field of numbers by R? More precisely, suppose we set
V=Cn and F=R and define addition and multiplication by
(x1,…,xn)+(y1,…,yn)=(x1+y1,…,xn+yn)
and
a(x1,…,xn)=(ax1,…,axn).
Is (V,F) then a vector space?
Answer: yes.
Reason: vector addition and scalar multiplication are exactly the
same as those for (Cn,C) so the axioms VS–8
still hold.
Problem 15
A very similar problem, but not exactly the same:
V=Rn is a vectorspace over F=R. Is it a vector
space if we replace the field of numbers by C? More precisely,
suppose we set V=Rn and F=C and define addition
and multiplication by
(x1,…,xn)+(y1,…,yn)=(x1+y1,…,xn+yn)
and
a(x1,…,xn)=(ax1,…,axn).
Is (V,F) then a vector space?
Answer: The definition of multiplication is broken because ax is not always
a vector in Rn. For example, if a=i=−1 and x=(1,1) then the
definition of multiplication would make us say ax=(i,i). But i is not a
real number so (i,i)∈Rn. Since multiplication is not well defined we
cannot verify the axioms, and this (V,F) is not a vector space.