X has exponential distribution with probability density function $f(x)=\lambda e^{-\lambda x}\;$ for $x > 0$. We define $Y:=[X]$ (i.e Y is floor function of X). Compute $P(X=k)$ for $ k=0,1,2, ...$ Find distribution of Y ( including the parameters).
First step: We need to compute $P(X=k)$ for $ k=0,1,2, ...$
we know that distribution function of X is:
$F(x)=P[X \le x]=\int_{-\infty}^{x} 1-e^{-\lambda x} dx$
But then shouldn't always be the probability of $k=0,1,2 ...$ zero? Because we don't compute any area under the function.
But I think my approach is in some way wrong and I am not really sure, if I understand the example.