-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvector_space.tex
More file actions
406 lines (369 loc) · 15.9 KB
/
vector_space.tex
File metadata and controls
406 lines (369 loc) · 15.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
\chapter{Vector Space}
\section{Basic Definitions and Properties}
\begin{definition}{Vector Space}{vector_space}
Let $K$ be a field. A \textbf{$K$-vector space} is an abelian group $(V, +)$ equipped with a map (called \textbf{scalar multiplication})
\[
\begin{aligned}
K\times V & \longrightarrow V\\
(\lambda, v) & \longmapsto \lambda v
\end{aligned}
\]
such that the following conditions hold for all $u,v,w\in V$ and $\lambda, \mu\in K$:
\begin{enumerate}[(i)]
\item (Distributivity over vector addition) $\lambda(v+w) = \lambda v + \lambda w$.
\item (Distributivity over field addition) $(\lambda+\mu)v = \lambda v + \mu v$.
\item (Compatibility of scalar multiplication) $(\lambda\mu)v = \lambda(\mu v)$.
\item (Identity element of scalar multiplication) $1_K v = v$, where $1_K$ is the multiplicative identity in $K$.
\end{enumerate}
\end{definition}
\begin{lemma}{}{inverse_inclusion_under_scalar_multiplication}
Let $V$ be a $K$-vector space and $S,T$ be subsets of $V$.
\begin{enumerate}[(i)]
\item Suppose $\lambda \in K^\times$. Then we have
\[
\lambda S \subseteq T \implies S \subseteq \lambda^{-1}T.
\]
\item For all $c_1, c_2\in K$ we have
\[
c_1 (c_2 S) = (c_1 c_2)S
\]
\item Suppose $\lambda \in K^\times$. Then we have
\[
S = T \iff \lambda S =\lambda T.
\]
\item $1_K S = S$.
\end{enumerate}
\end{lemma}
\begin{prf}
\begin{enumerate}[(i)]
\item
Suppose $\lambda S \subseteq T$. Then we have
\begin{align*}
s \in S & \implies \lambda s \in \lambda S\\
& \implies \lambda s \in T\\
& \implies \exists t\in T,\; \lambda s = t \\
& \implies s = \lambda^{-1}t \in \lambda^{-1}T \\
& \implies s \in \lambda^{-1}T,
\end{align*}
which implies $S \subseteq \lambda^{-1}T$.
\item
For all $s\in S$, we have
\[
\begin{aligned}
x \in c_1 (c_2 S) & \iff \exists s\in S,\; x = c_1(c_2 s)\\
& \iff \exists s\in S,\; x = (c_1 c_2)s\\
& \iff x \in (c_1 c_2)S.
\end{aligned}
\]
\item \begin{align*}
\lambda S = \lambda T & \implies \lambda S \subseteq \lambda T \text{ and } \lambda T \subseteq \lambda S \\
& \implies S \subseteq \lambda^{-1}(\lambda T) \text{ and } T \subseteq \lambda^{-1}(\lambda S)\\
& \implies S \subseteq T \text{ and } T \subseteq S\\
& \implies S = T.
\end{align*}
\end{enumerate}
\end{prf}
\section{Tensor Product of Vector Spaces}
\begin{proposition}{}{}
Let $V, W$ be vector spaces over a field $K$. If either $V$ or $W$ is finite-dimensional, then we have natural isomorphisms
\[
\begin{aligned}
\mathsf{Hom}_{\mathsf{Vect}_K}(V, W) & \cong V^\vee\otimes W.
\end{aligned}
\]
\end{proposition}
If $V$ is a vector space over a field $K$, then the dual space of $V$ is defined to be the vector space
\[
V^\vee = \mathsf{Hom}_{\mathsf{Vect}_K}(V, K).
\]
\begin{proposition}{}{}
Let $V$ be vector spaces over a field $K$ and $A$ is a basis of $V$. Then we have isomorphism
\[
\begin{aligned}
V & \cong \bigoplus_{a\in A} K.
\end{aligned}
\]
And we have isomorphism for the dual space
\[
\begin{aligned}
V^\vee & \cong\left( \bigoplus_{a\in A} K\right)^\vee\cong \prod_{a\in A} K\cong K^A.
\end{aligned}
\]
If $|A|$ is finite, then we have
\[
\begin{aligned}
\dim V^\vee & = |A|.
\end{aligned}
\]
If $|A|$ is infinite, then we have
\[
\dim V^\vee = |K^A|> |A|.
\]
\end{proposition}
\begin{definition}{Transpose of a Linear Map}{}
Let $V, W$ be vector spaces over a field $K$ and $f\in \mathsf{Hom}_{\mathsf{Vect}_K}(V, W)$. The transpose of $f$ is the linear map
\[
\begin{aligned}
f^*: W^\vee & \longrightarrow V^\vee\\
\phi & \longmapsto \phi\circ f.
\end{aligned}
\]
The following identity holds for all $\phi\in W^\vee$ and $v\in V$
\[
\begin{aligned}
\langle f^*(\phi),v \rangle= \langle\phi, f(v)\rangle.
\end{aligned}
\]
The map
\[
\begin{aligned}
{}^*: \mathsf{Hom}_{\mathsf{Vect}_K}(V, W) &\longrightarrow \mathsf{Hom}_{\mathsf{Vect}_K}(W^\vee, V^\vee)\\
f & \longmapsto f^*
\end{aligned}
\]
is an injective linear map. ${}^*$ is an isomorphism, if and only if $W$ is finite-dimensional.
From the viewpoint of category theory, taking the dual of vector spaces and the transpose of linear maps is the contravariant functor $\mathrm{Hom}_{\mathsf{Vect}_K}(-, K)$
\[
\begin{tikzcd}[ampersand replacement=\&]
K\text{-}\mathsf{Vect}^{\mathrm{op}}\&[-25pt]\&[+10pt]\&[-30pt] K\text{-}\mathsf{Vect}\&[-30pt]\&[-30pt] \\ [-15pt]
V \arrow[dd, "f"{name=L, left}]
\&[-25pt] \& [+10pt]
\& [-30pt] V^\vee\arrow[dd, "f^*"{name=R}] \&[-20pt]\ni\& [+10pt]\phi \arrow[dd, mapsto, "f^*"{name=L, right}]
\\ [-10pt]
\& \phantom{.}\arrow[r, "{\mathrm{Hom}_{\mathsf{Vect}_K}(-, K)}", squigarrow]\&\phantom{.} \& \\[-10pt]
W \& \& \& W^\vee\&[-0pt]\ni\& \phi\circ f
\end{tikzcd}
\]
\end{definition}
\section{Bilinear Forms}
\begin{definition}{Bilinear Map}{bilinear_map}
Let $V$ and $W$ be vector spaces over a field $K$. A map $B: V\times W\to K$ is said to be \textbf{bilinear} if
\begin{enumerate}[(i)]
\item For all $w\in W$, the map
\begin{align*}
B(\cdot, w): V &\longrightarrow K\\
v &\longmapsto B(v, w)
\end{align*}
is linear.
\item For all $v\in V$, the map
\begin{align*}
B(v, \cdot): W &\longrightarrow K\\
w &\longmapsto B(v, w)
\end{align*}
is linear.
\end{enumerate}
\end{definition}
\begin{definition}{Bilinear Form}{bilinear_form}
A bilinear map $B: V\times V\to K$ is called a \textbf{bilinear form} on $V$.
\end{definition}
\begin{definition}{Nondegenerate Bilinear Form}{nondegenerate_bilinear_form}
A bilinear form $B: V\times V\to K$ is said to be \textbf{nondegenerate} if the linear map
\begin{align*}
V &\longrightarrow V^\vee\\
v &\longmapsto B(\cdot, v)
\end{align*}
is an injection.
\end{definition}
\begin{proposition}{Equivalent Characterizations of Nondegenerate Bilinear Forms}{}
Let $V$ be a finite-dimensional vector space over a field $K$ and $B: V\times V\to K$ be a bilinear form. The following conditions are equivalent:
\begin{enumerate}[(i)]
\item $B$ is nondegenerate.
\item The linear map
\begin{align*}
V &\longrightarrow V^\vee\\
v &\longmapsto B(\cdot, v)
\end{align*}
is an isomorphism.
\item
\[
\left(\forall y\in V,\; B(x,y)=0 \right)\implies x=0.
\]
\end{enumerate}
\end{proposition}
\section{Inner Product Space}
\subsection{Sesquilinear Forms}
\begin{definition}{Antilinear Map}{}
Let $V$ and $W$ be vector spaces over $\mathbb{C}$. A map $f: V\to W$ is said to be \textbf{antilinear} or \textbf{conjugate linear} if for all $v_1, v_2\in V$ and $\lambda\in \mathbb{C}$, we have
\[
f(v_1+v_2) = f(v_1) + f(v_2),\quad f(\lambda v) = \overline{\lambda}f(v).
\]
\end{definition}
\begin{definition}{Sesquilinear Map}{}
Let $V$ and $W$ be vector spaces over $\mathbb{C}$. A map $B: V\times V\to W$ is said to be \textbf{sesquilinear} if
\begin{enumerate}[(i)]
\item For each $v\in V$, $B(\cdot, v)$ is linear.
\item For each $u\in V$, $B(u, \cdot)$ is antilinear.
\end{enumerate}
\end{definition}
\begin{definition}{Sesquilinear Form}{}
A map $B: V\times V\to \mathbb{C}$ is called a \textbf{sesquilinear form} on $V$ if it is a sesquilinear map.
\end{definition}
Sesquilinear maps are completely determined by their values on the diagonal, as follows.
\begin{proposition}{Polarization Identity}{polarization_identity}
Suppose $V$ and $W$ be vector spaces over $\mathbb{C}$ and $B: V\times V\to W$ is a sesquilinear form. Let $Q(v) := B(v, v)$. The \textbf{polarization identity} is given by
\[
\begin{aligned}
B(v_1, v_2) = \frac{1}{4}\left(Q(v_1+v_2) - Q(v_1-v_2) + iQ(iv_1+v_2) - iQ(iv_1-v_2)\right).
\end{aligned}
\]
\end{proposition}
\begin{definition}{Hermitian Form}{}
A sesquilinear form $B: V\times V\to \mathbb{C}$ is called a \textbf{Hermitian form} if it satisfies the condition
\[
B(v_1, v_2) = \overline{B(v_2, v_1)}.
\]
\end{definition}
\begin{proposition}{Equivalent Characterizations of Hermitian Forms}{}
Let $B: V\times V\to \mathbb{C}$ be a sesquilinear form on a complex vector space $V$. The following conditions are equivalent:
\begin{enumerate}[(i)]
\item $B$ is a Hermitian form.
\item For all $v\in V$, we have $B(v, v) \in \mathbb{R}$.
\end{enumerate}
\end{proposition}
\begin{prf}
Let $Q(v) := B(v, v)$.
\begin{itemize}
\item If $B$ is a Hermitian form, then for all $v\in V$, we have
\[
B(v, v) = \overline{B(v, v)}.
\]
Since $B(v, v)$ is a complex number equal to its own conjugate, it must be real.
\item Conversely, if $Q(v)=B(v, v) \in \mathbb{R}$ for all $v\in V$, then for any $v_1, v_2\in V$, we have
\[
\begin{aligned}
\overline{B(v_2, v_1)}&= \frac{1}{4} \left(Q(v_2+v_1) - Q(v_2-v_1) + \overline{i}Q(iv_2+v_1) - \overline{i}Q(iv_2-v_1)\right)\\
&= \frac{1}{4} \left(Q(v_2+v_1) - Q(-(v_1-v_2)) - iQ(-i(iv_1-v_2)) + iQ(i(iv_1+v_2))\right)\\
&= \frac{1}{4} \left(Q(v_1+v_2) - Q(v_1-v_2) + iQ(iv_1+v_2) - iQ(iv_1-v_2)\right)\\
&= B(v_1, v_2),
\end{aligned}
\]
which shows that $B$ is a Hermitian form.
\end{itemize}
\end{prf}
\begin{definition}{Positivity}{}
A sesquilinear form $B: V\times V\to \mathbb{C}$ is said to be \textbf{positive} if for all $v\in V$, we have
\[
B(v, v) \ge 0.
\]
\end{definition}
\begin{proposition}{Properties of Positive Sesquilinear Forms}{}
Let $B: V\times V\to \mathbb{C}$ be a positive sesquilinear form and let $Q(v) := B(v, v)$. The following properties hold:
\begin{enumerate}[(i)]
\item Every positive sesquilinear form is Hermitian.
\item (Cauchy-Schwarz Inequality) For all $v_1, v_2\in V$, we have
\[
|B(v_1, v_2)|^2 \le Q(v_1) Q(v_2).
\]
\item (Minkowski Inequality) For all $v_1, v_2\in V$, we have
\[
Q(v_1+v_2)^{\frac12} \le Q(v_1)^{\frac12}+ Q(v_2)^{\frac12}.
\]
\end{enumerate}
\end{proposition}
\subsection{Inner Product Space}
\begin{definition}{Positive Definiteness}{}
Let $B: V\times V\to \mathbb{C}$ be a sesquilinear form on a $\mathbb{C}$-linear space $V$. The form $B$ is said to be \textbf{positive-definite} if for all $v\in V-\{0\}$, we have
\[
B(v, v)> 0.
\]
\end{definition}
\begin{definition}{Inner Product Space}{}
Let $\Bbbk=\mathbb{R}\text{ or } \mathbb{C}$. A \textbf{inner product space} is a $\Bbbk$-linear space $V$ equipped with a map $\langle\cdot,\cdot\rangle: V\times V\to \Bbbk$ such that the following conditions hold:
\begin{enumerate}[(i)]
\item (Linearity in the first argument): For all $v_1, v_2\in V$ and $\lambda\in \Bbbk$, we have
\[ \langle v_1 + v_2, v_3 \rangle = \langle v_1, v_3 \rangle + \langle v_2, v_3 \rangle,\quad \langle \lambda v_1, v_2 \rangle = \lambda \langle v_1, v_2 \rangle.
\]
\item (Conjugate symmetry): For all $v_1, v_2\in V$, we have
\[ \langle v_1, v_2 \rangle = \overline{\langle v_2, v_1 \rangle}.
\]
\item (Positive-definiteness): For all $v\in V-\{0\}$, we have
\[ \langle v, v \rangle > 0.
\]
\end{enumerate}
The map $\langle\cdot,\cdot\rangle: V\times V\to \Bbbk$ is called the \textbf{inner product} on $V$.
\end{definition}
\begin{definition}{Complex Inner Product Space}{}
A \textbf{complex inner product space} is a complex vector space $V$ equipped with a positive-definite Hermitian form $\langle\cdot,\cdot\rangle: V\times V\to \mathbb{C}$, which is called the \textbf{inner product} on $V$.
\end{definition}
\begin{proposition}{Parallelogram Law}{}
Let $V$ be an inner product space over $\Bbbk$. Then for all $v_1, v_2\in V$, we have
\[
\Vert v_1+v_2\Vert^2 + \Vert v_1-v_2 \Vert^2 = 2\Vert v_1 \Vert^2 + 2\Vert v_2 \Vert^2.
\]
\end{proposition}
\subsection{Orthogonality}
\begin{definition}{Orthogonality}{}
Let $V$ be an inner product space.
\begin{itemize}
\item Two vectors $v_1, v_2\in V$ are said to be \textbf{orthogonal} if
\[
\langle v_1, v_2 \rangle = 0,
\]
which is denoted by $v_1\perp v_2$.
\item A vector $v\in V$ is said to be \textbf{orthogonal to a subspace} $W\subseteq V$ if
\[
\langle v, w \rangle = 0 \text{ for all } w\in W,
\]
which is denoted by $v\perp W$.
\item Let $W_1, W_2\subseteq V$ be subspaces of $V$. We say that $W_1$ and $W_2$ are \textbf{orthogonal} if
\[
\langle w_1, w_2 \rangle = 0 \text{ for all } w_1\in W_1 \text{ and } w_2\in W_2,
\]
which is denoted by $W_1\perp W_2$.
\end{itemize}
\end{definition}
\begin{proposition}{}{}
Let $V$ be an inner product space over $\Bbbk$. Then we have
\begin{enumerate}[(i)]
\item Let $x,y,z\in V$. If $x\perp z$ and $y\perp z$, then $(a x+b y)\perp z$ for all $a,b\in \Bbbk$.
\item Let $x\in V$. We have
\[
x \perp x\iff x=0.
\]
\item Let $W_1, W_2\subseteq V$ be subspaces. If $W_1\perp W_2$, Then
\[
W_1\cap W_2 = \{0\}.
\]
\end{enumerate}
\end{proposition}
\begin{prf}
\begin{enumerate}[(i)]
\item Let $x,y,z\in V$ and $a,b\in \Bbbk$. Then we have
\[ \begin{aligned}
\langle ax+by, z \rangle &= a\langle x, z \rangle + b\langle y, z \rangle\\
&= a\cdot 0 + b\cdot 0 = 0.
\end{aligned}
\]
Thus, $ax+by\perp z$.
\item Let $x\in V$ and assume $x\perp x$. Then we have
\[ \begin{aligned}
\langle x, x \rangle &= 0.
\end{aligned}
\]
Since the inner product is positive-definite, we have $\langle x, x \rangle > 0$ for all $x\in V-\{0\}$. Therefore, $x$ must be the zero vector, i.e., $x=0$. Conversely, if $x=0$, then we have $\langle 0, 0 \rangle = 0$, which implies $0\perp 0$.
\item Let $W_1, W_2\subseteq V$ be subspaces and assume $W_1\perp W_2$. Let $x\in W_1\cap W_2$. Then we have $x\in W_1$ and $x\in W_2$. By the definition of orthogonality, we have $x \perp x$. By the previous part, we have $x=0$. Thus, $W_1\cap W_2 = \{0\}$.
\end{enumerate}
\end{prf}
\begin{definition}{Orthogonal Complement}{}
Let $V$ be an inner product space and $W\subseteq V$ be a subspace. The \textbf{orthogonal complement} of $W$, denoted by $W^\perp$, is defined as
\[
W^\perp = \{ v\in V \mid v\perp W\}.
\]
The orthogonal complement is a closed subspace of $V$.
\end{definition}
\begin{proposition}{Properties of Orthogonal Complements}{}
Let $V$ be an inner product space and $W\subseteq V$ be a subspace. The following properties hold:
\begin{enumerate}[(i)]
\item $W\perp W^\perp$.
\item $W\cap W^\perp = \{0\}$.
\item If $W_1\subseteq W_2\subseteq V$ are subspaces, then
\[
W_2^\perp \subseteq W_1^\perp.
\]
\item
\[
W^{\perp} = \left(\overline{W}\right)^\perp=\left(\overline{\mathrm{span}(W)}\right)^\perp.
\]
\item If $W$ is finite-dimensional, then $\dim W + \dim W^\perp = \dim V$.
\end{enumerate}
\end{proposition}