I am interested in computing the following limit: $$ \lim_{r\ \to\ {+}0}\,\,\frac{\displaystyle\int_{-r}^{r} \int_{-r}^{r}{\rm e}^{-\left(x\ +\ y\right)^{\,\,2}}\,\, {\rm d}x\,{\rm d}y}{\displaystyle\int_{-r}^{r}\int_{-r}^{r} {\rm e}^{-x^{2}\ -\ y^{2}}\,\,\,{\rm d}x\,{\rm d}y} $$ My first idea was to use polar coordinates and then Fubini's theorem. However since we are not integrating over a "circular" region this didn't work out so well. Then, I remembered a corollary of the Lebesgue differentiation theorem which tells us that if $f \in L_{1}(\mathbb{R})$ then $$ f(b)=\displaystyle\lim_{t \to{+}0}{} \displaystyle \frac{1}{2t}\int_{b-t}^{b+t} f $$ for every $b$ in which $f$ is continuous. We can try to apply this result to the denominator integral writing $$ \int_{-r}^{r} \int_{-r}^{r} e^{-x^2-y^2} dx dy= \left( \int_{-r}^{r} e^{-x^2} dx \right)\left( \int_{-r}^{r} e^{-y^2} dy \right) $$ But it won't work for the other integral since we can't "separate" as in this case.
Any help?
In advance thank you very much.
After some consideration I've found that this limit is trivial! You just have to use a similar corollary of the one you wrote: $$f(0,0)=\lim_{r\to 0^+}\frac{1}{4r^2}\int_{[-r,r]\times [-r,r]}f(x,y)d(x,y),$$ when $f$ is continuous at $(0,0)$.
So the limit is $1$.