I want to display diverse kinds of mathematics formular in this blog, so I will try to work out some exercises of baby rudin as samples.

Sample 1(exercise 4.2):

If is a continuous mapping of a metric space into a metric space , prove that

$$ \begin{equation} f(\overline{E})\subset \overline{f(E)} \end{equation} $$

for every set . ( denotes the closure of .) Show, by an example, that can be a proper subset of .

Solution:
Since is closed, is closed. Since , we have , thus .
Next, let and be , , and . Then is continuous, and , while . Hence is a proper subset of .

Sample 2(Exercise 3.14 (a)):

If is a complex sequence, define its arithmetic means by

$$ \begin{equation} \sigma _n=\frac{s_0+s_1+\cdot\cdot\cdot+s_n}{n+1}\hspace{1cm} (n=0,1,2,...). \end{equation} $$

If , prove that .


Solution:

Given an .

, that is to say, , , s.t. , .

We noticed that

$$ \begin{equation} |\sigma_n-s|=|\frac{\sum_{i=0}^{n}s_i-s}{n+1}|\leq \frac{\sum_{i=0}^{n}|s_i-s|}{n+1} \end{equation} $$

We now let , and then apply (1). Now we have

$$ \begin{equation} \begin{aligned} |\sigma_n-s|&\leq \frac{\sum_{i=0}^{N_1-1}|s_i-s|+\sum_{i=N_1}^{n}|s_i-s|}{n+1}\\ &\leq \frac{\sum_{i=0}^{N_1-1}|s_i-s|+(n-N_1+1)\epsilon_1}{n+1}\\ &\leq \frac{\sum_{i=0}^{N_1-1}|s_i-s|}{n+1}+\frac{\epsilon_0}{2} \end{aligned} \end{equation} $$

if .

Put . We can see , i.e., , , s.t. , . Then we let , and . Hence, , if .

Thus we obtain the conclusion that , , s.t. , , which means that .