3

The following is a problem from Berkeley's Grad Prelims:

Let $f:\mathbb R^2 \to \mathbb R$ satisfy

(i) Given any $x_0,y_0 \in \mathbb R$, $y \mapsto f(x_0,y)$ and $x \mapsto f(x,y_0)$ are continuous.

(ii) For each compact $K$, $f(K)$ is compact.

Prove $f$ is continuous.

Attempt:

Let $(x_n,y_n) \to (x,y)$. We wish to show $f((x_n,y_n)) \to f((x,y))$.

Sequential compactness gives us a subsequence $$f((x_{n_k},y_{n_k})) \to f((\tilde x, \tilde y)) \in f(K).$$

I'm un sure how to proceed to show (i) $f((\tilde x, \tilde y)) = f((x,y))$, and (ii) how the existence of such a subsequence and the slice continuity give convergence of the entire sequence.

Originally I had hoped that the slice continuity would make $\{f((x_n,y_n))\}$ cauchy, but that doesn't seem to be the case.

I'm looking for a small hint as to how to proceed. Please, no answers.

  • It might be hard to give a small hint that will get you very far; unless I'm missing something, this problem is rather complicated to solve. – Eric Wofsey Mar 06 '16 at 23:01
  • @EricWofsey Is the right method to consider sequential continuity and sequential compactness? – Anthony Peter Mar 06 '16 at 23:02
  • Yes, sequences seem like a great way to attack this. – Eric Wofsey Mar 06 '16 at 23:02
  • @EricWofsey Is the idea to somehow bring the convergence of the subsequence back up to the entire sequence? or is it something else entirely? – Anthony Peter Mar 06 '16 at 23:04
  • @EricWofsey I just figured I must be missing something, since this problem appears in Pugh's Analysis, next to some other not-so-difficult problems (i.e. at most linear growth of continuous functions on compact sets) – Anthony Peter Mar 06 '16 at 23:08
  • 2
    Ultimately you're going to use something like the fact that if every subsequence of a sequence has a subsequence that converges to a point $p$, then the original sequence converges to $p$. But there's a lot more work to be done to get to the point that you can use that fact; I attempted to give a hint of the ideas involved in my answer. – Eric Wofsey Mar 06 '16 at 23:21

1 Answers1

3

You're on the right track, but instead of only taking $K=\{(x_n,y_n)\}\cup\{(x,y)\}$ and using compactness of $f(K)$, you need to use the fact that $K'=A\cup\{(x,y)\}$ is compact for every subset $A\subseteq\{(x_n,y_n)\}$, and hence so is $f(K')$. You are also going to have to split into cases according to whether $f(K)$ is infinite or finite (or really, according to whether there is any infinite subset of $K$ whose image is finite); in the finite case, you will need to use the fact that $f$ is continuous on slices. In the infinite case, you might find the following fact (which you should prove if you haven't seen it before) helpful: if $B\subseteq\mathbb{R}$ is infinite and $p\in\mathbb{R}$ is such that $C\cup\{p\}$ is compact for every subset $C\subseteq B$, then $p$ is the unique limit point of the set $B$.

Eric Wofsey
  • 342,377
  • Is the second half (the cases) to ensure that the subsequences given by the sequential compactness of $f(K')$ all converge to the same limit? – Anthony Peter Mar 06 '16 at 23:33
  • Yes, and that their common limit has to be equal to $f(x,y)$. – Eric Wofsey Mar 06 '16 at 23:41
  • If I may ask just briefly before I accept your answer, would you have considered yourself capable of solving this type of problem after your first course in analysis? Or is it only after spending the undergrad years tackling other areas that when you return to problems like this (even without necessarily practising analysis much more) that the solution sketches become much clearer? – Anthony Peter Mar 06 '16 at 23:45
  • 1
    I certainly wouldn't worry if you have trouble solving this. Unless there's a much easier solution than the one I see, I would consider this a not unsolvable but definitely challenging problem for someone who has just finished a first course in analysis (it could be a starred exercise in a textbook). I won't venture a guess as to whether I could have solved it after my first analysis course, but at least it probably would have taken me a lot longer than it did now. – Eric Wofsey Mar 06 '16 at 23:49
  • Just to be clear on the proof of the last fact, is this because if $p$ were not a limit point, all subsets of $B$ would be compact, including $B$ itself, and $B$ must have a limit point for if not $B$ would be finite (since it is bounded), thus if we take a sequence converging to the limit point $x$, and consider $C$ as the sequence without it's limit, this is not compact, contradiction. Then to see uniqueness, use the same idea.. i.e. If $B$ had two limit points $p,p'$, take a sequence $x_n \to p'$, $x_n \neq p'$, and thus ${x_n} \cup {p}$ is compact, implying $p=p'$ by UoL – Anthony Peter Mar 07 '16 at 01:21
  • 1
    Yep, looks good! – Eric Wofsey Mar 07 '16 at 01:25
  • Thanks so much for your help – Anthony Peter Mar 07 '16 at 01:27
  • I've handled the infinite case, but I'm unclear as to how to use slice continuity to show that if $A$ is infinite such that $f(A)$ is finite, then there is a subsequence of $A$ so that $f$ goes to $f((x,y))$. – Anthony Peter Mar 07 '16 at 04:32
  • Yeah, the finite case takes some work. The idea is to use slice continuity and the intermediate value theorem to reduce to the infinite case. First, you can reduce to the case that $f(x_n,y_n)$ is the same for all $n$ and different from $f(x,y)$, say $f(x_n,y_n)=0$ for all $n$ and $f(x,y)=1$. Now if, say, all the numbers $x_n$ are distinct, think about the values $f(x_n,y)$ and more generally about the values $f(x_n, z)$ where $z$ is between $y_n$ and $y$. – Eric Wofsey Mar 07 '16 at 04:44