The previous two answer's are I think coming at the problem "backwards" - though they are both correct. They do not start with the postulate and end with the conclusion. If we start from the postulate, then we have:
$$Pr(\text{No event in} [t,t+dt])=1-Pr(\text{1 event in} [t,t+dt])=1-\lambda dt$$
If we define the function $h(t)$ as follows:
$$Pr(\text{No event in} [0,t])=h(t)$$
$$Pr(\text{No event in} [0,t+dt])=h(t+dt)$$
Additionally, we can use the independence of the increments - another postulate of the poisson process and we have:
$$h(t+dt)=h(t)[1-\lambda dt]\implies\frac{h(t+dt)-h(t)}{dt}=-\lambda h(t)$$
Taking the limit as $dt\to 0$ we have $h'(t)=-\lambda h(t)$ which implies $h(t)=K\exp(-\lambda t)$. We can resolve the proportionality constant by noting that $h(0)=1$ - i.e. it is certain to see no events in $[0,0]$. This gives $K=1$. This derivation can be found here (page 4) along with how to extend it to the probability for any number of events (basically by multiplying the zero count probability by $\lambda^n$ where $n$ is the number of events).