This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-f21:hw8 [2021/10/23 06:13] pzhou |
math104-f21:hw8 [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 70: | Line 70: | ||
| $E$ is not countable. An element of $E$ can be written as $0.a_0 a_1\cdots$, where $a_i \in \{0, | $E$ is not countable. An element of $E$ can be written as $0.a_0 a_1\cdots$, where $a_i \in \{0, | ||
| - | $E$ is closed. | + | $E$ is closed. |
| - | * If $x$ has a finite decimal expansion (i.e., with a trailing | + | $$ E_1 = [0, 0.1] \cup [0.2, 0.3] \cup \cdots \cup [0.8, 0.9] $$ |
| - | * If $x$ does not have a finite decimal expansion, then let $a_N$ be the digit, where $N>n$, and $a_N \neq 9$ (since we forbid | + | then $E_1$ is almost all the real numbers in $[0,1]$ with the first decimal digit being even, except those right end points |
| + | $$ E_{n+1} = \{0, 0.2, 0.4, 0.6, 0.8\} + (1/10) E_n $$ | ||
| + | where for two subsets $A, B \In \R$, $A+B = \{a+b \mid a \in A, b \in B\}$ is the Minkowski sum. Thus, all $E_n$ are all closed, and $E_{n+1} \subset E_n$. | ||
| + | |||
| + | We claim that $E = \cap_{n=1}^\infty E_n$. If the claim holds, then $E$ is the intersection of closed sets, hence $E$ is closed. Now we prove the claim. If $x \in E_1 \cap E_2$, then $x \neq 0.1, 0.3, 0.5, 0.7, 0.9$, hence the first digit (after decimal point) of $x$ is even. Similarly, if $x \in E_n \cap E_{n+1}$, then the $n$-th digit of $x$ after decimal point is even. If $x \in \cap_{n=1}^\infty E_n$, then all digits of $x$ are even, hence $E \supset \cap_{n=1}^\infty E_n$. On the other hand, it is easy to verify that $E \In E_n$ for all $n$, hence $E \subset \cap_{n=1}^\infty E_n$, thus $E = \cap_{n=1}^\infty E_n$ proving | ||
| + | |||
| + | (whew, that' | ||
| + | |||
| + | Finally, since $E$ is bounded and closed, | ||
| Line 80: | Line 89: | ||
| + | Example: | ||
| + | * $\{0, 1, 1/2, 1/3, \cdots 1/n, \cdots \}$. | ||
| + | * $\Q$, or $\Q \cap (0,1)$, or $\Q \cap [0, | ||