$$ \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: April 1st, 2021

Math 104 Assignment 8

  1. Limits of functions

    1. Suppose $(M, d)$ is a metric space, $E \subseteq M$, $f, g : E \to \R$, and $p$ is a cluster limit point of $E$. Suppose further that for some $r \gt 0$, the set $f(E\cap B_r(p)) = \set{f(x) \mid x \in E\cap B_r(p)} \subseteq \R$ is bounded, and that \[\lim_{x\to p}g(x) = 0.\] Show that \[\lim_{x\to p} f(x)g(x) = 0.\] (Note: you should not assume that $f$ has a limit at $p$, unless you prove it from these hypotheses.)

    Suppose that $(M, d)$ and $(X, d_X)$ are metric spaces, $E \subseteq M$, $f : E \to X$, and $p$ is a cluster limit point of $E$.

    1. Show that if $f$ has a limit at $p$, then for every $\epsilon \gt 0$ there is some $r \gt 0$ so that whenever $x, y \in B_r(p) \cap E \setminus \set{p}$, $d_X(f(x), f(y)) \lt \epsilon$.
    2. Suppose that for every $\epsilon \gt 0$ there is some $r \gt 0$ so that whenever $x, y \in B_r(p) \cap E$, $d_X(f(x), f(y)) \lt \epsilon$. Show that if $X$ is complete, then $f$ has a limit at $p$.
    3. Show that part (C) may fail if $X$ is not assumed to be complete.
  2. Composition of functions continuous at a point

    Suppose that $X, Y, Z$ are metric spaces, that $f : X \to Y$ and $g : Y\to Z$, that $x_0 \in X$, and that $f$ is continuous at $x_0$ while $g$ is continuous at $f(x_0)$. Verify that $g\circ f$ is continuous at $x_0$.

    (You should not assume that $f$ or $g$ are continuous anywhere else. If you use the open set chracterisation mentioned in extra problems below, you should prove it, although I don't think that is the easiest way forward for this problem.)

  3. Continuity in higher dimensions

    Within this question, we will equip $\R^n$ with the Euclidean distance $d_2$ given by \[d_2(\vec x, \vec y) = \sqrt{\sum_{i=1}^n \abs{x_i-y_i}^2}.\]

    1. For each $i = 1, \ldots, n$, define \begin{align*} \pi_i : \R^n &\longrightarrow \R \\ (x_1, \ldots, x_n) &\longmapsto x_i. \end{align*} Prove that $\pi_i$ is continuous.
    2. Let $p : \R^n \to \R$ be a polynomial function (in $n$ variables). Prove that $p$ is continuous.
    3. Let $f : \R \to \R^n$ and for each $i$ define $f_i = \pi_i \circ f : \R \to \R$. Prove that if each $f_i$ is continuous, then so is $f$.

      (In fact, $f$ is continuous if and only if each $f_i$ is; the other direction follows immediately from part A and a statement we will prove soon, that the composition of continuous functions is continuous.)

    4. Define \begin{align*} g : \R^2 &\longrightarrow \R \\ (x, y) &\longmapsto \begin{cases} \frac{xy}{x^2+y^2} & \text{ if } x^2+y^2 \neq 0 \\ 0 & \text{ otherwise.}\end{cases} \end{align*} Show that for any fixed $x_0, y_0 \in \R$, the functions $x \mapsto g(x, y_0)$ and $y \mapsto g(x_0, y)$ are continuous, but $g$ is not. Show that $g$ is not continuous, but that for any fixed $x_0, y_0 \in \R$ the functions $x \mapsto g(x, y_0)$ and $y \mapsto g(x_0, y)$ are.
  4. A pathological function

    Let $f : [0,1] \to \R$ be defined as follows: \[ f(x) = \begin{cases} 0 & \text{ if } x \notin \Q \\ 1 & \text{ if } x = 0 \\ \frac1q & \text{ if } x = \frac{p}{q} \text{ with } p \in \Z, q \in \N, \text{ and } p, q \text{ have no common factor}.\end{cases}\] (For example, $f(0) = f(1) = 1$, $f(1/2) = 1/2$, $f(1/4) = f(3/4) = 1/4$.)

    Prove that $f$ is continuous at every irrational number, but discontinuous at every rational number.

  5. Continuous functions on dense sets

    Suppose that $f, g : X \to Y$ are continuous, and $E \subseteq X$ is dense; recall that by definition this means $\overline E = X$.

    (This time you may use the additional characterisations of density given below, but if you do you should convince yourself that you can prove them.)

    1. Prove that $f(E)$ is dense in $f(X)$.
    2. Prove that if $f(x) = g(x)$ for all $x \in E$, then $f(x) = g(x)$ for all $x \in X$. (Thus the value of a continuous function is determined by its values on a dense set.)

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.