The task is to proof that a discrete distribution is memoryless if and only if it is a geometric distribution.
I haven't wrote this proof myself, but I understand how to prove that a geometric distribution is memoryless:
$\operatorname{P}(X=n|X>m)=\frac{\operatorname{P}(X=n\wedge X>m)}{\operatorname{P}(X>m)}=\frac{\operatorname{P}(X=n)}{\operatorname{P}(X>m)}=\frac{(1-p)^{n-1}p}{(1-p)^m}=(1-p)^{n-m-1}=\operatorname{P}(X=n-m)$
But how to prove the other direction of the implication, that is, how to prove that if a discrete distribution is memoryless then it is a geometric distribution, under assumption that the associated random variable's values can only be natural?