Let $X_1$, $X_2$, $\cdots$, $X_n$ be $n$ random variables independently sampled from the exponential distribution $\text{exp}(1)$. Suppose $k \leq n$, and $X_{(k)}$ is the $k$-th order statistic, i.e., the $k$-th smallest value in $\{X_1, X_2, \cdots, X_n\}$. Is $\mathbb{E}[\frac{k-1}{X_{(k)}}]$ equal to $n$? If $\text{uniform}(0, 1)$ is used instead of $\text{exp}(1)$, is $\mathbb{E}[\frac{k-1}{X_{(k)}}]$ equal to $n$?
What I have obtained. I have known how to compute the pdf and expectation of $X_{(k)}$.
For the case of $\text{exp}(1)$, we have $$ X_{(k)} = Y_n + Y_{n-1} + \cdots + Y_{n -k + 1}$$ where $Y_i \sim \text{exp}(i)$. Therefore, $$\mathbb{E}(X_{(k)}) = \mathbb{E}(Y_n) + \mathbb{E}(Y_{n-1}) + \cdots + \mathbb{E}(Y_{n-k+1})= \frac{1}{n} + \frac{1}{n-1} + \cdots + \frac{1}{n-k+1}$$ Please refer to http://www.math.kth.se/matstat/gru/sf2955/exponorderstats.pdf
For the case of $\text{uniform}(0,1)$, we have $$\mathbb{E}(X_{(k)}) = \frac{k}{n+1}$$ Please refer to https://probabilityandstats.wordpress.com/2010/02/21/the-order-statistics-and-the-uniform-distribution/
What I have not obtained. I failed to obtain $\mathbb{E}[\frac{k-1}{X_{(k)}}]$ for both $\text{exp}(1)$ and $\text{uniform}(0, 1)$ cases because of the existence of reciprocal. Generally, we do NOT have $$ \mathbb{E}[\frac{1}{X}] = \frac{1}{\mathbb{E}[X]} $$ Any idea to conquer this problem?
As suggested by @BruceET's experiments, the answer to the first question is NO, while the answer to the second question is YES. But I need more serious mathematical proof for them.
Look at the generic formula for finding PDFs of order statistics.
In the case of $Exp(1)$ data, the simulation below indicates that $(k-1)/X_{(k)}$ is heavily biased as an estimator for $n,$ for the case $n = 10,\,k = 4.$
However, for data from $Unif(0,1)$ it seems that $(k-1)/X_{(k)}$ is unbiased for the case $n = 10,\, k=4.$
In the uniform case it should be relatively easy to find the distribution of $X_{k}$. Maybe that is a good place to start. Roughly speaking and on average, the 10 order statistics of a sample of size 10, divide $(0,1)$ into 11 equal parts. That may provide some intuition.