The title says it all.
For an infinite geometric series, we know that if $|x| < 1$, then
$$\sum_{i=0}^{\infty}{x^i} = \frac{1}{1 - x}.$$
On the other hand, if $|x| \geq 1$, then the the infinite geometric series
$$\sum_{i=0}^{\infty}{x^i} = 1 + x + x^2 + x^3 + \cdots$$
diverges, so that we consider the case of a finite geometric series.
We know that the equation
$$Y = \sum_{j=0}^{k}{y^j} = 1 + y + \cdots + y^k = \frac{y^{k + 1} - 1}{y - 1}$$
holds.
Traditionally, an upper bound for $Y$ is obtained via
$$Y = \frac{y^{k + 1} - 1}{y - 1} < \frac{y^{k + 1}}{y - 1}$$
so that we get
$$Z = \sum_{j=0}^{k}{y^{-j}} = 1 + \frac{1}{y} + \cdots + \frac{1}{y^k} = \frac{Y}{y^k} < \frac{y}{y - 1}.$$
My question is this: Is it possible to improve on the upper bound $$\frac{y}{y - 1}$$ for $$Z = \sum_{j=0}^{k}{y^{-j}}?$$ Or is this already the least upper bound for $Z$?
Of course, I would have to qualify that I am interested in upper bounds for $Z$ that do not depend on $k$.