Exponential family has a very good property that could be used to conclude if a statistic is complete:
$X_1,X_2,\ldots,X_n$ are from exponential family which has the form as: $$f(x\mid \theta )=h(x)c(\theta )e^{\sum_{i=1}^k w_i(\theta )t_i(x)},\text{ where }\theta =(\theta_1,\ldots,\theta _d ), d\leqslant k$$
Then $T(X)=\left(\sum_{j=1}^k t_1(X_j), \ldots , \sum_{j=1}^k t_k(X_j)\right)$ is complete if $\{w_1(\theta ), \ldots , w_k(\theta )\}$ contains an open set in $\mathbb{R}^k$
With this property, I'm solving a question as following:
$X_1,X_2,\ldots,X_n$ are iid from $\mathrm{Geo}(\theta ), 0<\theta <1$
$$f(x\mid \theta )=(1-\theta)^{x-1}\theta=\frac{\theta }{1-\theta }e^{x\cdot \ln\frac{\theta}{1-\theta}}$$
My question is:
how to explain $\left\{\ln\frac{\theta}{1-\theta}\right\}$ contains an open set in $\mathbb{R}^1$, isn't $\left\{\ln\frac{\theta}{1-\theta}\right\}$ itself a point in $\mathbb{R}^1$?
Thanks!!