Due: October 9th, 2020

Math 104 Assignment 6

  1. Distances and convergent sequences

    Let $(M, d)$ be a metric space.
    1. Let $(x_n)_n$ be a sequence in $M$, and $L \in M$. Prove that $(x_n)_n$ converges to $L$ if and only the sequence of real numbers $(d(x_n, L))_n$ converges to $0$.
    2. Suppose that $(a_k)_k$ and $(b_k)_k$ are sequences in $M$ which converge to $a$ and $b$ repsectively. Prove that \[\limni[{\color{red}k}] d(a_k, b_k) = d(a, b).\]
  2. An interesting sequence of rational numbers

    Let $(q_n)_n$ be a sequence in $\Q_{\geq0}$ defined as follows: \[q_n = \begin{cases} \frac{a}{b} & \text{ if } n = 2^a3^b \text{ for some }a, b \in \N \\ 0 & \text{otherwise} \end{cases}.\] Show that for any $x \in \R_{\geq0}$ there is a subsequence of $(q_n)$ converging to $x$. (Hint: first show that every positive rational number occurs infinitely often in $(q_n)_n$, and recall that $\Q$ is dense in $\R$.)

  3. Subsubsequences

    1. Suppose that $(M, d)$ is a metric space and $a \in M$. Suppose further that $(x_k)_k$ is a sequence in $M$ with the property that every subsequence of $(x_k)_k$ has a further subsequence which converges to $a$. Show that $(x_k)_k$ converges to $a$.
    2. Give an example of a sequence $(y_k)_k$ in some metric space, which does not converge but has the property that every subsequence has a further subsequence which does converge.
  4. Square roots and convergent sequences

    1. Suppose that $(z_a)_a$ is a sequence in $\R_{\geq0}$ with \[\lim_{s\to\infty} z_s = z.\] Show that $(\sqrt{z_n})_n$ converges to $\sqrt z$. (Hint: it may be useful to treat the case $z = 0$ separately; it may also be useful to use the fact that $(\sqrt{z_t} - \sqrt{z})(\sqrt{z_t}+\sqrt{z}) = z_t - z$.)

    Let $a_1 = 1$ and for $n \in \N$, define $a_{n+1} = \sqrt{5+4a_n}$.

    1. Prove that for every $n \in \N$, we have $0 \leq a_n \leq a_{n+1} \leq 500!$.
    2. We will see later that Part A means $(a_n)_n$ must converge (monotonic sequences converge if and only if they are bounded). Assume that the limit of $(a_n)_n$ exists, and determine its value.
  5. A compact set

    Suppose that $(a_n)_n$ is a sequence in a metric space $(M, d)$ which converges to a limit $a$. Prove that $\set{a_n\mid n \in \N} \cup \set a$ is compact.

Here are some further problems to think about out of interest. You do not need to attempt them, nor should you submit them with the assignment.