Can the No Win Random Walk Conjecture Be Proven Using Martingales?

Click For Summary
SUMMARY

The No Win Random Walk Conjecture asserts that no strategy for entering and exiting a random walk can yield a non-zero expected profit. The discussion highlights the recurrence relation for a random walk defined as X_{t+1} = X_t + \Delta X, where \Delta X follows a normal distribution. The optional stopping theorem confirms that the expected value of a martingale at a stopping time equals its last recorded value, leading to the conclusion that the expected profit for any strategy is zero. The probability P of reaching a profit threshold can be calculated, reinforcing the conjecture's validity.

PREREQUISITES
  • Understanding of stochastic processes
  • Familiarity with martingales
  • Knowledge of the optional stopping theorem
  • Basic concepts of probability theory
NEXT STEPS
  • Study the optional stopping theorem in detail
  • Learn about martingales and their applications in probability theory
  • Explore stochastic processes and their implications in random walks
  • Read introductory texts on measure theory to support advanced concepts
USEFUL FOR

Mathematicians, statisticians, and anyone interested in probability theory, particularly those exploring random walks and martingale strategies.

junglebeast
Messages
514
Reaction score
2
A random walk can be defined by the following recurrence relation,

<br /> X_{t+1} = X_t + \Delta X<br />

where \Delta X \sim \mathcal{N}(0, \sigma^2).

At any time t1 \geq 0 a strategist may enter, and at any time t2 &gt; t1 a strategist may exit. The resulting profit p is given by:

<br /> p(t1,t2) = X_{t2} - X_{t1}.<br />

Because each recursive step is IID, a sequence of n steps may equivalently be written as

<br /> X_{t+n} = X_t + Y<br />

where Y \sim \mathcal{N}(0, n \sigma^2).

Thus, the expected value for profit if you buy at any t1 and sell at t2+n (for any n) is zero,

<br /> E(p(t1, t2)) = E(Y + X_t - X_t) = E(Y) = 0<br />

A strategy is a method for choosing t1 and t2 without future knowledge. For example, a strategy could be:

t1 = 0
if t &gt; 0 and: X_t &gt; X_{t1} + 50 or X_t &lt; X_{t1} - 100 then t2 = t

I do not know how to calculate the expected value of that strategy but I think it is zero.

Conjecture:

There is no strategy for entering and exiting that has a non-zero expected value for profit.

Now this seems like an intuitively obvious statement -- but can it be proven mathematically?
 
Physics news on Phys.org
junglebeast said:
I do not know how to calculate the expected value of that strategy but I think it is zero.

That's the http://en.wikipedia.org/wiki/Optional_stopping_theorem" .
junglebeast said:
Now this seems like an intuitively obvious statement -- but can it be proven mathematically?

Yes, by the optional stopping theorem it is true whenever E[t_2]&lt;\infty and t1, t2 are stopping times. However, if t1 = 0 and t2 is the first time at which X(t2)-X(t1)=n (any integer n>0) then you have E[X(t2)-X(t1)]=n>0. In this case, t2 does not have finite expectation.
 
Last edited by a moderator:
gel,

I was not aware of the concept of a "martingale" or the "optional stopping theorem," which clearly pertain to a very similar class of problems, so thank you for bringing this to my attention.

After looking it up, the optional stopping theory says that the expected value of a martingale (eg, of a random walk) at some stopping time is equal to its last recorded value. Note that I already discovered this when I showed that E( X_{t+n} ) = X_t.

Clearly, if the current time is t and one chooses any future time's t1 > t and t2 > t1, then

<br /> E( X_{t2} - X_{t1} ) = E(X_{t2}) - E(X_{t1}) = t1 - t1 = 0<br />

However, this does not alone answer the question...the expected value of profit for the strategy I provided is equal to:

<br /> E(...) = 50*P - 100*(1-P)<br />

where P is the probability that the random walk reaches t1+50 BEFORE it reaches t1-100. How do you calculate P?

Also, that is just one strategy...and more is needed to extend this to all possible strategies
 
I'm not sure what the issue is. The optional stopping theorem does answer your question. Maybe you missed the definition of stopping time? They are random times which can be chosen 'without future knowledge', as you mentioned in your first post.

It follows from the theorem that the expected profit of your strategy is zero, and this fact can be used to calculate P. 50 p - 100 (1-p)=0 and, therefore, p = 2/3.
 
Also, martingales are an important concept to understand if you want to consider such questions. The term 'martingale' originally referred to gambling strategies, and the mathematical term was introduced to study and prove that such such strategies cannot produce a positive profit on average. It has since developed into an important part of probability theory and the foundation of much of the field of stochastic processes.

The book I initially read when learning this topic was https://www.amazon.com/gp/product/0521406056/?tag=pfamazon01-20, which is a fairly easy introduction to the subject and only considers discrete-time processes (continuous-time is much more complicated, but also interesting). Would probably help to have an understanding of measure theory first though.
 
Last edited by a moderator:

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K