Let $T$ be the time until a radioactive particle decays, and suppose that $T$~$Expo(\lambda)$.
(a) Find the half-life of the particle.
Median (half-life) occurs when CDF = $\frac{1}{2}, F_T(m) = \frac{1}{2}$.
For any positive number $t$, we have
$F_T(t) = P(T\leq t) = \int_{0}^{t} \lambda e^{-\lambda x} dx = 1-e^{-\lambda x}$
To find the median, we set the above equation equal to $\frac{1}{2}$ and solve for m.
$\frac{1}{2} = e^{-\lambda m}$ $\rightarrow$ $ln(\frac{1}{2}) = -\lambda m$ $\rightarrow$ $m = \frac{ln(2)}{\lambda}$
(b) Show that for $\epsilon$, a small positive constant, the probability that the particle decays in the time interval $[t, t + \epsilon]$, given that it has survived until time t, does not depend on $t$ and is approx. proportional to $\epsilon$.
This is where I am stuck. My first inclination is to find $P(t<T<t+\epsilon)$ but I am not even sure how to compute this. Any and all help is appreciated.