mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2009-07-13, 06:44   #12
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by retina View Post
Actually easy to prove.

At some point, x, you will always have a non-zero chance to reach termination (0) equal to q^x. Where q=1-p of course, and p>0.5.
How does that prove anything here? I agree with the statement "at a given point x there is a nonzero probability of termination" but don't see why that would imply that the chance of eventual termination is 100%.

For example, was that true, a biased (p > 0.5) 1-D random walk would be recurrent, and I don't believe it is.
CRGreathouse is offline   Reply With Quote
Old 2009-07-13, 06:56   #13
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

11000010101002 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
How does that prove anything here? I agree with the statement "at a given point x there is a nonzero probability of termination" but don't see why that would imply that the chance of eventual termination is 100%.
I would expect that for there to be a guarantee that you never reach zero then the chance of reaching zero also has to be zero. But since there is always a positive chance to reach zero then, given enough time, you will reach zero. How could you never reach zero unless the actual chance to get there is also zero?

I think the key point is the "given enough time". Clearly this could be considerable and for practical purposes people would ignore such large time periods, but mathematically you can't dismiss it so easily.
retina is online now   Reply With Quote
Old 2009-07-13, 07:18   #14
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Sorry if I've misunderstood something, but are you saying that a random walk which goes up with a probability of 1 - epsilon (make epsilon as close to 0 as you want) and down with a probability of epsilon is certain to reach 0 at some point? If so, give me a proof. Not a Fischbach-style argument, a proof.

Last fiddled with by 10metreh on 2009-07-13 at 07:19
10metreh is offline   Reply With Quote
Old 2009-07-13, 07:35   #15
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

141248 Posts
Default

I think that trying to prove the opposite (that there is zero chance to terminate) has already been shown to be false, it is always epsilon^x, which is never zero.
retina is online now   Reply With Quote
Old 2009-07-13, 11:41   #16
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

84310 Posts
Default

If the chance of reaching x goes to 0 as x goes to infinity, then there is a 'zero percent chance of reaching infinity' (using the inexact language in the problem). It is only when the limit is above zero do you say that there is 'a chance of reaching infinity'.

Agree that aliquot sequences aren't fully random, but what does appear to be random is what comes after a sequence ends. Since drivers don't appear to last all the way down or up and the next driver is random, then they do in a sense act randomly - just on a larger scale than one step. So while not a proof, it does offer intuition to the problem.

Given the numerical simulation from axn, it would appear that the answer is yes, you can have unbounded sequences provided the chance of going up is always greater than going down which argues against the Catalan Conjecture. There would have to be some kind of structure to the sequences that forces them down to 1 or cycles, or some other aspect to them I am not considering here.
Greebley is offline   Reply With Quote
Old 2009-07-13, 11:46   #17
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

11101001001002 Posts
Default

Quote:
Originally Posted by retina View Post
I think that trying to prove the opposite (that there is zero chance to terminate) has already been shown to be false, it is always epsilon^x, which is never zero.

See Feller. It is perhaps the "bible" on probability theory.

A one-dimensional random walk with probabilities p and (1-p) will always return
to the origin infinitely often. It goes to oo with probability 0, but
can drift arbitrarily far from the origin. That is to say, for any real M
the random walk will cross M infinitely often.

Last fiddled with by R.D. Silverman on 2009-07-13 at 11:47 Reason: typo
R.D. Silverman is offline   Reply With Quote
Old 2009-07-13, 12:52   #18
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
See Feller. It is perhaps the "bible" on probability theory.

A one-dimensional random walk with probabilities p and (1-p) will always return
to the origin infinitely often. It goes to oo with probability 0, but
can drift arbitrarily far from the origin. That is to say, for any real M
the random walk will cross M infinitely often.
Are you saying that, if the probability of going up is 1-\epsilon and the probability of going down is \epsilon, where \epsilon is made as small as possible without reaching 0, then even though almost all steps will be up, the walk will eventually return to 0?

Last fiddled with by 10metreh on 2009-07-13 at 12:54
10metreh is offline   Reply With Quote
Old 2009-07-13, 14:13   #19
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3·281 Posts
Default

In the wikipedia article they state that a simple random walk is one with an equal chance of going in either direction, but it doesn't state anything about a walk that is biased in one direction. I am not even sure what a non-equal chance 'random walk' would be called - is it even a random walk? This makes it hard to search for. I will look up Feller's book if I get the chance, but I don't go by the local library at all these days - I don't have a lot of time to read it seems.
Greebley is offline   Reply With Quote
Old 2009-07-13, 14:33   #20
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

11101001001002 Posts
Default

Quote:
Originally Posted by Greebley View Post
In the wikipedia article they state that a simple random walk is one with an equal chance of going in either direction, but it doesn't state anything about a walk that is biased in one direction. I am not even sure what a non-equal chance 'random walk' would be called - is it even a random walk? This makes it hard to search for. I will look up Feller's book if I get the chance, but I don't go by the local library at all these days - I don't have a lot of time to read it seems.
For those who think the result is counter-intuitive:

Suppose the random walk is at point M>0 at some point in time.
The probability that it will return to 0 without ever taking a right
step is just epsilon^M. This may be small, but it is non-zero.
The probability is even larger if one allows some right steps
along the way. This may be modelled as a Markov process.
The transition matrix is simple because the probability of moving left
(or right) is fixed at each step. The process is also Ergodic.

The value of epsilon DOES NOT MATTER as long as it is non-zero.
R.D. Silverman is offline   Reply With Quote
Old 2009-07-13, 15:47   #21
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
For those who think the result is counter-intuitive:

Suppose the random walk is at point M>0 at some point in time.
The probability that it will return to 0 without ever taking a right
step is just epsilon^M. This may be small, but it is non-zero.
The probability is even larger if one allows some right steps
along the way. This may be modelled as a Markov process.
The transition matrix is simple because the probability of moving left
(or right) is fixed at each step. The process is also Ergodic.

The value of epsilon DOES NOT MATTER as long as it is non-zero.
So, in short, all random walks eventually return to zero? So how did axn's calculations go wrong?

Last fiddled with by 10metreh on 2009-07-13 at 15:47
10metreh is offline   Reply With Quote
Old 2009-07-13, 15:53   #22
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

2·7·132 Posts
Default

It's been a few decades since I last read Feller, but I think the probability of ever returning to zero is less than 1 when the upward step probability is greater than the downward step. Here's the analysis as I recall it:

Let "x" be the probability of ever reaching to zero from one. At the next step you reach zero with probability p and you reach two with probability 1-p. If you reach zero, you are done. If you reach two, then to reach zero you must at some point reach one, and then reach zero from one. But reaching one from two is the same as reaching zero from one - so that probability is x. Hence the probability of ever reaching zero from two is x2. Putting these observations together leads to the equation

x = p + (1-p)*x2

This equation has solutions x=1 and x=p/(1-p). When downward steps predominate, x=1 is the only solution that is a probability. When upward steps predominate both are probabilities, so it requires a bit more work to show which solution is the correct probability. I think that works by setting up the equation for "never returns to zero from one" as "first goes to two" and then either "never returns to one from two" or "returns to one from two but never returns to zero from one."

WIlliam
wblipp is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
What are the chances that M44 isn't M44? jasong Information & Answers 12 2013-10-07 04:45
Infinity, thou art a heartless bitch chalsall Game 1 - ♚♛♝♞♜♟ - Shaolin Pirates 15 2013-02-20 20:53
Concept of the Infinity 9021951 Miscellaneous Math 51 2011-11-04 21:43
Infinity times Zero equals Two AntonVrba Lounge 4 2010-10-28 20:10
Prove that the limit is infinity.. kakos22 Information & Answers 4 2010-04-18 23:18

All times are UTC. The time now is 23:22.


Fri Aug 6 23:22:19 UTC 2021 up 14 days, 17:51, 1 user, load averages: 3.77, 4.00, 4.02

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.