In Probability, a probability distribution is said to have the Memoryless Property (https://en.wikipedia.org/wiki/Memorylessness) if the following condition is true:
\begin{equation} \text{Memoryless Property:} \quad P(X > s + t | X > s) = P(X > t) \quad \text{for all $s, t \geq 0$} \quad \end{equation}
In general, the above condition only holds for the Exponential Probability Distribution:
\begin{equation} \text{Exponential PDF:} \quad f(x; \lambda) = \lambda e^{-\lambda x} \end{equation}
My Question: I am trying to understand why the Memoryless Property only holds for the Exponential Distribution.
In a previous question I posted (https://math.stackexchange.com/posts/4806515), I was told (in the comments section) that the Memoryless Property satisfies the Cauchy Functional Equation $G(t+s)=G(t)+G(s)$: but I don't know why this is true. Why does the Memoryless Property mean that the Cauchy Functional Equation is satisfied?
While I don't fully understand why, it was so explained to me that the only monotonic (I don't know why the emphasis on "monotonic" is relevant here - I think its because Probability Distribution Functions are strictly required to be monotonic?) function that satisfies the Cauchy Functional Equation is $G(t)=A$ for some constant $A$.
Some additional comments were provided, such that the above implies $FX(t)=1−e−\lambda t$ for some $\lambda >0$ - but I don't understand why this is implied.
A last comment is provided where the Cauchy Functional Equation is written as $H(x+y)=H(x)H(y)$, but on the Wikipedia page (https://en.wikipedia.org/wiki/Cauchy%27s_functional_equation) its written in the form of $H(x+y)=H(x) + H(y)$
All in all, I am quite confused on how the Cauchy Functional Equation can be used to prove that the Memoryless Property only holds for the Exponential Distribution. Can someone please help me understand this proof?
Thanks!
References:
Note: Here is my own proof that shows that the Exponential Distribution satisfies the Memoryless Property:
\begin{equation} \text{Exponential PDF:} \quad f(x; \lambda) = \lambda e^{-\lambda x} \end{equation}
\begin{equation} \text{Exponential CDF:} \quad P(X \leq x) = F(x; \lambda) = 1 - e^{-\lambda x} \end{equation}
\begin{equation} \text{Survival Function of the Exponential Distribution: 1 - Exponential CDF:} \quad 1 - P(X \leq x) = P(X > x) = e^{-\lambda x} \end{equation}
Using Law of Conditional Probability:
\begin{equation} P(X > s + t | X > s) = \frac{P(X > s + t \text{ and } X > s)}{P(X > s)} = \frac{P(X > s + t)}{P(X > s)} \end{equation}
\begin{equation} P(X > s + t | X > s) = \frac{e^{-\lambda (s + t)}}{e^{-\lambda s}} = e^{-\lambda t} = P(X > t) \end{equation}