3

Let $f(x, y)$ be a continuous, real-valued function on $\mathbb{R}^2$. Suppose that, for every rectangular region $R$ of area 1, the double integral of $f(x, y)$ over $R$ equals 0. Must $f(x, y)$ be identically 0?

user64494
  • 5,811

1 Answers1

2

Hint: Consider $g(y)=\int_0^1 f(x,y)dx$. Since the intgeral of $f$ over $[0,1]\times[y,y+1]$ equals that over $[0,1]\times[y+\epsilon,y+1+\epsilon]$, we conclude $\int_y^{y+\epsilon} g(y)dy=\int_{y+1}^{y+1+\epsilon}g(y) dy$ and in the limit $g(y+1)=g(y)$, that is $g$ is periodic with period $1$.

  • It solves the question. I thought about the discontinuous function $f(x,y):=1/\text{denominator of}$ $ x $ if $x$ and $y$ are rationals and 0 otherwise. – user64494 May 21 '13 at 07:07