$$ \newcommand{\cis}{\operatorname{cis}} \newcommand{\norm}[1]{\left\|#1\right\|} \newcommand{\paren}[1]{\left(#1\right)} \newcommand{\sq}[1]{\left[#1\right]} \newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\set}[1]{\left\{#1\right\}} \newcommand{\ang}[1]{\left\langle#1\right\rangle} \newcommand{\floor}[1]{\left\lfloor#1\right\rfloor} \newcommand{\ceil}[1]{\left\lceil#1\right\rceil} \newcommand{\C}{\mathbb{C}} \newcommand{\D}{\mathbb{D}} \newcommand{\R}{\mathbb{R}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\N}{\mathbb{N}} \newcommand{\F}{\mathbb{F}} \newcommand{\T}{\mathbb{T}} \renewcommand{\S}{\mathbb{S}} \newcommand{\intr}{{\large\circ}} \newcommand{\limni}[1][n]{\lim_{#1\to\infty}} \renewcommand{\Re}{\operatorname{Re}} \renewcommand{\Im}{\operatorname{Im}} $$
Due: March 25th, 2021

Math 104 Assignment 7

  1. Products and Compactness

    Suppose that $(X, d_X)$ and $(Y, d_Y)$ are non-empty metric spaces.

    1. Suppose that $((x_n, y_n))_n$ is a sequence in $(X\times Y, d_\infty)$. Prove that $((x_n, y_n))_n$ is Cauchy if and only if $(x_n)_n$ and $(y_n)_n$ are both Cauchy.
    2. Prove that $(X \times Y, d_\infty)$ is complete if and only if $X$ and $Y$ are both complete.
    3. Prove that $(X \times Y, d_\infty)$ is totally bounded if and only if $X$ and $Y$ are totally bounded.
    4. Prove that $(X \times Y, d_\infty)$ is compact if and only if $X$ and $Y$ are compact.
    5. Prove that $(X \times Y, d_2)$ is compact if and only if $X$ and $Y$ are compact. (Hint: there may be a homework problem from an earlier assignment that is very useful here.)
    6. Let $X^1 = X$, and for $n \in \N$, let $X^{n+1} = X^n\times X$ with the metric $d_{X^{n+1}}$ defined by \[d_{X^{n+1}} ( (a, x), (b, y) ) = \sqrt{ d_{X^n}(a, b)^2 + d_X(x, y)^2 },\] where $a, b \in X^n$ and $x, y \in X$. Note that $d_{X^{n+1}}$ is the $d_2$ metric corresponding to the product $X^n \times X$. Use induction to show that $X^n$ is compact for every $n \in \N$ if and only if $X$ is compact.
  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.

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. They are coloured by approximate difficulty: easy/medium/hard.