1

Let $I = [0 , 1]$; let $Q = I \times I$. Define $f: Q \to \mathbb{R}$ by letting $f(x , y) = 1 /q$ if y is rational and $X = p/q$, where p and q are positive integers with no common factor; let $f(x, y) = 0$ otherwise.

need help with c) enter image description here

Lost1
  • 7,895

1 Answers1

0

Notice, by part 2,

$\int_{y\in [0,1]} f(x,y) \text{d}y = 0$,

you should also find that:

$\int_{x\in [0,1]} f(x,y) \text{d}x = 0$

Note that this means $\int_{x\in[0,1]}\int_{y\in [0,1]} f(x,y) \text{d}y \text{d}x = \int 0 \text{d}x = 0 = \int 0 \text{d}y = \int_{y\in [0,1]} \int_{x\in [0,1]} f(x,y) \text{d}x\text{d}y$

which verifies Fubini's theorem which says you are allowed to exchange the order of integration in this case.

Lost1
  • 7,895