Tinyboss said:
Here's an interesting question--I've asked some faculty members around here and "off the top of their head" none of them knows the answer. My gut says "yes", but my gut sucks at math. So here's the statement:
Suppose we have a function f:\mathbb{R}^2\to\mathbb{R}, with the property that for every line segment L\subset\mathbb{R}^2, the restriction f\big|_L is continuous. Is f necessarily continuous?
So. I think this might work (but I'm leaving soon so I don't have time to really think; I just thought I'd post an initial reaction and if other people see improvements or downright errors, then they can let me know). I think I also just found a better idea, if this does make sense, but I am about to leave so I don't have time to write it. Anyway, my answer is "yes." Basicly, I say that if x_n is a sequence approaching the origin then at some point, since f\big|_L is continuous for each L through the origin, then all of the f(x_n) will be close to f(0). (That is, f(x_n) \to f(0). This only explicitly proves it is continuous at 0 but (if this is correct) it is easily extended to all x \in \mathbb{R}^2
Let \{x_n\} be a sequence of elements that converges to 0 Where 0 is the zero vector in \mathbb{R}^2. Let \Lambda be the collection of lines through 0. Let the elements of this set be L_\theta with \theta being the rotation from the positive x axis.
Now, for each real number r, consider the set \{f(x_{r,L_\theta}):x_{r,L_\theta} \in L_\theta, |x| = r\}.
Let k_M=\sup\{|f(x_{r,L_\theta}) - f(0)|:|x_{r,L_\theta}|=r, x_{r,L_\theta} \in L_\theta \}.
Now, let \epsilon > 0. I want to show that there is an N such that for each n \geq N then |f(x_n) - f(0)| < \epsilon.
Now, since f\big|_{L_\theta} is continuous, there exists an r such that k_M < \epsilon (since |f\big|_{L_\theta} (x_{r,\theta}) - f(0)| < \epsilon for r close enough to 0). Since x_n \to 0 there is a N such that |x_n| < r for each n \geq N.
Thus, for all n \geq N, |f(x_n) - f(0)| < \epsilon and so f is continuous at 0.
EDIT:
I think k_M might be a problem; can these be defined?