Consider a function $f(x,y):[0,1] \times [0,1] \rightarrow R.$ What is the difference between $f$ continuous in each argument and jointly continuous?
Continuity and Joint Continuity
8
$\begingroup$
real-analysis
-
0Also see an essentially same question [Does measurability/continuity of a mapping follow that of its sections?](http://math.stackexchange.com/q/96253/1281) – 2012-01-14
1 Answers
15
Consider the function $f:[0,1]^2\to\mathbb R$ defined by $f(x,y)=\frac{2xy}{x^2+y^2}$ if $(x,y)\ne(0,0)$ and $f(0,0)=0$. Then $f$ is discontinuous at $(0,0)$ (and continuous everywhere else) because $f(t,t)=1$ for every $t\ne0$. But both functions $f(0,\ ):t\mapsto f(0,t)$ and $f(\ ,0):t\mapsto f(t,0)$ are continuous everywhere since $f(0,t)=f(t,0)=0$ for every $t$.
-
0So ''continuous'' = ''jointly continuous'' for several variables and otherwise it is called ''continuous in each argument''? – 2013-12-19