I have a question regarding completeness of a statistic. So the problem is:
$n$ numbers are chosen randomly and independently between $a$ and $b$ ($0 < a < b$) but the information about $a$ and $b$ has been lost.
- Find a minimal sufficient statistic for $(a, b)$ and check that it is complete.
I have found the minimal sufficient statistic $(\min X, \max X) \equiv (U,V)$ and their distributions, which are, respectively
$$ f_u = n f(x) [1-F(x)]^{n-1} = n \frac{1}{b-a} \left[ 1-\frac{x-a}{b-a} \right]^{n-1}, \\ f_v = n f(x) F(x)^{n-1} = n \frac{1}{b-a} \left[ \frac{x-a}{b-a} \right]^{n-1}, $$
exploiting the fact that the samples come from a uniform distribution. However, I can only show that $V$ is complete, not $U$... More specifically, for a function $g$, $\mathrm{E}[g(U)]=0$ for $x = b$. What am I doing wrong here?