Let $X$ have an exponential distribution with parameter $\lambda > 0$, and let $Y := \left \lceil X \right \rceil$. Show that $\mathbb{P}(Y=k) = (1-p)^{k-1}p$ for each $k \in \mathbb{N}$, where $p=\mathbb{P}(X<1)$. Hint: show that $\mathbb{P}(Y>k)=(1-p)^{k}$.
If I am correct, the density function of X is $\lambda e^{-\lambda x}$, and
$\mathbb{P}(X<1)=1-\mathbb{P}(X\geq 1)=1-\int_{1}^{\infty} \lambda e^{-\lambda x} \;\mathrm{d}x = 1-e^{-\lambda}$.
So $p=1-e^{-\lambda}$.
This would mean the first step would be to show that
$\mathbb{P}(Y>k)=(1-p)^{k} = e^{-\lambda k}$
But whenever I try to do this, I run into the ceiling function of which an inverse cannot be found, and Y depends on X. Im just looking for a push in the right direction!
If $Y = \lceil X \rceil$, then $$\begin{align*} \Pr[Y = k] &= \Pr[k-1 < X \le k] \\ &= \Pr[X \le k] - \Pr[X \le k-1] \\ &= e^{-\lambda(k-1)} - e^{-\lambda k} \\ &= e^{-\lambda (k-1)}(1 - e^{-\lambda}) \\ &= (1-(1-e^{-\lambda}))^{k-1}(1-e^{-\lambda}) \\ &= (1-p)^{k-1} p.\end{align*}$$