Skip to content

Commit cfa0579

Browse files
committed
proofread A1.1 thoroughly
1 parent 394adb7 commit cfa0579

File tree

4 files changed

+74
-69
lines changed

4 files changed

+74
-69
lines changed

_posts/2024-10-25-Fourier_A1.md

Lines changed: 74 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Stein A1이 훨씬 간결하게, 꼭 필요한 내용들만 있는데다가, 기
2525
# Appendix 1. Riemann Integral
2626

2727
<div class="notice--info" markdown="1">
28-
Appendix 1(A1)는 두 절로 되어 있다.
28+
Appendix 1은 두 개의 절로 되어 있다.
2929

3030
1. Basic properties
3131
2. Sets of measure zero and discontinuities of integrable functions
@@ -39,7 +39,6 @@ partition을 tuple로 정의하는 경우에 주의할 점은, open interval과
3939
다음으로는 upper limit과 lower limit이 정의되고, 이로부터 적분가능성과 리만적분이 정의된다.
4040
</div>
4141

42-
Let $f:[a,b]\to\mathbb R$ be bounded.
4342
A *partition* $P$ of $[a,b]$ is a sequence where
4443

4544
$$a=x_0\lt x_1\lt\cdots\lt x_{N-1}\lt x_N=b.$$
@@ -64,6 +63,7 @@ P_1\cap P_2&=(1,5,6)
6463
\end{aligned}
6564
$$
6665

66+
Let $f:[a,b]\to\mathbb R$ be bounded and let $P$ be a partition of $[a,b]$.
6767
The upper sum $\mathcal U(f,P)$ and lower sum $\mathcal L(f,P)$ of $f$ with respect to $P$ are
6868

6969
$$
@@ -75,7 +75,7 @@ $$
7575
\end{aligned}
7676
$$
7777

78-
All the supremums and infimums exist since $f$ is bounded.
78+
The supremum and the infimum always exist since $f$ is bounded.
7979
It is immediate that $\mathcal U(f,P)\ge\mathcal L(f,P)$.
8080

8181
<div class="notice--success" markdown="1">
@@ -88,6 +88,7 @@ $$(\mathcal U-\mathcal L)(f,P)\lt\epsilon.$$
8888
</div>
8989

9090
Here, we denote $(\mathcal U-\mathcal L)(f,P)=\mathcal U(f,P)-\mathcal L(f,P)$ for brevity.
91+
9192
If another partition $P'$ of $[a,b]$ is a subset of $P$ where we conceive $P$ and $P'$ as sets, then $P'$ is called a *refinement* of $P$.
9293

9394
<div class="notice--success" markdown="1">
@@ -168,7 +169,7 @@ U-L
168169
\end{aligned}
169170
$$
170171

171-
Since $\epsilon$ was arbitrary, $U-L\le0$.
172+
Since $\epsilon$ was arbitrary, $U\le L$.
172173

173174
Suppose the latter and fix $\epsilon\gt0$.
174175
There exist $P_1$ and $P_2$ such that
@@ -232,25 +233,26 @@ That is, for each $\epsilon\gt0$, there exists $\delta\gt0$ such that
232233

233234
$$|x-y|\lt\delta\quad\Longrightarrow\quad |f(x)-f(y)|\lt\frac\epsilon{b-a}.$$
234235

235-
Choose $n$ so that $\frac{b-a}n\lt\delta$ and let
236+
Choose $n$ so that $\frac{b-a}N\lt\delta$ and let
236237

237-
$$P=\left(a, a+\frac{b-a}n, a+2\frac{b-a}n, \cdots, a+(n-1)\frac{b-a}n,b\right).$$
238+
$$P=\left(a, a+\frac{b-a}N, a+2\frac{b-a}N, \cdots, a+(N-1)\frac{b-a}N,b\right).$$
238239

239240
Then
240241

241242
$$
242243
\begin{aligned}
243244
(\mathcal U - \mathcal L)(f, P)
244245
&=\sum_{j=1}^N\left(
245-
\sup\{f(x):x_{j-1}\le x\le x_j\}
246+
\sup_{x_{j-1}\le x\le x_j}f(x)
246247
-
247-
\inf\{f(x):x_{j-1}\le x\le x_j\}
248-
\right)\frac{b-a}n\\
249-
&=\sum_{j=1}^N\epsilon\frac{b-a}n\\
250-
&=\frac\epsilon{b-a}\cdot(b-a)=\epsilon.
248+
\inf_{x_{j-1}\le x\le x_j}f(x)
249+
\right)\frac{b-a}N\\
250+
&\le\sum_{j=1}^N\frac\epsilon{b-a}\frac{b-a}N=\epsilon.
251251
\end{aligned}
252252
$$
253253

254+
Thus $f$ is integrable.
255+
254256
Suppose now that $f$ is complex valued so that $f=u+iv$.
255257
Since $f$ is continuous, it is trivial that $u$ and $v$ are also continuous.
256258
It follows that $u$ and $v$ are both integrable and that $f$ is integrable.
@@ -260,10 +262,10 @@ It follows that $u$ and $v$ are both integrable and that $f$ is integrable.
260262
## A1.1 Basic properties
261263

262264
<div class="notice--info" markdown="1">
263-
책에는 Proposition 1.1에 주요 성질들이 적혀있고 여기에 $f$와 $g$가 적분가능하면 $f+g$와 $cf$가 적분가능하다는 게 나오고 있고, 그 이후에 Lemma 1.2로 연속함수의 합성에 의한 효과가 언급되고 그 직후에 $fg$, $|f|$도 적분가능하다는 사실이 언급되고 있다.
265+
책에는 Proposition 1.1에서 $f$와 $g$가 적분가능하면 $f+g$와 $cf$가 적분가능하다는 사실이 먼저 나오고, 그 이후에 Lemma 1.2로 연속함수의 합성에 의한 효과가 언급되며, 그 직후에 $fg$, $|f|$도 적분가능하다는 사실이 설명되고 있다.
264266
그런데 $fg$, $|f|$가 적분가능하다는 사실은 $f+g$, $cf$가 적분가능하다는 사실만큼이나 중요하다고 생각되고 lemma의 증명에 proposition의 결과가 필요해보이지 않아서 lemma를 앞으로 빼고 proposition을 뒤로 넣었다.
265-
Rudin의 책에도 이 순서로 되어 있다.
266-
그리고 lemma, proposition 등의 넘버링은 원래 1.1, 1.2 등으로 되어 있었지만 이 포스트에서는 Appendix 1의 내용만 쓸 것이므로 1, 2 등으로 썼다.
267+
baby Rudin의 6장도 이 순서로 되어 있다.
268+
그리고 lemma, proposition 등의 넘버링은 원래 1.1, 1.2 와 같이 되어 있었지만 이 포스트에서는 Appendix 1의 내용만 쓸 것이므로 1, 2 와 같이 썼다.
267269

268270
lemma 1의 Stein 증명이 잘 이해가 안가서 Rudin의 증명을 더 많이 봤는데, 기본적으로 두 증명이 거의 같다.
269271
notation은 두 증명을 적당히 조합해서 썼다.
@@ -362,7 +364,7 @@ Then
362364
If $c$ is a constant, then $cf$ is integrable and $\int_a^bcf\,dx=c\int_a^bf\,dx$.
363365
</li>
364366
<li>
365-
If $f$ and $g$ are both real valued and if $f\le g$, then $\int_a^bcf\,dx\le\int_a^bg\,dx$.
367+
If $f$ and $g$ are both real valued and if $f\le g$, then $\int_a^bf\,dx\le\int_a^bg\,dx$.
366368
</li>
367369
<li>
368370
If $a\le c\le b$, then $\int_a^bf\,dx=\int_a^cf\,dx+\int_c^bf\,dx$.
@@ -381,7 +383,7 @@ Then
381383
Proposition 2의 (f)의 경우 Rudin의 증명은 천재적이다.
382384
그 말은, 나로서는 직관적으로 와닿지는 않는다는 말이다.
383385
아마도 RCA에서도 비슷한 부등식에 대한 Rudin의 증명이 비슷한 방식이었던 것 같은데, 간결하기는 하고 멋있긴 한데 내가 소화하기에는 좀 과하다.
384-
내 수준의 elementary한 증명으로 넣었고 이건 Stein의 힌트에 따른 것이기도 하다.
386+
내 수준의 elementary한 증명으로 넣었고 이건 Stein의 힌트를 따른 것이기도 하다.
385387
</div>
386388

387389
<a href="#" class="btn btn--primary">proof - a</a>
@@ -417,30 +419,30 @@ $$
417419
\sup_{x_{j-1}\le x\le x_j}\left(f(x)+g(x)\right)
418420
-
419421
\inf_{x_{j-1}\le x\le x_j}\left(f(x)+g(x)\right)
420-
\right)\\
422+
\right)(x_j-x_{j-1})\\
421423
&\le\sum_{j=1}^N\left(
422424
\sup_{x_{j-1}\le x\le x_j}f(x)+\sup_{x_{j-1}\le x\le x_j}g(x)
423425
-
424426
\inf_{x_{j-1}\le x\le x_j}f(x)-\inf_{x_{j-1}\le x\le x_j}g(x)
425-
\right)\\
427+
\right)(x_j-x_{j-1})\\
426428
&=\sum_{j=1}^N\left(
427429
\sup_{x_{j-1}\le x\le x_j}f(x)
428430
-
429431
\inf_{x_{j-1}\le x\le x_j}f(x)
430-
\right)
432+
\right)(x_j-x_{j-1})
431433
+\sum_{j=1}^N\left(
432434
\sup_{x_{j-1}\le x\le x_j}g(x)
433435
-
434436
\inf_{x_{j-1}\le x\le x_j}g(x)
435-
\right)\\
437+
\right)(x_j-x_{j-1})\\
436438
&=(\mathcal U-\mathcal L)(f,P)+(\mathcal U-\mathcal L)(g,P)\\
437439
&\lt\epsilon
438440
\end{align*}
439441
$$
440442

441443
Thus $f+g$ is integrable.
442444

443-
With the same $P$, we can use (2-1) again to get
445+
With the same $P$ corresponding to $\epsilon\gt0$, we can use (2-1) again to get
444446

445447
$$
446448
\mathcal U(f,P)\le\mathcal U(f,P)-\mathcal L(f,P)+\int f\,dx\lt\int f\,dx+\frac\epsilon2.
@@ -449,10 +451,10 @@ $$
449451
Similarly,
450452

451453
$$
452-
\mathcal U(g,P)\lt\int g\,dx+\frac\epsilon2.
454+
\mathcal U(g,P)\lt\int g+\frac\epsilon2.
453455
$$
454456

455-
By the subadditivity of the supremum,
457+
By the subadditivity of the supremum as just before,
456458

457459
$$
458460
\begin{aligned}
@@ -464,13 +466,13 @@ $$
464466
$$
465467

466468
Since $\epsilon$ was arbitrary, $\int f+g\le\int f+\int g.$
467-
Similarly, $\int f+g\ge\int f+\int g$ and thus
469+
Similarly, we can use $\mathcal L$ instead of $\mathcal U$ to get $\int f+g\ge\int f+\int g$ and thus
468470

469471
$$
470472
\int f+g=\int f+\int g.
471473
$$
472474

473-
Now suppos that $f$ and $g$ are complex valued so that $f=f_R+if_I$ and $g=g_R+ig_I$.
475+
Now suppose that $f$ and $g$ are complex valued so that $f=f_R+if_I$ and $g=g_R+ig_I$.
474476
If $f$ and $g$ are both integrable, $f_R$, $f_I$, $g_R$ and $g_I$ are all integrable.
475477
It follows that $f_R+g_R$ and $f_I+g_I$ are both integrable and that
476478

@@ -484,7 +486,7 @@ $$
484486
\int f+g
485487
&=\int (f_R+g_R)+i(f_I+g_I)\\
486488
&=\int (f_R+g_R)+i\int(f_I+g_I)\\
487-
&=\int f_R+i\int f_I+\int g_R+i\int g_I\\
489+
&=\int f_R+\int g_R+i\int f_I+i\int g_I\\
488490
&=\int f+\int g
489491
\end{align*}
490492
$$
@@ -528,16 +530,14 @@ $$
528530

529531
for a partition $P_1$ of $[a,c]$ and a partition $P_2$ of $[c,b]$.
530532
$P=P_1\cup P_2$ is a partition of $[a,b]$ and
531-
532-
$$
533+
$
533534
\mathcal U(f,P_1)+\mathcal U(f,P_2)=\mathcal U(f,P)
534-
$$
535-
535+
$
536536
by the definition of $\mathcal U$.
537537
Thus,
538538

539539
$$
540-
\int_a^bf\,dx\le\mathcal U(f,P)=\int_a^cf\,dx+\int_c^bf\,dx+\epsilon.
540+
\int_a^bf\,dx\le\mathcal U(f,P)=\mathcal U(f,P_1)+\mathcal U(f,P_2)\lt\int_a^cf\,dx+\int_c^bf\,dx+\epsilon.
541541
$$
542542

543543
Since $\epsilon$ was arbitrary,
@@ -546,7 +546,7 @@ $$
546546
\int_a^bf\,dx\le\int_a^cf\,dx+\int_c^bf\,dx.
547547
$$
548548

549-
An analogous argument can be applied to $\mathcal L$ so that the converse inequality also hold.
549+
An analogous argument can be applied to $\mathcal L$ instead of $\mathcal U$ so that the converse inequality also holds.
550550
Therefore
551551

552552
$$
@@ -563,12 +563,12 @@ Apply (a) and (b) again to concluce that
563563

564564
$$fg=\frac14\left[(f+g)^2-(f-g)^2\right]$$
565565

566+
is integrable.
567+
566568
<a href="#" class="btn btn--primary">proof - f</a>
567569

568570
Apply Lemma 1 where $\phi(t)=\lvert t\rvert$.
569571

570-
is integrable.
571-
572572
<a href="#" class="btn btn--primary">proof - g</a>
573573

574574
Apply (c).
@@ -590,7 +590,7 @@ If $f:[a,b]\to\mathbb R$ is bounded and monotonic, then $f$ is integrable.
590590

591591
<a href="#" class="btn btn--primary">proof</a>
592592
Suppose first that $f$ is monotonically increasing.
593-
For an integer $N\gt0$, let the partition $P_N$ be defined by
593+
For an integer $N\gt0$, let $P_N$ be a uniform partition on $[a,b]$ ;
594594

595595
$$
596596
P_N=\left(a+j\frac{b-a}n:n=0,1,\cdots,N\right)
@@ -617,38 +617,15 @@ Therefore, $f$ is integrable too.
617617

618618
<div class="notice--success" markdown="1">
619619
<b> Proposition 4 </b>
620-
Suppose that $f:[a,b]\to\mathbb R$ is bounded, that $a\lt c\lt b$ and that for any $\delta\gt0$ such that $\delta\lt\max\\{c-a,b-c\\}$, $f$ is integrable both on $[a,c-\delta]$ and $[c+\delta,b]$.
620+
Suppose that $f$ is a bounded function on $[a,b]$, that $a\lt c\lt b$ and that for any $\delta\gt0$ such that $\delta\lt\max\\{c-a,b-c\\}$, $f$ is integrable both on $[a,c-\delta]$ and $[c+\delta,b]$.
621621
Prove that $f$ is integrable on $[a,b]$.
622622
</div>
623623

624-
<div class="notice--info" markdown="1">
625-
너무나도 간단한 종류의 lemma이다.
626-
그런데 이걸 증명하는 데 왜 오래 걸렸을까.
627-
628-
Stein의 증명은 따라가기 싫었다.
629-
불연속함수에 대해서는 아직 적분이 정의될 수 없는데 마치 정의된 것처럼 쓴 것 같다.
630-
그렇다면 그렇게 abusing notation한 부분에 대해서는 적절히 독자가 판단하리라고 생각한 것 같은데, 읽기가 싫었다.
631-
그래서 혼자 증명해본거지만, Stein의 증명과 그 원리는 같을 것이다.
632-
633-
step function($=f^\ast$)으로 원래 함수를 approximate할 수 있다는 건 당연하다.
634-
르벡적분에서도 항상 하던거다.
635-
그런데 이 step function이 연속이 아니니까 연속으로 만들어주는 과정이 있고, 만들어진 연속함수($f_k$)가 approximation 조건을 만족하는지만 따지면 되는 것이고, 그건 $\delta$를 작게 잡으면 boundedness로부터 당연히 해결될 문제라 오래 걸릴 일은 아니고 근본적으로 너무 쉬운 문제이다.
636-
상세한 사항들을 일일이 적으려 하다 보니 오래 걸린 것 같다.
637-
그 상세한 사항들이 맞는지 확인하는 것은 물론 중요하지만, 그렇게 꼼꼼히 따지는 과정에서 오히려 풀고자 하는 목적에 온전히 힘을 쏟지 못하는 느낌이다.
638-
그리고, 꼼꼼히 쓴다고 썼는데, 사실 오타가 있을 수도 있는 노릇이다.
639-
640-
$f$가 실함수일 때에 대해서는 다 증명이 되었고, 복소함수일 때도 주요한 점은 증명이 되었지만 $\lvert f_k\rvert\le B$의 증명이 잘 안된다.
641-
bounded인 건 분명한데 upper bound를 $B$로 잡을 수 있는지 모르겠다.
642-
아니 잡을 수 있을 것 같은데, 증명방법을 모르겠다.
643-
이 부분은 미완성으로 남겨놓은 채 일단 넘어가려고 한다.
644-
여하튼, 이것으로 A1의 1절은 마친 셈이 되었다.
645-
646-
</div>
647-
648624
<a href="#" class="btn btn--primary">proof</a>
625+
Suppose first that $f$ is real valued.
649626
Since $f$ is bounded, $\lvert f\rvert\le M$ for some $M$.
650627
Fix $\epsilon\ge0$.
651-
Choose $\delta$ so that $2M\cdot2\delta\lt\frac\epsilon3$.
628+
Choose $\delta\gt0$ so that $2M\cdot2\delta\lt\frac\epsilon3$ and $\delta\lt\max\\{c-a,b-c\\}$.
652629
Choose two partitions $P_1$ on $[a, c-\delta]$ and $P_2$ on $[c+\delta,b]$ so that
653630

654631
$$
@@ -675,9 +652,13 @@ $$
675652
$$
676653

677654
Therefore, $f$ is integrable on $[a,b]$.
655+
656+
Suppose now that $f$ is complex valued so that $f=u+iv$.
657+
For any $\delta\gt0$ such that $\delta\lt\max\\{c-a,b-c\\}$, $u$ and $v$ are integrable both on $[a,c-\delta]$ and $[c+\delta,b]$.
658+
Thus $u$ and $v$ are integrable on $[a,b]$ and so is $f$.
678659
<a href="#" class="btn btn--primary">QED</a>
679660

680-
$f$ is a function on the unit circle if it is a $2\pi$-periodic function on $\mathbb R$.
661+
$f$ is a *function on the unit circle* if it is a $2\pi$-periodic function on $\mathbb R$.
681662

682663
<div class="notice--success" markdown="1">
683664
<b> Lemma 5 </b>
@@ -688,6 +669,28 @@ $$\lim_{k\to\infty}\int_{-\pi}^\pi\lvert f-f_k\rvert\,dx=0.$$
688669

689670
</div>
690671

672+
<div class="notice--info" markdown="1">
673+
너무나도 간단한 종류의 lemma이다.
674+
그런데 이걸 증명하는 데 왜 오래 걸렸을까.
675+
676+
Stein의 증명은 따라가기 싫었다.
677+
불연속함수에 대해서는 아직 적분이 정의될 수 없는데 마치 정의된 것처럼 쓰고 있다.
678+
그렇다면 그렇게 notation abusing이 일어난 부분에 대해서는 적절히 독자가 판단하리라고 생각한 것 같은데, 그렇게 하기가 싫었다.
679+
그래서 혼자 증명해본 것이지만, Stein의 증명과 그 형태는 거의 같다.
680+
681+
step function($=f^\ast$)으로 원래 함수를 approximate할 수 있다는 건 당연하다.
682+
르벡적분에서도 항상 하던거다.
683+
그런데 이 step function이 연속이 아니니까 연속으로 만들어주는 과정이 있고, 만들어진 연속함수($f_k$)가 approximation 조건을 만족하는지만 따지면 되는 것인데, 그건 $\delta$를 작게 잡으면 boundedness로부터 당연히 해결될 문제라 근본적으로 너무 쉬운 문제이다.
684+
상세한 사항들을 일일이 적으려 하다 보니 오래 걸린 것 같다.
685+
그 상세한 사항들이 맞는지 확인하는 것은 물론 중요하지만, 그렇게 꼼꼼히 따지는 과정에서 오히려 해결고자 하는 목적에 온전히 힘을 쏟지 못한 느낌이다.
686+
687+
$f$가 실함수일 때에 대해서는 다 증명이 되었고, 복소함수일 때도 주요한 점은 증명이 되었지만 $\lvert f_k\rvert\le B$의 증명이 잘 안된다.
688+
bounded인 건 분명한데 upper bound를 $B$로 잡을 수 있는지 모르겠다.
689+
아니 잡을 수 있을 것 같은데, 증명방법을 모르겠다.
690+
이 부분은 미완성으로 남겨놓은 채 일단 넘어가려고 한다.
691+
여하튼, 이것으로 A1의 1절은 마친 셈이 되었다.
692+
</div>
693+
691694
Note that $f(-\pi)=f(\pi)$.
692695
Suppose first that $f$ is real valued.
693696

@@ -719,24 +722,26 @@ f^\ast(x) = M_j.
719722
$$
720723

721724
Note that $f^\ast$ is not continuous.
722-
Choose $\delta\gt0$ such that $4NB\delta\lt\frac1{2k}$ and $\delta\lt\min\\{\frac{x_j-x_{j-1}}2,x_1-x_0,x_N-x_{N-1}\\}$.
723-
Relax $f^\ast$ at each point $x_j$ to make it continuous by defining $f_k$ as
725+
Choose $\delta\gt0$ such that $4NB\delta\lt\frac1{2k}$ and $\delta\lt\min\left\\{\frac{x_j-x_{j-1}}2 : j=1,\cdots,N\right\\}$.
726+
Relax $f^\ast$ at each point $x_j$ to make it continuous by defining $f_k$ on $[-\pi,\pi)$ as
724727

725728
$$
726729
f_k(x)=
727730
\begin{cases}
728-
M_k
731+
M_j
729732
&\text{if}\quad x_{j-1}+\delta\le x\lt x_j-\delta\quad\text{for}\quad j=1,\cdots,N\\[10pt]
730733
\frac{M_{j+1}-M_j}{2\delta}(x-x_j)+\frac{M_j+M_{j+1}}2
731734
&\text{if}\quad x_j-\delta\le x\lt x_j+\delta\quad\text{for}\quad j=1,\cdots,N-1\\[10pt]
732735
\frac{M_1-M_N}{2\delta}(x-x_0)+\frac{M_N+M_1}2
733-
&\text{if}\quad x_0\le x\lt x_0+\delta\quad\text{or}\quad x_N-\delta\le x\lt x_N
736+
&\text{if}\quad x_0\le x\lt x_0+\delta\quad\\[10pt]
737+
\frac{M_1-M_N}{2\delta}(x-x_N)+\frac{M_N+M_1}2
738+
&\text{if}\quad x_N-\delta\le x\lt x_N
734739
\end{cases}
735740
$$
736741

737742
![lemma_5-2]({{site.url}}\images\2024-10-25-Fourier_A1\lemma_5-2.png){: .img-50-center}
738743

739-
Let $\tilde P_k=P_k\cup(x_j-\delta:j=1,\cdots,N)\cup(x_j+\delta:j=0,\cdots,N-1)$.
744+
Let $\tilde P_k=(x_j-\delta:j=1,\cdots,N)\cup(x_j+\delta:j=0,\cdots,N-1)$.
740745
Then, by (5-1) and the related conditions above,
741746

742747
$$
@@ -747,15 +752,15 @@ $$
747752
&+\sum_{j=1}^{N-1}\sup_{x_j-\delta\le x\le x_j+\delta}\lvert f(x)-f_k(x)\rvert\cdot2\delta\\
748753
&+\sup_{x_0\le x\le x_0+\delta}\lvert f(x)-f_k(x)\rvert\cdot\delta
749754
+\sup_{x_N-\delta\le x\le x_N}\lvert f(x)-f_k(x)\rvert\cdot\delta\\
750-
\lt&\sum_{j=1}^N\sup_{x_{j-1}+\delta\le x\le x_j-\delta}\lvert f(x)-M_j\rvert
755+
\lt&\sum_{j=1}^N\sup_{x_{j-1}+\delta\le x\le x_j-\delta}\lvert f(x)-M_j\rvert(x_j-x_{j-1})
751756
+2B\cdot2\delta\cdot(N-1)+2\delta B+2\delta B\\
752757
\lt&\frac1{2k}+4NB\delta\\
753758
\lt&\frac1k
754759
\end{aligned}
755760
\tag{5-2}
756761
$$
757762

758-
The domain of so defined $f_k$ can be extended to $\mathbb R$ by making it $2\pi$-periodic and it is bounded by $B$ as the construction of $f_k$ suggests.
763+
The domain of so defined $f_k$ can be extended to $\mathbb R$ by making it $2\pi$-periodic and it is bounded by $B$ by the construction of $f_k$.
759764
Finally, the limit of the right hand side of (5-2) converges to $0$ as $k\to\infty$ by the comparison test.
760765

761766
Suppose now that $f$ is complex valued so that $f=u+iv$.
6.33 KB
Binary file not shown.
-1.64 KB
Loading
-1.3 KB
Loading

0 commit comments

Comments
 (0)