-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnotations.tex
More file actions
337 lines (336 loc) · 15.9 KB
/
notations.tex
File metadata and controls
337 lines (336 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
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% FunctionalAnalysis
% notations.tex
%
% encoding: UTF-8
% EOL: LF
%
% format: LaTeX
% indent: spaces (2)
% width: 127
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
%
\chapter{Notations and Assumptions}
%\addcontentsline{toc}{chapter}{Notations and Conventions}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% LOGIC
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\section{Special terms}
\subsection{The \IFF convention}%
\IFF is a shorthand for ``if and only if". Splitting \IFF into \emph{if-then} clauses shows that it is a natural language %
version of the logical equivalence $\iff$. All definitions are understood to be \IFF clauses, which is consistent with the %
fact that every definition expresses an equivalence.
%
\subsection{The assignment operator}%
Given variables $\varit{a}$ and $\varit{b}$, $a \Def b$ is a special form of $a = b$. We say that $a\Def b$ \IFF $a$ and $b$ %
are \emph{assumed} to be equal. Typically, $a\Def b$ is used to indicate that $\varit{a}$ is assigned the value $b$ %
(some authors write $a:=b$) but, in a different context, $a \Def b$ may also denote $a=:b$, \ie, $a:=b$.
%
\subsection{Iverson brackets}\label{Iverson-notation}
Given a boolean expression $\phi$, the boolean value $\Iverson*{\phi}$ encodes the truth value of $\phi$ as a \texttt{bit}:
%
\begin{equation} \nonumber
\Iverson*{\phi}\Def
\begin{cases}
0 & \qquad (\phi \text{ is false}) \\
1 & \qquad (\phi \text{ is true}). \\
\end{cases}
\end{equation}
%
For example, $\Iverson[\big]{1 > 0} = 1$ but $\Iverson[\big]{ \sqrt{2} \in \Q} = 0$. For interpretations of Boolean operators %
in logic, see \cite{SpecifyingSystems}.
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% SETS
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\section{Sets}
\subsection{Subsets and supersets}%
$\subset$ and $\supset$ are the standard symbols for set ordering. No specific symbol is reserved for strict ordering, every %
constraint $X \neq Y$ will be explicitly stated when a strict subset is intended.
%
Given $A$ and $B$, $A\cup B$ is the union of $A$ and $B$. More generally, for any collection $\Gamma$, the union $U$ of %
$\Gamma$ is expressed as follows:
%
\begin{equation}
U \Def \bigcup \Gamma \Def \bigcup_{S \in \Gamma} S.
\end{equation}
%
Similarly, $\cap$ denotes intersection in the same manner. %
%
\subsection{Special mappings}
The identity $I$ (or $\mathrm{id}$) is the mapping $\set{(x,x)}{x\in X}$. Similarly, the projection %
$\pi = \set{((x, y), x)}{x \in X, y \in Y}$ always exists. Observe that $I$ is the diagonal of $X \times X$. %
%
\subsection{Equinumerosity}%
In a metric space context, $X\equiv Y$ means that $\phi$ is a surjective isometry. %
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% TVS
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\section{Topological vector spaces}
\subsection{Scalar field}%
$\C$ extends $\R$, which implies that a property, \eg, linearity, that holds over $\C$ also holds over $\R$. The complex %
case is therefore \emph{stronger} than the real case. This restriction may be significant in some contexts. However, the %
standard scalar field is $\C$. Unless the field is explicitly given, as in \citeFA{3.1 and 12.7}, we assume that results for %
$\C$ apply equally to the real case.
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Vector spaces
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\subsection{Vector space bases}\label{vector-space-basis}
Given a vector space $X$, a subset $B$ of $X$ is a basis of $X$ \IFF %
the sum %
%
\begin{align}
\set[\Big]{(z_u)_{u\in B}}{z_u \in \C, \set{u}{z_u \neq 0} \text{ is finite}} & \to X \\\nonumber
(z_u) & \mapsto \sum_{u \in B} z_u u
\end{align}
is a bijection from all \emph{finitely supported} families $(z_u)$ onto $X$. %
%
The axiom of choice (AC) forces %$
%
\renewcommand{\labelenumi}{(\alph{enumi})}
\begin{enumerate}
\item the existence of such $B$ %
(the proof is similar to the second part of the Hahn-Banach theorem \citeFA{3.1} with $B$ playing the role of
$\Lambda$); %
\item all bases to have the same cardinality, which is called the \emph{dimension} of $X$ and is denoted as $\dim{X}$. %
\end{enumerate}
%
We now turn to the finite-dimensional case over the field $\C$. The zero-dimensional case is $B =\emptyset$ %
, \ie, $X=\singleton{0}$. Our first step is to study $\C^n$, the standard $n$-dimensional vector space, when $\counting{n}$.
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Finite dimension
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\subsection{Finite-dimensional spaces}\label{notations: vector spaces: finite-dimensional vector spaces}%
\subsubsection{The product topology of $\C^n$}
$\C^n$ has the standard basis $1_{\singleton{1}},\dots, 1_{\singleton{n}}: \{1, \dots, n\} \to \{0, 1\}$, so that $z_k$ is %
the $k$-th component of %
%
\begin{equation}
(z_1,\dots, z_n) =
z_1 \cdot (\,\underbrace{1, 0, \dots}_{1_{\singleton{1}}}\,)
+ \cdots
+ z_k \cdot (\,\underbrace{0, \dots, 1, 0, \dots}_{1_{\singleton{k}}}\,)
+ \cdots
+ z_n \cdot (\,\underbrace{0, \dots, 1}_{1_{\singleton{n}}}\,) \in \C^n.
\end{equation}
%
A common notation is $e_k = 1_{\singleton{k}}$. Moreover, $\C^n$ is endowed with the product topology generated by all %
polydiscs %
%
\begin{equation}
\prod_{k=1}^{n} \set{z_k}{\magnitude*{z_k} < r_k} \qquad \bigl(\min(r_1, \dots, r_n) > 0 \bigr).
\end{equation}
%
In the next subsection, we prove that every $n$-dimensional topological vector space is linearly homeomorphic to $\C^n$ %
equipped with this product topology, or, equivalently, with any norm.
%
\subsubsection{Topology of a finite-dimensional vector space}%
To show this, choose an isomorphism $f: \C^n \to Y$. For instance, set $f(e_k) = u_k$, as in \citeFA{1.20}, when $\{u_k\}$ %
is a basis of the $n$-dimensional $Y$; see [\ref{vector-space-basis}]. It follows from \citeFA{1.21} that $f$ is a %
homeomorphism. A striking consequence is that %
%
$\set{f(U)}{U \text{ open in }\C^n}$ \emph{is the unique topological vector space topology on $Y$}. %
%
Thus, $Y$ is necessarily locally convex and locally bounded , \ie, normable; see \citeFA{1.39}. Note that the equality %
$\norm*[Y]{y}= \norm*[2]{f^{\minus 1}(y)}$ for all $y\in Y$ defines a norm on $Y$. Additionally, $Y$ is locally compact, as %
the closed unit ball of $\C^n$ is compact. Choose an $n$-dimensional topological vector space $W$, and repeat the same %
reasoning with $g: \C^n \to W$, then $h = g\circ f^{\,\minus 1}$, in place of $f$. Thus, $h: Y \to W$ is a homeomorphism and %
$W$ is normable as well. The following assertions are then equivalent in the finite-dimensional context: %
%
\renewcommand{\labelenumi}{(\roman{enumi})}
\begin{enumerate}
\item $\dim{W} = \dim{Y},$
\item $W$ and $Y$ are isomorphic,%
\item $W$ and $Y$ are linearly homeomorphic and normable.
\end{enumerate}
\renewcommand{\labelenumi}{(\alph{enumi})}
%
Moreover, the norms on $W$ and $Y$ are \emph{equivalent}. That is, for any given norm $\norm*[Y]{\cdot}$ on $Y$ and %
any given norm $\normtriple{W}{\cdot}$ on $W$, there exists a positive constant $C = C_h$ such that %
%
\begin{equation}
\normtriple{W}{h(y)} \leq C \normtriple{Y}{y} \qquad\bigl(y \in Y \bigr)
\end{equation}
%
because $h$ is continuous. When $h=\mathrm{id}_Y$, this means that all norms on $Y$ are equivalent, in the sense that %
%
\begin{equation}\label{notations:norm-equivalence}
\normtriple{Y}{y} \leq C \norm*[Y]{y}.
\end{equation}
%
We now introduce the versions of \eqref{notations:norm-equivalence} where $\norm*[Y]{\cdot}$ and $\normtriple{Y}{\cdot}$ %
denote the standard norms $i, j= 1, 2, \infty$; see \citeFA{1.19}.
%
\subsubsection{The standard norms $1$, $2$, and $\infty$}
When $\C^n$ is equipped with $\norm*[i]{\,\cdot\,}$ and $\norm*[j]{\,\cdot\,}$, the smallest possible constants %
$C_{i, j}$ such that %
%
\begin{equation}
\norm*[j]{z} \leq C_{i, j} \norm*[i]{z}
\end{equation}
%
are easily derived from the definitions of these norms, except for the case $C_{2, 1} = \sqrt{n}$, which requires the %
Cauchy-Schwarz inequality; see (1) in \citeFA{12.2}. The table below records these sharp $C_{i,j}$:
%
\begin{table}[h!]\centering
\begin{tabular}{|c|c|c|c|}
\hline
\diagbox{i}{j} & 1 & 2 & $\infty$ \\ \hline
1 & 1 & 1 & 1 \\ \hline
2 & $\sqrt{n}$ & 1 & 1 \\ \hline
$\infty$ & $n$ & $\sqrt{n}$ & 1 \\ \hline
\end{tabular}
\caption{Optimal $C_{i,j}$ for the norms $i, j = 1, 2, \infty$.}
\label{tab:sharp-constants}
\end{table}
%
\subsection{Continuity and boundedness in normed spaces}%
A linear mapping $\Lambda$ is said to be \emph{bounded} \IFF \emph{$\Lambda(E)$ is a bounded set for every bounded set $E$}; %
see \citeFA{1.31}. Linearity implies that $\Lambda: X \to Y$ is bounded \IFF
%
\begin{equation}
\norm*{\Lambda} \Def \sup{\set[\big]{\norm*{\Lambda x}}{\norm*{x} < 1}} < \infty,
\end{equation}
%
Given normed spaces $X$ and $Y$, bounded linear maps $\Lambda$ form a normed space $B(X,Y)$, where norm $\norm*{\Lambda}$ is %
given above; see \citeFA{4.1}. It is now easy to see that, in the current context, boundedness and continuity coincide. %
This is a particular case of \citeFA{2.8}. When $Y$ is the scalar field, this equivalence also comes from \citeFA{1.32}. %
Furthermore, we observe, that given a collection of bounded mappings $\Lambda\in B(X,Y)$, the property of equicontinuity
now reads as
%
\begin{equation}
\sup_{\Lambda}{\norm*{\Lambda}} < \infty.
\end{equation}
%
Thus, \emph{uniform boundedness} and uniform continuity coincide as well; \cf \citeFA{2.4}.
%
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Measure theory
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\section{Measure theory}
\subsection{Radon measures}\label{notations:Radon-measures}
Given a locally compact Hausdorff space $X$, \eg, $\R^n$, a positive Radon measure $\Lambda$ is a functional that is %
\emph{positive} on $C_c(X)$, in the sense that
%
\renewcommand{\labelenumi}{(\roman{enumi})}
\begin{enumerate}
\item $\phi \geq 0 \then \Lambda \phi \geq 0 \qquad \bigl(\phi \in C_c(X)\bigr)$.
\end{enumerate}
%
Theorem \citebook{2.14}{BigRudin} shows that positivity (i) implies the following \emph{continuity} property (ii):
\begin{enumerate}\setcounter{enumi}{1}
\item For each compact $K \subset X$ there exists a continuity bound $M_K$ such that %
\begin{equation*}\label{notations:definition-of-Radon-measure}
\magnitude*{\Lambda \phi} \leq M_K\norm*[\infty]{\phi} \qquad \bigl(\phi \in C_c(X): \supp{\phi} \subset K \bigr).
\end{equation*}
\end{enumerate}
\renewcommand{\labelenumi}{(\alph{enumi})}
%
Condition (ii) defines Radon measures in a more general sense; see \cite{AnalyseIII}. Furthermore, $\Lambda$ is bounded on %
$C_c(X)$ with respect to the supremum norm \IFF (ii) is strengthened by %
$\norm*[\infty]{\Lambda}\leq\sup\set{M_K}{K\text{ compact}} < \infty$. Such uniformly continuous functionals %
$\Lambda$ constitute the space of \emph{bounded} Radon measures. According to \citebook{6.19}{BigRudin}, each of them can be %
isometrically identified with a specific regular Borel measure $\mu$. Conversely, when the ambient space $X$ is compact, every
Radon measure is $\norm*[\infty]{\cdot}$-bounded. For instance, this case is addressed in Exercise 3 of Chapter 2. In measure %
theory, by \emph{support} of $\mu$, we mean:
%
\begin{equation}
\supp{\mu} \Def X \bigsetminus \bigcup \; V,
\end{equation}
%
where $V$ runs through all open sets of measure $0$. A very important Radon measure of support $\singleton{0}$, the %
\emph{Dirac delta function} is described in [\ref{annex-Dirac}].
%
\subsection{Lebesgue integration}\label{notations:Lebesgue-integration}
Theorem \citebook{2.14}{BigRudin} states that every positive Radon measure $\Lambda: C_c(X)\to \C$ is identified with a %
positive and regular Borel measure $\beta:X \to \R$. By ``regular'', we mean that
%
\begin{equation}
\sup\set{\beta(K)}{K \subset E,\, K \text{ compact}} = \beta(E) = \inf\set{\beta(U)}{E \subset U,\, U \text{ open}}
\end{equation}
%
when $E$ is measurable. This justifies the following definition of the Lebesgue integral:
%
\begin{equation}\label{definition-of-sum}
\int_{X} \phi \diff{\beta} \Def \Lambda \phi \qquad \bigl(\phi \in C_c(X)\bigr),
\end{equation}
%
The standard example is $X=\R$ with $\beta=\beta_\R$ the Lebesgue measure on Borel sets. The regularity property implies that %
$\beta$ has total mass
%
\begin{equation}
\int_{X} 1 \diff{\beta} \Def \sup \set[\big]{\Lambda \phi}{\phi \in C_c(X), 0 \leq \phi \leq 1} \leq \infty.
\end{equation}
%
When we substitute $f\,\beta$ for $\beta$, with $f$ measurable, \eqref{definition-of-sum} takes the form %
%
\begin{equation}\label{Borel-integral}
\int_{X} \phi \, f \diff{\beta} = \Lambda \phi.
\end{equation}
%
In particular, if $f$ is positive, then $f\,\beta$ is a regular Borel measure such that
%
\begin{equation}
\int_{X} f \diff{\beta} = \sup \set{\Lambda \phi}{\phi \in C_c(X), 0 \leq \phi \leq 1}.
\end{equation}
%
For general $f$, let $N = N(\beta)$ be the set $\set{u}{u= 0 \;\,\beta\text{-a.e.}}$. Observe that the density $f$ and the %
measure $\Lambda$ are identified modulo $N$ in \eqref{Borel-integral}. Algebraically speaking: %
%
\begin{equation}
g\,\beta = f\,\beta \iff g-f \in N.
\end{equation}
%
A central question in calculus is whether the integral of the modulus, namely
%
\begin{equation}
\magnitude*{f}_1 \Def \int_{X}\magnitude*{f}\diff{\beta} \qquad \left(f \text{ $X$-measurable}\right),
\end{equation}
%
is finite. This motivates the following definitions:%
%
\begin{equation}
\mathcal{L}^1(X, \beta)\Def \set[\Big]{f}{\magnitude*{f}_1 < \infty}
\subset \mathcal{L}^1_{\text{loc}}(X,\beta)
\Def \bigcap \set[\Big]{\mathcal{L}^1(K,\beta)}{K \text{ compact.}}.
\end{equation}
%
Standard notation $\mathcal{L}^1(\beta)$ is used to avoid redundancy, or simply $\mathcal{L}^1$ when the context is clear. %
Key points include:
%
\renewcommand{\labelenumi}{(\alph{enumi})}
\begin{enumerate}
\item $\mathcal{L}^1$, equipped with $\magnitude*{\cdot}_1$, is a seminormed space,
\item $N$ is a closed subspace of the seminormed space $\mathcal{L}^1$.
\end{enumerate}
%
Together, these two facts imply that $L^1 = \mathcal{L}^1/N$, equipped with the norm %
%
\begin{equation}
\norm*[1]{f + N} \Def \magnitude*{f}_1 \qquad (f \in \mathcal{L}^1),
\end{equation}
%
is a Banach space. These definitions and properties extend to $L^p$ spaces ($p> 1$), as follows
%
\begin{align}
\mathcal{L}^p &\Def \set[\big]{f}{\magnitude*{f}^p \in \mathcal{L}^1}, \\
L^p & \Def \mathcal{L}^p / N, \\
\norm*[p]{f+N} &\Def \left(\int_X \magnitude*{f}^p \right)^{1/p} \qquad (f \in \mathcal{L}^p).
\end{align}
%
Similar \emph{quasi-Banach} $L^p$ spaces exist for $0< p < 1$, with the notable difference that $\norm*[p]{f+N}$ no longer %
defines a norm (the triangle inequality is lost). In contrast, $L^\infty = \set{f+N}{\norm*[\infty]{f+N} < \infty}$, equipped %
with the \emph{quotient norm}
%
\begin{equation}
\norm*[\infty]{f+N} \Def \inf\set[\big]{M}{\magnitude*{f} < M \;\,\beta \text{-a.e.}}
\end{equation}
%
is a Banach space.%
%
% END
%
%