Memory Less
Memory Less
A random variable X is memoryless if for all numbers a and b in its range, we have
P (X > a + b|X > b) = P (X > a) .
(1)
(We are implicitly assuming that whenever a and b are both in the range of X, then so is a + b. The
memoryless property doesnt make much sense without that assumption.) It is easy to prove that if
the range of X is [0, ), then X must be exponential. Similarly, if the range of X is {0, 1, 2, ...},
then X must be geometric.
Proof for the [0, ) case: Lets define G(a) := P (X > a). If X is memoryless, then G has the
following properties:
1. G(a + b) = G(a) G(b).
2. G is monotonically decreasing, i.e., if a b then G(a) G(b).
Property 1 follows directly from Eq. (1); Property 2 is a consequence of the definition of G. Well
see that the above two conditions imply that for all real x 0,
G(x) = G(1)x .
(2)
(3)
QED
(4)
this is obtained from Property 1 by setting g(x) = log(G(x)). The proof above shows that if g is
decreasing, then the only solution of Eq. (4) is g(x) = cx for some constant c. What happens if we
drop the requirement that g is decreasing? Then there can be extremely strange solutions to Eq. (4)!
These pathological solutions have some amazing properties, including 1) discontinuities at every
point; 2) unbounded on every open interval; and 3) they are not measurable. Such functions
cannot be the pdf of any random variable!
If youre interested in learning more, start with
http://en.wikipedia.org/wiki/Cauchy functional equation
You might also want to check out Lectures on Functional Equations and Their Applications by J
Aczel.