-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path16.1.tex
334 lines (240 loc) · 9.47 KB
/
16.1.tex
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
\mysubsection{逐点收敛的定义与例子}
\begin{definition}
设 $X$ 为非空集合. $f_n:X\to\RR$ 是一列函数.
设 $x\in X$. 称 $f_n$ 在 $x$ 处收敛,若极限
$$
\lim_{n\to\infty}f_n(x)
$$
存在.
\end{definition}
\begin{definition}
令 $E\triangleq\set{x\in X|\lim_{n\to\infty}f_n(x)\text{ 存在}}$.
称 $E$ 为函数列 $\set{f_n}$ 的收敛集(收敛域).
\end{definition}
\begin{definition}
设 $E$ 为 $\set{f_n}$ 的收敛集. 定义 $f:E\to\RR$ 为
$$
f(x)\triangleq\lim\limits_{n\to\infty}f_n(x)
$$
称 $f$ 为 $\set{f_n}$ 在收敛集 $E$ 上的极限.
\end{definition}
\begin{definition}
设 $f_n,f$ 均为 $X$ 上的实值函数.
若 $\forall x\in X,f_n(x)\to f(x)$,则称 $f_n$ 逐点收敛到 $f$. 记为 $f_n\to f$.
\end{definition}
\begin{example}
$f_n(x)=x^n$
则 $\set{f_n}$ 的收敛集为 $E=(-1,1]$,且其极限函数为
$$
f(x)=\begin{cases}
0 & x\in(-1,1)\\
1 & x=1
\end{cases}
$$
\end{example}
\begin{example}
$f_n(x)=\dfrac{\sin n^2x}{n}$
\end{example}
\begin{example}
$f_n(x)=\dfrac{\sin nx}{n^2}$
\end{example}
\begin{example}
$f_n(x)=2(n+1)x(1-x^2)^n,X=[0,1]$
\end{example}
\begin{example}
$f_n(x)=\lim_{m\to\infty}\cos(n!\pi x)^{2m}$
\vspace{0.2em}
可见 $f_n(x)\to D(x)$,其中 $D(x)$ 为 Dirichlet 函数.
\end{example}
\mysubsection{序列收敛的基本问题}
在分析中,我们经常取极限. 而我们经常关心的问题是:序列的性质在取完极限后是否得到保持?
例如有函数列 $f_n:\RR\to\RR$ 以及 $f:\RR\to\RR$ 满足 $f_n\to f$.
则有以下几个基本问题:
\begin{enumerate}
\item 若 $f_n$ 均连续,则是否有 $f$ 连续?
\item 若 $f_n$ 均可导,则是否有 $f$ 可导?进一步是否有 $f_n'\to f'$?
\item 若 $f_n\in\mathcal{R}[a,b]$,则是否有 $f\in\mathcal{R}[a,b]$?进一步是否有 $\displaystyle\int_a^bf_n(x)\dd x\to\int_a^bf(x)\dd x$?
\end{enumerate}
以下,我们用第 $1$ 节的例子来证明:在没有进一步假设的情况下,以上问题的答案均可能为否定.
\begin{example}
$f_n(x)=x^n$ 均在 $[0,1]$ 上连续,但其极限 $f(x)=\begin{cases}
0 & x\in[0,1)\\
1 & x=1
\end{cases}$ 不连续.
\end{example}
\begin{example}
$f_n(x)=\dfrac{\sin n^2x}{n}\to f(x)=0$.
\vspace{0.2em}
但 $f'_n(x)=n\cos n^2x\not\to f'(x)=0$
\end{example}
\begin{example}
$f_n(x)=\dfrac{\sin nx}{n^2}\to f(x)=0$
\vspace{0.2em}
且 $f'_n(x)=\dfrac{\cos nx}{n}\to f'(x)=0$
\end{example}
\begin{example}
$f_n(x)=2(n+1)x(1-x^2)^n\to f(x)=0,\forall x\in X=[0,1]$.
\vspace{0.2em}
但 $\displaystyle\int_0^1f_n(x)\dd x=1\not\to\int_0^1f(x)\dd x=0$
\end{example}
\begin{example}
$f_n(x)=\lim\limits_{m\to\infty}(\cos n!\pi x)^{2m},x\in[0,1]$ 仅在有限个点上非零,从而 $f_n\in\mathcal{R}[0,1]$.
\vspace{0.2em}
但 $f_n(x)\to D(x)$,而 $D(x)\notin\mathcal{R}[0,1]$.
\end{example}
\begin{example}
在分析中一个十分重要的特例如下:
设 $I=[a,b]$. 设 $f_n:I\to\RR$ 为 $C^{(1)}$ 光滑.
则有以下问题:
\begin{enumerate}
\item 形式函数项级数 $\sum\limits_{n=1}^\infty f_n(x)$ 在哪些点收敛?
\item 若其在 $[a,b]$ 上收敛,其极限 $S(x)$ 是否为 $C^{(1)}$ 光滑?
\item 若 $S(x)\in C^{(1)}(I)$,是否有
$$
S'(x)=\left(\sum_{n=1}^\infty f_n(x)\right)'=\sum_{n=1}^\infty f_n'(x)
$$
\end{enumerate}
用刚才的术语来描述这个问题,可以这样来表达:令
$$
S_n(x)\triangleq\sum_{j=1}^nf_j(x)
$$
则 $S_n(x)\in C^{(1)}(I)$. 上面三个问题变为:
\begin{enumerate}
\item $S_n(x)$ 是否在 $[a,b]$ 上逐点收敛?
\item 若 $S_n(x)\to S(x)$,是否有 $S\in C^{(1)}(I)$?
\item 若 $S\in C^{(1)}(I)$,是否有 $S_n'(x)\to S'(x)$?
\end{enumerate}
基于我们之前的讨论,我们知道:如上问题的答案均可能为否定!
\end{example}
\begin{example}
以上的问题有一个正面的结论:
设 $\sum\limits_{n=0}^\infty a_nx^n$ 为形式幂级数. 设其收敛半径
$$
R=\frac{1}{\displaystyle\overline{\lim\limits_{n\to\infty}}\sqrt[n]{\abs{a_n}}}>0
$$
则 $\sum\limits_{n=0}^\infty a_nx^n$ 在 $(-R,R)$ 上绝对收敛,$C^{(\infty)}$ 光滑且
$$
\left(\sum_{n=0}^\infty a_nx^n\right)'=\sum_{n=1}^\infty na_nx^{n-1}
$$
本章,我们还会就幂级数展开做更深入的讨论.
\end{example}
\mysubsection{函数族的收敛与一致收敛}
本节我们定义函数列的一致收敛. 且为了更广泛的应用,我们讨论一族函数的一致收敛性.
\begin{definition}
设 $X,T$ 为非空集合,函数 $F:X\times T\to\RR$. 在固定 $t\in T$ 时,我们使用记号
$$
f_t:X\to\RR,f_t(x)\triangleq F(x,t)
$$
由此我们得到一族 $X$ 上的函数 $\set{f_t|t\in T}$.
我们称 $T$ 为参数集(参数域).
\end{definition}
在本课程中,$T$ 绝大多数时候取为 $\mathbb{N},\RR,\mathbb{C}$. 但从定义的角度,其可以是任何非空集合.
在这个更广泛的框架下,首先我们可以重复之前逐点收敛的定义.
\begin{definition}
设 $\set{f_t:X\to\RR|t\in T}$ 是一族函数. 设 $\mathcal{B}$ 是 $T$ 的一个基.
设 $x\in X$. 若 $\lim\limits_\mathcal{B}f_t(x)$ 存在,则称 $\set{f_t}$ 在 $x$ 处收敛. 定义
$$
E\triangleq\set{x\in X|\lim\limits_\mathcal{B}f_t(x)\text{ 存在}}
$$
称 $E$ 为函数族 $\set{f_t|t\in T}$ 的收敛集(收敛域).
定义 $f:E\to\RR$ 为
$$
f(x)\triangleq\lim\limits_\mathcal{B}f_t(x)
$$
称 $f$ 为 $\set{f_t}$ 在 $E$ 上的极限函数.
\end{definition}
\begin{definition}
设 $\set{f_t|t\in T}$ 是 $X$ 上的一族函数. 设 $\mathcal{B}$ 是 $T$ 的一个基.
设 $E\subset X$,函数 $f:E\to\RR$. 称 $\set{f_t}$ 在 $E$ 上逐点收敛到 $f$,若
$$
\lim_\mathcal{B}f_t(x)=f(x),\forall x\in E
$$
记为(在 $E$ 上)$f_t\xrightarrow[\mathcal{B}]{}f$.
\end{definition}
\begin{example}
设 $T=\RR\setminus\set{0},f_t(x)=e^{-(x/t)^2}$,基 $\mathcal{B}$ 为 $t\to 0$.
\vspace{0.2em}
则 $\displaystyle\lim_{t\to 0}f_t(x)=\begin{cases}
1 & x=0\\0 & x\ne 0
\end{cases}$
\end{example}
最后,我们来给出一致收敛的定义.
\begin{definition}
设 $\set{f_t:X\to\RR,t\in T}$ 是一族函数. 设 $\mathcal{B}$ 是 $T$ 的一个基.
设 $E\subset X$,函数 $f:E\to\RR$. 称 $f_t$ 在 $E$ 上一致收敛到 $f$,若
$$
\forall\eps>0,\exists B\in\mathcal{B},\forall t\in B,\forall x\in E,\abs{f_t(x)-f(x)}<\eps
$$
记为(在 $E$ 上)$f_t\underset{\mathcal{B}}{\rightrightarrows}f$.
\end{definition}
作为对照,我们可以导出逐点收敛与一致收敛的形式定义:
$$
\begin{aligned}
&f_t\xrightarrow[\mathcal{B}]{}f\iff\forall\eps>0,\forall x\in E,\exists B\in\mathcal{B},\forall t\in B,\abs{f_t(x)-f(x)}<\eps\\
&f_t\underset{\mathcal{B}}{\rightrightarrows}f\iff\forall\eps>0,\exists B\in\mathcal{B},\forall x\in E,\forall t\in B,\abs{f_t(x)-f(x)}<\eps\\
\end{aligned}
$$
\begin{hint}
可以将定义与函数的连续性及一致收敛性相对照.
\end{hint}
二者定义的另一个直观等价定义如下:
令 $\Delta_t(x)\triangleq\abs{f_t(x)-f(x)},\Delta_t\triangleq\sup\limits_{x\in E}\Delta_t(x)$. 则
$$
\begin{aligned}
&f_t\xrightarrow[\mathcal{B}]{}f\iff\forall x\in E,\Delta_t(x)\xrightarrow[\mathcal{B}]{}0\\
&f_t\underset{\mathcal{B}}{\rightrightarrows}f\iff\Delta_t\xrightarrow[\mathcal{B}]{}0
\end{aligned}
$$
特别的,如上的等价定义清晰地表明
$$
f_t\underset{\mathcal{B}}{\rightrightarrows}f\implies f_t\xrightarrow[\mathcal{B}]{}f
$$
\begin{example}
定义 $f_t:[0,1]\to\RR$ 如下
\begin{center}
\begin{tikzpicture}[scale=4]
\draw[->] (-0.2,0)--(1.2,0) node[right] {$x$};
\draw[->] (0,-0.2)--(0,1.2) node[right] {$y$};
\node at (0,0) [below left] {$O$};
\node at (0.2,0) [below] {$t$};
\node at (0.4,0) [below] {$2t$};
\node at (1,0) [below] {$1$};
\node at (0,1) [left] {$1$};
\draw[-,thick] (0,0)--(0.2,1);
\draw[-,thick] (0.2,1)--(0.4,0);
\draw[-,thick] (0.4,0)--(1,0);
\draw[-,dashed] (0,1)--(0.2,1);
\draw[-,dashed] (0.2,0)--(0.2,1);
\end{tikzpicture}
\end{center}
\end{example}
\begin{example}
$f_n(x)=x^n,x\in[0,1]$.
\end{example}
\begin{example}
$f_n(x)=\dfrac{\sin n^2x}{n}$
\end{example}
\begin{example}
$f_n(x)=x^n-x^{2n},x\in[0,1]$
\end{example}
\mysubsection{一致收敛的 Cauchy 准则}
\begin{example}
设 $f_t:X\to\RR,t\in T$ 为一族函数,$\mathcal{B}$ 为 $T$ 的一个基.
设 $E\subset X$. 称 $f_t$ 在 $E$ 上一致收敛,如果存在 $f:E\to\RR$ 满足 $f_t\underset{\mathcal{B}}{\rightrightarrows}f$.
\end{example}
\begin{theorem}[Cauchy]
设 $f_t:X\to\RR,t\in T$ 为一族函数,$\mathcal{B}$ 为 $T$ 的一个基.
设 $E\subset X$. 则 $f_t$ 在 $E$ 上一致收敛当且仅当
$$
\forall\eps>0,\exists B\in\mathcal{B},\forall t_1,t_2\in B,\forall x\in E,\abs{f_{t_1}(x)-f_{t_2}(x)}<\eps
$$
\end{theorem}
\begin{proof}
见教材.
\end{proof}
\begin{hint}
\begin{enumerate}
\item 从证明的过程可知,可以将到达域 $\RR$ 换成任何一个完备度量空间 $(Y,\rho)$,如 $\RR^n,\mathbb{C}$ 等.
\item “$\implies$”方向的证明甚至不需要 $Y$ 完备.
\end{enumerate}
\end{hint}