A continuous RV X is called exponential with parameter λ if its pdf is f(x)=\left\{
\begin{array}
\ \lambda e^{-\lambda x}&x\ge0\\
0&\mbox{otherwise}
\end{array}
\right.and cdf F(x)=\left\{
\begin{array}
01-e^{-\lambda x}&x>0\\
0&x\le0
\end{array}
\right.For RV X∼\mboxExp(λ) E[X]\mboxVar(X)=λ1=λ21 # Intuition The exponential RV is used to model the waiting time between states, if the average waiting time is constant . The parameter λ models the rate at which the states transition. See also What is the intuition behind the exponential distribution? - Mathematics Stack Exchange
For n=1,⋯, let Xn be the elapsed time between the occurrences of the n−1th and nth events of a Poisson Process with rate λ. Then Xn is the exponential RV with parameter λ
Let T be a RV taking positive values. Then T has an exponential distribution if and only if it has the following memoryless property P(T>s+t∣T>s)=P(T>t), \mboxforalls,t≥0
Let X1,X2,… be a sequence of independent exponentially distributed random variables. Assume Xn∼\mboxExp(λn) for λn>0 and each integer n≥0, then, 1. If n=1∑∞λn1<∞, then P(n=1∑∞Xn<∞)=1 2. If n=1∑∞λn1=∞, then P(n=1∑∞Xn=∞)=1
Let I be countable set. Let {Tk:k∈I} be a sequence of independent exponentially distributed RVs such that Tk∼\mboxExp(qk) and 0<q=k∈I∑qk<∞. Denote T as the infimum of the infinite sequence: T=inf{Tn:n∈N}Then this infimum (or T) is attained at a unique random value K of k w.p.1 i.e. P(K<∞)=1Moreover T and K are independent with T∼\mboxExp(q) and P(K=k)=qqk ## Definition from class (which kinda sucks) Now define K as follows: if there exists unique k∈I such that Tk=T, then K=k; otherwise K=∞ i.e. K={k∞∃\mboxuniquek\mboxs.t.Tk=TotherwiseThen - P(K<∞)=1 and P(K=k)=qqk - T∼\mboxExp(q) - T and K are independent