Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
3
\usepackage{fullpage}
4
5
\title{Midterm Review}
6
\date{2018-07-18}
7
\begin{document}
8
\maketitle
9
10
Throughout, let $V,W$ be vector spaces over a field $F$ and $T:V\to W$ a linear
11
map.
12
\begin{enumerate}
13
\item
14
Prove that the intersection of 2 subspaces is a subspace.
15
\item
16
Let $V_1,V_2\subseteq V$ be subspaces. Find necessary and sufficient
17
conditions for $V_1\cup V_2$ to be a subspace.
18
\item
19
Let $V_1,V_2\subseteq V$ be subspaces. Find necessary and sufficient
20
conditions for $V_1\setminus V_2$ to be a subspace.
21
\item
22
Let $V_1,V_2\subseteq V$ be subspaces. Find necessary and sufficient
23
conditions for $V_1+ V_2=\{v_1+v_2:v_1\in V_1, v_2\in V_2\}$ to be a
24
subspace.
25
\item
26
Prove that $V_1+V_2:=\{v_1+v_2:v_1\in V_1, v_2\in V_2\}$ is the
27
smallest subspace of $V$ containing both $V_1$ and $V_2$.
28
\item
29
Prove that $V\times W$ is a vector space with the addition law and
30
scalar multiplication law derived from the addition law and scalar
31
multiplication law from $V$ and $W$ so
32
\[
33
(v_1, w_1)+(v_2,w_2)=(v_1+v_2, w_1+w_2), \quad
34
c(v_1,w_1)=(cv_1,cw_1).
35
\]
36
\item
37
Suppose $V_1, V_2$ are subspaces of a finite dimensional space $V$, prove
38
\[
39
\dim V_1+\dim V_2 -\dim V \leq \dim (V_1\cap V_2).
40
\]
41
\item
42
Prove that $S=\{p\in P_5(F):p''+2p'=0\}$ is a subspace of $P_5(F)$.
43
What is $\dim S$?
44
\item
45
Prove that $S = \{A\in M_n(F):\mathrm{tr}(A)=0\}$ is a subspace
46
of $M_n(F)$. What is $\dim S$?
47
\item
48
Is the set of invertible $n\times n$ matrices a subspace?
49
\item
50
Is the set of symmetric $n\times n$ matrices a subspace?
51
\item
52
Is the set of $3\times 3$ rank 2 matrices a subspace?
53
\item
54
Suppose $T:V\to W$ and $S:W\to V$ are linear maps so that $S\circ T$ is
55
an isomorphism. Prove that $S$ is onto and $T$ is one-to-one. Give an
56
example where $S$ is not one-to-one and $T$ is not onto.
57
\item
58
Prove that $T$ is onto if and only if $T(S)$ is spanning whenever $S$
59
is spanning.
60
\item
61
Prove that $T$ is one-to-one if and only if $T(S)$ is linearly
62
independent whenever $S$ is linearly independent.
63
\item
64
Prove that $T$ is an isomorphism if and only if $T(B)$ is a basis for
65
any basis $B$.
66
\item
67
Suppose $\{u,v\}$ is a basis for $V$. Is $\{u-v,u+v\}$
68
a basis for $V$?
69
\item
70
Suppose $\{u,v,w\}$ is a basis for $V$. Is $\{u-v,v-w,w-u\}$ a basis
71
for $V$?
72
\item
73
(Definitely not on exam) Let $B$ be a basis for $\mathbf{R}$ as a
74
$\mathbf{Q}$ vector space. Prove that $B$ is uncountable.
75
\end{enumerate}
76
\end{document}
77
78