jwhit88 said:
Poppycock.
jwhit88 said:
As I am constantly telling students, "An example is NOT a definition!"MeJennifer said:Hmmm, well the digits of PI and e are quite random aren't they.
NoShenk said:If your random number generator is Really random, (virtually impossible)Then, idealy, no the numbers would not repeat in a pattern. Sure you would certainly see the number 3 more than once, but not in a pattern.
MeJennifer said:Hmmm, well the digits of PI and e are quite random aren't they.
Antuan said:It seems logical that given infinite time, any sequence of numbers produced before would be contained within the "ongoing" infinite -and obviously larger- sequence.
G.Antuan
...there is no necessity that an infinite random sequence of digits contain all the digits (0-9) even if all the digits have an equal and finite probability of occurring. SW VandeCarr
Antuan said:About 392, rest assured that what happened once will happen again. That's the thing about infinity...it's infinite, and that's all probable outcomes will happen at some point in time given each probability exists -if it never popped out in the rest of infinity.
SW VandeCarr said:Not according to the Kolmogorov definition. There are finite algorithms for such numbers and they will produce exactly the same digit sequence every time they are run. A true random number generator has an 'algorithm' that is as long as the digit sequence it produces, which is to say infinite; and arbitrary finite portions of the digit sequences they produce are unpredictable from a compact algorithm.
For example the nth digit of the decimal expansion of PI is a fixed number that will be generated by its finite algorithm every time it is run. The nth digit of a random digit sequence is not a fixed number and cannot be known by any finite algorithm that is shorter than n.
SW VandeCarr said:It's probably fair to say that no one knows what infinity 'really' is. Mathematically, it's made comprehensible by considering it as a sequence or process that doesn't end.
skeptic2 said:Suppose I have a true random number generator and it gives me a string of random digits which I record. Then I go back and recall those digits one by one by a finite algorithm. The same digits will be returned in the same order every time I run the algorithm. Are you saying they are no longer random. When did they change from random to non-random?
Mathematically, it's made comprehensible through precision and rigor. As soon as you stop being vague about it, and are willing to write down what you really mean, the various notions of 'infinity' and 'infinite' are actually quite straightforward.SW VandeCarr said:Interesting reply. It's probably fair to say that no one knows what infinity 'really' is. Mathematically, it's made comprehensible by considering it as a sequence or process that doesn't end.
Actually, in the extended real number system, the sequence 1, 2, 3, ... converges to the number [itex]+\infty[/itex].skeptic2 said:Very true. The situation is made worse by the widespread misuse of the concept. Infinity is not a number and it cannot be approached. One million is no closer to infinity than is one. Thus the common usage of x = 1/n as n approaches infinity, though we know what is meant, is not technically correct.
matt grime said:That isn't a good enough definition. There are many interpretations of that sentence.
What is true is that pi is believed to be normal (no proof exists) and that means something very specific, so its *digits* are believed to be 'random' in the sense of 'normal' (see e.g. wolfram for an explanation). If you wanted to generate a 3 digit string at random then sure picking some 3 digit string from pi would create a random (conjecturally) 3 digit string, but it is not producing a random number (how many digits in the string should you pick? And that doesn't even then begin to address what it means to pick a string at random).
Hurkyl said:Mathematically, it's made comprehensible through precision and rigor. As soon as you stop being vague about it, and are willing to write down what you really mean, the various notions of 'infinity' and 'infinite' are actually quite straightforward.
Actually, in the extended real number system, the sequence 1, 2, 3, ... converges to the number [itex]+\infty[/itex].
[itex]+\infty[/itex] is an element of the extended real numbers. Therefore, it is an extended real number. (And surely you have some concept of numbers anywaysskeptic2 said:Except that infinity is not a number but a concept. You even referred to it as a notion.
How aboutHurkyl said:[itex]+\infty[/itex] is an element of the extended real numbers. Therefore, it is an extended real number. (And surely you have some concept of numbers anyways
ramsey2879 said:How about
[tex]1/+\infty = 2/+\infty[/tex] In this situation [tex]+\infty[/tex] can't be treated as a positive number
ramsey2879 said:How about
[tex]1/+\infty = 2/+\infty[/tex] In this situation [tex]+\infty[/tex] can't be treated as a positive number
If [tex]+\infty[/tex] were a positive number you multiply each side to get 1 = 2 which is impossible.CRGreathouse said:Why not?
Why would I get 1=2? Why would the products even be defined? Positiveness is not sufficient to make those claims about extended real number arithmetic...ramsey2879 said:If [tex]+\infty[/tex] were a positive number you multiply each side to get 1 = 2 which is impossible.
skeptic2 said:From: Kolmogorov Complexity http://www.cs.dartmouth.edu/~akapadia/project2/node5.html
"From this point of view, sequences produced by any RNG and the decimal expansions of irrational numbers like pi are not random since their lengths are much longer than the programs that output them."
Just as in my example in post #71 of using a finite algorithm for extracting pre-existing random numbers, the algorithms for the decimal expansion of pi do not create the digits. The digits of pi exist independently from whatever algorithm is used to extract them. The length of the algorithm thus is irrelevant in whether the digits of pi are random or not.
SW VandeCarr said:An algorithm which simply reproduces a set that was previously generated is not creating anything.
SW VandeCarr said:If the original was deemed to be random, its exact reproduction is random, at least according the K definition.
SW VandeCarr said:In effect, the algorithm DOES create the digits insofar that it is a program to do so. If you create an algorithm to write a string in Roman numerals or from an ad hoc character set, it presumably will do that.
skeptic2 said:The algorithms for pi, though finite in length, do produce an endless sequence of digits that agree with those for pi. I don't know if pi is random or not but I'm inclined to assume it's random unless shown otherwise. Though it may be possible to disprove the randomness of the digits of pi, I suspect it isn't possible to prove they are random.
skeptic2 said:"Your missing the whole point! How can a sequence that is fully determined be random??"
The same way that a random sequence when stored and the digits recalled by algorithm is still random. I thought we had agreed on that (#73).