No problemo:
First, some notations: each trade is a biased coin toss with probability of head being p_win and tail being p_lose; you win +$a if you flip head, and -$b if you flip tail.
Let's say at some point, you have NAV of $n and you consider the next $n/$b tosses; The probability of ruin is getting tail for exactly $n/$b tosses - which is of course p_lose^($n/$b).
Now let's consider we start with capital $n0. If after $n0/$b tosses, we are still in business and have capital $n1, then the probability of getting to the end of toss $n1/$b is:
(p_lose^($n0/$b))*(p_lose^($n1/$b))
Since $n0/$b is always positive, and p_lose > 0, then (p_lose^($n0/$b))*(p_lose^($n1/$b)) > (p_lose^($n0/$b)).
That is to say, your probability of survival gets smaller at each step of $x/$b tosses, where $x is whatever your NAV happens to be at the end of the previous step.
NOTE: this is key: p_lose^($n/$b) can NEVER be greater than one regardless of of the size of $n and $b because $n >0 (or you are ruined) and $b > 0 (remember, you lose -$b, so $b is the magnitude of the loss).
Then as we keep multiplying these together, this series converges of 0 as the number of multiplications converges to infinity because each successive probability is zero.
Thus, as the probability of survival goes to zero at infinity, probability of ruin (1 - probability of survival, goes to 1).
QED
Quote from kut2k2:
Then you'll have no problem producing the formula that shows 100% risk of ruin.