<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1191268336560518337</id><updated>2011-04-21T15:10:47.624-07:00</updated><title type='text'>Kryptograff</title><subtitle type='html'>Kryptograff contains Paul Conant's thoughts on scientific and mathematical matters. Conant is a journalist who holds no scientific degrees. This blog was set up after problems at the previous address: http://kryptograff.blogspot.com. Please check there for previous posts.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-79481217715908037</id><published>2008-04-06T13:59:00.000-07:00</published><updated>2008-04-06T14:17:20.366-07:00</updated><title type='text'>A wunderbar password for anyone</title><content type='html'>The trouble with the password system described below is, what happens if you forget your calculator? That, in fact, is just what I did today and as a result could not enter several of my accounts.&lt;br /&gt;&lt;br /&gt;But as I was out driving last night a wunderbar idea hit me. Select a license plate at random and then vary it a bit. The plate is easily remembered but, if not a vanity plate, presents an effectively random string.&lt;br /&gt;&lt;br /&gt;In New Jersey, where I've been biding my time of late, the plates are six characters of the form XJG 23P, or, that is, LLLNNL, where L stands for letter and N for numeral.&lt;br /&gt;&lt;br /&gt;Just in case an adversary might run all U.S. plates with six characters, we alter the string by adding a number or letter, making one substitution and tossing a coin to decide whether to transpose the two elements above. That is, we might write 23P XKG M or XKG 23P M or, we can place the M as the first or second element.&lt;br /&gt;&lt;br /&gt;Even if the adversary discerns the order, as in LLLNNL(L or N), the number of combinations is (26^4 x 100 x 36)/6 = about 274 million. If the order is unknown, the adversary must contend with 36^7 = about 78 billion possibilities.&lt;br /&gt;&lt;br /&gt;So, in order to combat identity theft, internet hacking and unwarranted government snooping, we should encourage Americans and indeed everyone to adopt this excellent password technique.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-79481217715908037?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/79481217715908037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=79481217715908037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/79481217715908037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/79481217715908037'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2008/04/wunderbar-password-for-anyone.html' title='A wunderbar password for anyone'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-5928863628701117960</id><published>2008-04-05T11:47:00.000-07:00</published><updated>2008-04-05T13:11:55.655-07:00</updated><title type='text'>Passwords: the weakest security link</title><content type='html'>I've been laboring under the delusion that passwords composed of words and numbers are relatively effective. Adding numbers to passphrases was recommended in order to defeat the dictionary search algorithm. But, upon reflection, I thought of a variant algorithm to tease out probable words in passphrases.&lt;br /&gt;&lt;br /&gt;It goes like this:&lt;br /&gt;&lt;br /&gt;Step 1. Search all words, common names and short phrases of length L, which is the length of the passphrase, if known. Even if not known, the maximum password length normally is known, and L can be set to L&lt;sub&gt;max&lt;/sub&gt; &lt;br /&gt;&lt;br /&gt;Step 2. If Step 1 fails, begin at character 1 and search all words of length L-1 and check all 10 numerals for the last space.&lt;br /&gt;&lt;br /&gt;Step 3. If that fails, do the same for L-2, checking all 100 two-digit numbers for the last two spaces.&lt;br /&gt;&lt;br /&gt;If need be, proceed to perhaps L-n = 3 (a three-letter word) and check the number combinations to the right, a not unreasonable computer task for six numerals (a million possibilities).&lt;br /&gt;&lt;br /&gt;Then reverse the process, checking numbers of m digits followed by words of length n, where m+n = L.&lt;br /&gt;&lt;br /&gt;If need be, check all possibilities such as&lt;br /&gt;&lt;br /&gt;xx(dictionary word of length L-5)xxx&lt;br /&gt;&lt;br /&gt;That is, we check all 100 numbers followed by all dictionary words followed by all 1000 numbers. Here, the number of possibilities rises to 5 x 10&lt;sup&gt;10&lt;/sup&gt; or 10 billion, which is a bit much. But, that's estimating 500,000 English words. The set of most common words is perhaps 5,000, yielding 500 million combinations. This may be doable, but still, if you must use a word-number combination in your password: break it up! That is, jack77351 is much more vulnerable that 77jack351. In the former case, there are 50 million possibilities. In the latter, 500 million.&lt;br /&gt;&lt;br /&gt;Then there are the very long passphrases, such as those recommended by Hushmail.com. The idea is that, with 47 character keys, and 47&lt;sup&gt;n&lt;/sup&gt; goes way beyond computing power for n &gt; about 10.&lt;br /&gt;&lt;br /&gt;However, long passphrases may be susceptible to statistical methods. First, we do a regression analysis to separate the dummies from the words and also to separate the random component(s) from the words. We then run a frequency analysis on the word component(s) and voila!, the remainder follows swiftly.&lt;br /&gt;&lt;br /&gt;But who can remember long randomly generated strings, which are the best passwords? Well, what about the next best thing? Pseudorandom strings generated by your pocket scientific calculator (but beware, there are pseudorandom techniques that are no good).&lt;br /&gt;&lt;br /&gt;That is, it may be better to remember a specific function or two rather than some phrase.&lt;br /&gt;&lt;br /&gt;A shorter Yahoo password:&lt;br /&gt;&lt;br /&gt;3.7(7.3&lt;sup&gt;3/7&lt;/sup&gt;) yields a decimal extension: 26851482. And we can always toss in some non-numerals, as in: b26851482n&lt;br /&gt;&lt;br /&gt;A longer Hushmail password:&lt;br /&gt;&lt;br /&gt;7.1(17&lt;sup&gt;1/7&lt;/sup&gt; union 3.5(53&lt;sup&gt;3/5&lt;/sup&gt;)&lt;br /&gt;&lt;br /&gt;we write as +]6423310989950748'+&lt;br /&gt;&lt;br /&gt;A bit of "false" symmetry with the plus signs might slow some kind of numeral hunt.&lt;br /&gt;&lt;br /&gt;The numerical symmetries in the functions are meant as memory aides. Yet I doubt they would show up very easily.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-5928863628701117960?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/5928863628701117960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=5928863628701117960' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/5928863628701117960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/5928863628701117960'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2008/04/passwords-weakest-security-link.html' title='Passwords: the weakest security link'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-3253742410521017468</id><published>2008-03-06T13:06:00.000-08:00</published><updated>2008-03-06T13:25:47.171-08:00</updated><title type='text'>Zeno a go go</title><content type='html'>The post below generated a lively controversy (see comments).&lt;br /&gt;&lt;br /&gt;So now we serve up &lt;i&gt;Zeno deluxe&lt;/i&gt;:&lt;br /&gt;&lt;br /&gt;Consider a measuring stick. We have the segment from points 0 to 1 -- [0,1] -- which is a finite distance. Nevertheless, we can map the entire set of positive integers plus 0 onto this interval.&lt;br /&gt;&lt;br /&gt;Now suppose we have an infinitesimal spaceship able to traverse each infinitesimal distance between n and n+1 at some infinitesimal speed. The ship would move at a finite speed from an infinitesimal perspective but that speed would be infinitely slow from our perspective. That is, an infinitesimal observer at point 1 would have to wait forever for the infinitesimal ship to cover the distance of 1 unit.&lt;br /&gt;&lt;br /&gt;Now suppose we argue that Earth now is an infinitesimal object located at point 1. In that case, there could be a 0 point that is infinitely far in the past from our perspective but only finitely far in the past from the perspective of a "higher space."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-3253742410521017468?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/3253742410521017468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=3253742410521017468' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/3253742410521017468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/3253742410521017468'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2008/03/zeno-go-go.html' title='Zeno a go go'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-2885892586243933929</id><published>2008-03-03T10:41:00.000-08:00</published><updated>2008-03-03T11:17:56.955-08:00</updated><title type='text'>Zeno was right</title><content type='html'>It's only in the last few decades that the Big Bang theory has been accepted and the cosmos dated as being on the order of 10&lt;sup&gt;10&lt;/sup&gt; years old.&lt;br /&gt;&lt;br /&gt;Prior to the acceptance of that theory, many scientists held that the cosmos had been around forever, though perhaps the problem of entropy might raise a question about that idea.&lt;br /&gt;&lt;br /&gt;But now if we measure time in terms of earth years, and consider that each year can be represented as a member of the set N of whole numbers, and assume that time flows in one direction, then we are left with the paradox that we can't be here. That is, infinity never occurs as a compilation of finite steps.&lt;br /&gt;&lt;br /&gt;The only way that we can posit an eternal past is to use our present time as origin and extrapolate backward. But, that scenario doesn't account for the usual idea of our current situation as dictated by the convergence of sequences of mechanical causes. If, say, we think of the earth as it is at 1:55 p.m. EST, March 3, 2008, as represented by the intersection of two (or any number) of waves at that time, then those waves, if we assume they move forward in time, can never have arrived in order to cross. [I'm using the wave analogy as shorthand for sets of causes and effects.]&lt;br /&gt;&lt;br /&gt;Similarly, quantum theory vindicates Zeno.&lt;br /&gt;&lt;br /&gt;We measure the gravitational potential energy of a swing raised to height y as mgy. But, energy is quantized. This means that we cannot raise the swing to any height between 0 and y, but only to heights which incorporate Planck's constant h. That is, there is not a continuous and infinite number of points to which the swing can be raised but a finite number of points (in the trillions, of course).&lt;br /&gt;&lt;br /&gt;So what happens to the swing when it passes from point y&lt;sub&gt;n&lt;/sub&gt; to y&lt;sub&gt;n+1&lt;/sub&gt;? I suppose you would say it makes a quantum jump. It exists momentarily at height y&lt;sub&gt;n&lt;/sub&gt; and would not be defined as moving during this brief time interval. Yet it doesn't move in a classical sense when it rises to y&lt;sub&gt;n+1&lt;/sub&gt; because it can't exist at a height y&lt;sub&gt;n&lt;/sub&gt; &lt; y&lt;sub&gt;m&lt;/sub&gt; &lt; y&lt;sub&gt;n+1&lt;/sub&gt;.&lt;br /&gt;&lt;br /&gt;The puzzle is compounded by the fact that the swing is composed of trillions of quantum particles each subject to quantum uncertainty. I suppose we could take the center of mass of the swing to be what is measured. That would rise only to specified heights and that would be construed as "quantum jumping."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-2885892586243933929?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/2885892586243933929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=2885892586243933929' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/2885892586243933929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/2885892586243933929'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2008/03/zeno-was-right.html' title='Zeno was right'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-1409711648232175952</id><published>2007-12-26T09:17:00.000-08:00</published><updated>2007-12-26T10:25:27.127-08:00</updated><title type='text'>A recursion function for square roots</title><content type='html'>&lt;i&gt;OK. This post is NOT a big deal. I posted a previous version on Angelfire several years ago and, after reviewing it last night, decided to polish it up just a tad.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The recursion function&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;n&lt;/sub&gt; = (X&lt;sub&gt;n-1&lt;/sub&gt; + C) + C&lt;br /&gt;&lt;br /&gt;is a special case of the continuing fraction&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;C + 1&lt;br /&gt;    ----------------&lt;br /&gt;    C + 1&lt;br /&gt;        ------------&lt;br /&gt;        C + 1&lt;br /&gt;            --------&lt;br /&gt;            C + ...&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;which, taken to infinity, equals (C + (C&lt;sup&gt;2&lt;/sup&gt; + 4)&lt;sup&gt;0.5&lt;/sup&gt;)/2.&lt;br /&gt;&lt;br /&gt;The recursive equals that continuing fraction when X&lt;sub&gt;0&lt;/sub&gt; = 0.&lt;br /&gt;&lt;br /&gt;However, we point out that any real, other than -C, can be used and the result in the infinite limit is a single value.&lt;br /&gt;&lt;br /&gt;To see this, we write three iterations of the recursive thus:&lt;br /&gt;&lt;br /&gt;((((X&lt;sub&gt;0&lt;/sub&gt; + C)&lt;sup&gt;-1&lt;/sup&gt; + C) + C)&lt;sup&gt;-1&lt;/sup&gt;) + C)&lt;sup&gt;-1&lt;/sup&gt;&lt;br /&gt;&lt;br /&gt;And if you write it out in traditional form using 1/z rather than z&lt;sup&gt;-1&lt;/sup&gt;, it becomes obvious that&lt;br /&gt;&lt;br /&gt;lim&lt;sub&gt;n-&gt;inf&lt;/sub&gt; X&lt;sub&gt;0&lt;/sub&gt;/f(X) = 0, where f(X) is the recursive function.&lt;br /&gt;&lt;br /&gt;And note that if X&lt;sub&gt;0&lt;/sub&gt; =/= Y&lt;sub&gt;0&lt;/sub&gt;, then at any step n of the recursive, the values are not equal. There is equality only in the infinite limit.&lt;br /&gt;&lt;br /&gt;An example for C = 2, n = 4.&lt;br /&gt;&lt;br /&gt;lim&lt;sub&gt;n-&gt;inf&lt;/sub&gt; X&lt;sub&gt;n&lt;/sub&gt; = 1/2(2 + 8&lt;sup&gt;0.5&lt;/sup&gt;) = 1 + 2&lt;sup&gt;0.5&lt;/sup&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = 1&lt;br /&gt;&lt;br /&gt;3.0&lt;br /&gt;2.333...&lt;br /&gt;2.428571429&lt;br /&gt;2.411764706&lt;br /&gt;2.414634146&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = 1/2&lt;br /&gt;&lt;br /&gt;2.5&lt;br /&gt;2.4&lt;br /&gt;2.41666...&lt;br /&gt;2.413793103&lt;br /&gt;2.414285714&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = 31&lt;br /&gt;&lt;br /&gt;33.0&lt;br /&gt; 2.0333...&lt;br /&gt; 2.492537313&lt;br /&gt; 2.401197605&lt;br /&gt; 2.416458853&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = -31&lt;br /&gt;&lt;br /&gt;-29.0&lt;br /&gt;  1.965517241&lt;br /&gt;  2.508771930&lt;br /&gt;  2.398601399&lt;br /&gt;  2.416909612&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = 1/31&lt;br /&gt;&lt;br /&gt;2.032258065&lt;br /&gt;2.492063492&lt;br /&gt;2.401273885&lt;br /&gt;2.416445623&lt;br /&gt;2.413830955&lt;br /&gt;&lt;br /&gt;X&lt;sub&gt;0&lt;/sub&gt; = -1/31&lt;br /&gt;&lt;br /&gt;1.967741935&lt;br /&gt;2.508196721&lt;br /&gt;2.398692810&lt;br /&gt;2.416893733&lt;br /&gt;2.413754228&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-1409711648232175952?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/1409711648232175952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=1409711648232175952' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/1409711648232175952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/1409711648232175952'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/12/recursion-function-for-square-roots.html' title='A recursion function for square roots'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-1273736241346218549</id><published>2007-11-14T12:51:00.000-08:00</published><updated>2007-11-27T09:09:51.171-08:00</updated><title type='text'>Probability of intelligent design</title><content type='html'>&lt;i&gt;Draft 4&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;How might we calculate the probability that a very primitive organism occurs randomly? Herewith is an approach:&lt;br /&gt;&lt;br /&gt;Let us grant that any organism is a machine that changes a set of inputs into a set of outputs.&lt;br /&gt;&lt;br /&gt;In that case such an organism can be modeled by either a Turing machine or Boolean circuit (it is easy to show that Turing machines require Boolean logic gates).&lt;br /&gt;&lt;br /&gt;In that case we can choose some economical numbering scheme for any Turing machine or Boolean circuit. Perhaps we'll use Godel numbering as a bookkeeping measure to keep track of the order of the gate numbers. So we can string a sequence of gate numbers together as one number that represents the organic machine.&lt;br /&gt;&lt;br /&gt;Supposing that we are using binary numbers, the probability of any one string occurring randomly (with each digit independent and equiprobable) is 2&lt;sup&gt;-m&lt;/sup&gt;, where m is the length of the digit string.&lt;br /&gt;&lt;br /&gt;Now the probability that a particular machine does not occur is given by the complement 1 - 2&lt;sup&gt;-m&lt;/sup&gt;. So then the probability that the machine's string does not occur in a string of n digits is given by (1 - 2&lt;sup&gt;-m&lt;/sup&gt;)&lt;sup&gt;n&lt;/sup&gt;.&lt;br /&gt;&lt;br /&gt;Of course, perhaps the gates are not equiprobable and yet our method only varies probability by string length. However, there must be in that case some primitive components of the gates that can be written as simple digit strings where 0 and 1 are equiprobable (there seems no good reason not to make those digits equiprobable in virtually all cases).&lt;br /&gt;&lt;br /&gt;Using an artificially low example, a string of 2&lt;sup&gt;-16&lt;/sup&gt; digits has a probability of occurring in a string of 10&lt;sup&gt;6&lt;/sup&gt; digits of 0.999999764, or virtually certain.&lt;br /&gt;&lt;br /&gt;But the ratio 2&lt;sup&gt;-16&lt;/sup&gt;/10&lt;sup&gt;6&lt;/sup&gt; = 1.526 x 10&lt;sup&gt;-11&lt;/sup&gt; does not seem unreasonable on the face of it. In fact, one might expect much lower ratios.&lt;br /&gt;&lt;br /&gt;Of course by abstracting out all the physical data, we may well be overlooking an important consideration.&lt;br /&gt;&lt;br /&gt;Still, once physical factors are taken into account, one would expect this approach to be useful.&lt;br /&gt;&lt;br /&gt;An interesting concept: Take the typical information value of a virus code to obtain a string of n bits. Then establish a software program that concocts strings of length n randomly. We grant the program considerable computational power -- perhaps it uses a network of parallel processors -- and determine how many bits per second it can process. Without actually running the program, we can then determine the probability that a particular virus code will emerge randomly in some specific time interval.&lt;br /&gt;&lt;br /&gt;(We could notionally add something to each string that allows it to "escape" into the internet. However, only a virus string will continue past the first receiever.)&lt;br /&gt;&lt;br /&gt;A possible physical approach: atoms of each element have a probability of combining with atoms of another over some temperature range and depending on density of each in some volume. Compound molecules likewise. These atoms and molecules can be numbered, according to the scheme outlined, and probability of a primitive cell might be worked out.&lt;br /&gt;&lt;br /&gt;Of course, we should posit a plausible environment: sufficient heat and a good mix of chemicals in a small enough volume over a large enough time. In principle, one should be able to test whether the probability is acceptable or not for life to emerge from an inorganic stew.&lt;br /&gt;&lt;br /&gt;I realize that probabilities have been used to try to assess such a happenstance. And complexity theory has been developed in large part to address the issue of emergent order (negative entropy). In other words, &lt;i&gt;emergent order&lt;/i&gt; implies that in some cases conditional probabilities are to be used. However, when a sample size is large enough, we can often ignore conditional probabilities and treat events as independent, as the central limit theorem tends to show.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Emergent order&lt;/i&gt; implies that conditional probabilities become predominant at the level of pattern recognition (emergence). However, before that level, the component events can usually be treated independently, if not as equiprobable.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Some numbers&lt;/b&gt;&lt;br /&gt;Cray's Red Storm supercomputer has exceeded the 1 terabyte per second mark and Cray talks of a bandwidth capacity of 100 terabytes per second.&lt;br /&gt;&lt;br /&gt;If we guess that a string of code that not only self-replicates but self-defensively morphs must have a minimum of 256 bits and put to work a 100 terabyte-per-second processor spitting out binary strings of 256 digits, we obtain:&lt;br /&gt;&lt;br /&gt;10&lt;sup&gt;14&lt;/sup&gt;(2&lt;sup&gt;3&lt;/sup&gt;) = 8 x 10&lt;sup&gt;14&lt;/sup&gt; bits per second versus 2&lt;sup&gt;256&lt;/sup&gt; = 1.16 x 10&lt;sup&gt;77&lt;/sup&gt;.&lt;br /&gt;&lt;br /&gt;The probability that the specific string will be generated randomly corresponds to an average time interval between hits of 1.45 x 10&lt;sup&gt;66&lt;/sup&gt; seconds, or 4.59 x 10&lt;sup&gt;59&lt;/sup&gt; years, with the age of the cosmos being on the order of 10&lt;sup&gt;10&lt;/sup&gt; years.&lt;br /&gt;&lt;br /&gt;How many strings of length 256 would replicate and morph? It's hard to believe the number would exceed 10&lt;sup&gt;6&lt;/sup&gt; -- because various substrings follow specific permutations in all cases -- and the difference in probability is negligible.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is &lt;i&gt;design&lt;/i&gt;?&lt;/b&gt;&lt;br /&gt;But, when we detect a computer virus, why do we infer design? Because we know that such code IS designed non-randomly. We can say that in 99.999etc. percent of cases investigation reveals a human agent. So we have a frequency or assumed frequency for a nonrandom cause for comparison.&lt;br /&gt;&lt;br /&gt;Similarly, we may compare a digit string of length n to "common" strings of that length. For example, if we see the first nine digits of pi"s decimal extension, we compare the randomness probability of 10&lt;sup&gt;-9&lt;/sup&gt; with the fact that that sequence is associated with a set of human-discovered algorithms. We can guess that the number of practical algorithms for producing nine-digit sequences is low by comparison with 10&lt;sup&gt;9&lt;/sup&gt;. (By &lt;i&gt;practical&lt;/i&gt;, we mean an algorithm that is used often in math, science or engineering.)&lt;br /&gt;&lt;br /&gt;Now when it comes to an organism at stage 0 of evolution, we may find an amazingly low probability of random occurrence. But we should not ask WHY SHOULD such an event have occurred but rather WHY NOT? If a grammatical (functioning) logic gate string is one of a set of equiprobable strings, then, absent further information, there is no reason to deny that the string occurred randomly. On the other hand, if we ask, "what is the chance that such an event WILL happen," the probability tells us not to hold our breath waiting.&lt;br /&gt;&lt;br /&gt;Now modeling a stage 0 organism as a machine represented with a blueprint of logic gates, we may ask, when is a machine designed rather than a consequence of random forces? A machine is determined to have been designed if a human-devised algorithm for its construction can be found and if experience shows that the system rarely if ever is seen naturally. Suppose we camouflage the machine such that immediate sensory clues are of little importance. So we examine the machine's operation and draw up a description, using appropriate symbolism, to see whether the description matches some subset of known human-derived algorithms or blueprints. If so, we infer design based on the higher frequency of designed machines to randomly generated machines.&lt;br /&gt;&lt;br /&gt;So then, in order to infer design of a stage 0 organism, we would need to have available at least one human-discovered formula. But if we had that, it would radically alter the entire debate.&lt;br /&gt;&lt;br /&gt;So how would a higher power design a stage 0 organism? No answer is given since, perhaps on the assumption that the human mind could not fathom such a design. That may be true. However, one cannot show a strong probability of design without a reference base, and there are no divine blueprints that can be examined for comparison.&lt;br /&gt;&lt;br /&gt;It should be noted that if it were argued that lifeforms had emerged spontaneously on several occasions at a rate higher than what would be expected randomly, then we would have a basis for believing that a non-random force was at work within some confidence interval. However, one emergence gives little basis for drawing conclusions.&lt;br /&gt;&lt;br /&gt;That said, one may agree that the apparent startlingly low probability associated with life's origin may well stir much inner reflection.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-1273736241346218549?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/1273736241346218549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=1273736241346218549' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/1273736241346218549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/1273736241346218549'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/11/how-might-we-calculate-probability-that.html' title='Probability of intelligent design'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-2823118299586921282</id><published>2007-10-27T08:15:00.000-07:00</published><updated>2007-11-03T10:20:50.503-07:00</updated><title type='text'>The Jordan curve theorem holds for wild curves</title><content type='html'>Draft 3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Assertion&lt;/b&gt;&lt;br /&gt;The Jordan curve theorem holds for a set of non-visualizable, "wild" curves that can be posited in accord with the Well-Ordering Principle.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Prefatory remarks&lt;/b&gt;&lt;br /&gt;An intuitive idea of the well-ordering of the reals can be had by considering the following:&lt;br /&gt;&lt;br /&gt;We have that any infinite digit string of 0s and 1s may represent a real. Now a string of length n digits may be ordered from least to greatest in 2&lt;sup&gt;n&lt;/sup&gt; ways, with the awareness that any digit after n is a 0.&lt;br /&gt;&lt;br /&gt;This denumerable ordering holds for any finite n. However, denumerable ordering does not hold for the entire set 2&lt;sup&gt;N&lt;/sup&gt; of course. But the Well-Ordering Principle can be interpreted to mean that the set of string permutations is precisely ordered at 2&lt;sup&gt;N&lt;/sup&gt;.&lt;br /&gt;&lt;br /&gt;We can obtain the set of all curves, including wild non-differentiable and non-fractal-like curves thus:&lt;br /&gt;&lt;br /&gt;Orienting ourselves on the x-y grid, using Quad I for convenience, we can arbitrarily assign any y height to any x value in the interval, say, [1,2]. By this, two neighboring x points can have wildly different heights, though there would still exist a slope for them. But, by the Well-Ordering Principle, there must exist two points that are precisely ordered and that have 0 distance between them. These two points will have no slope and constitute a wild, non-visualizable curve "section." That is, we have a situation where there is a y height for every real but no slope for the curve anywhere, even though y does not equal 0.&lt;br /&gt;&lt;br /&gt;Though the area under such a curve must be less than 1*y&lt;sub&gt;max&lt;/sub&gt;, we may find it difficult to evaluate this integral or even give a good approximation by numerical methods.&lt;br /&gt;&lt;br /&gt;To complete the set of all planar curves, we mention fractal and fractal-like curves, which are discussed briefly below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Proof&lt;/b&gt;&lt;br /&gt;We form what I call a molecule, or bubble, with the understanding that such an entity may not be visualizable with a drawing.&lt;br /&gt;&lt;br /&gt;We may define an origin-based molecule as r = cosx where, with a well-ordering of the set of radians, r is any finite length. Additionally, r(x) = cosx is a relation with 2n-1 values, accounting for "fingers" -- any of which may be infinitely short -- and "interior molecules" beyond the neighborhood of origin. An interior bubble is defined in the same way as a basis bubble, except that its relation r' = cosx requires that for every value of x, r'(x) is less than r(x) and falls between origin and r(x). (Note: an interior bubble is defined by the relation and is not considered an a priori figure here.)&lt;br /&gt;&lt;br /&gt;This will suffice to describe any n-loop; i.e., simple loop or pretzel, though we must shortly consider some sets. &lt;br /&gt;&lt;br /&gt;[To help one's mental picture, we can proceed thus after forming a basis molecule whereby there are no fingers or holes. We form a second molecule, which may or may not be congruent, and map it onto the first by arranging a translation of coordinates, the effect of which is to intersect the two bubbles such that they share at least two points. All points other than the join points are then erased. The join points are those which do not intersect only a bubble's points.&lt;br /&gt;&lt;br /&gt;[We can orient a bubble any way we like and add bubbles to bubbles to our heart's content. We may get a simple loop or an n-loop pretzel.&lt;br /&gt;&lt;br /&gt;[A pretzel may appear when two or more bubbles intersect and the intersection set is construed to be "empty" or "background." If a pretzel hole appears, then the intersection obeys the relation requirements of a molecule. A single-hole pretzel is defined by the relation s(1) and s(2) each have one value and there is a subset for which there are exactly four distinct values of s(x).]&lt;br /&gt;&lt;br /&gt;Now the interval [r(x)&lt;sub&gt;low&lt;/sub&gt;,r(x)&lt;sub&gt;high&lt;/sub&gt;] is (ignoring fractals), a finite line segment. So we regard those two values as the end points of the line segment. We then require a Dedekind cut between such an end point and the end point of the corresponding, coinciding half-line. In the case of fingers and pretzel holes, we have rather than a half-line, another line segment, of course.&lt;br /&gt;&lt;br /&gt;Now the set of such Dedekind cuts maps as a continuous curve about a finite area with no end points. Suppose the boundary curve had two end points. In that case the relation r would have 0 or 2n values, a contradiction.&lt;br /&gt;&lt;br /&gt;So, with respect to a molecule, we have that a point on the plane is either an element of the figure's Dedekind boundary set, an element of a line segment r = cos(x) such that there are 2n-1 values of r(x) (not including origin), or neither. So then, the Jordan curve theorem is proved for molecules -- n-loops -- with continuous or wild curves. (We have not bothered with the matter of nested sets of interior loops, which clearly follows from the preceding.)&lt;br /&gt;&lt;br /&gt;In the matter of fractal, or fractal-like, curves, it is plain that a fractal construction at any finite step n is composed of a set of self-similar bubbles of diminishing size. Clearly our proof holds for any such step. By the way, we can see immediately that we can apply, at least notionally, a wild curve to a fractal, giving us a whole new set of fractals.&lt;br /&gt;&lt;br /&gt;In the case of a fractal, the non-trivial fractal "slopes," though non-differentiable, take on infinitesimal form in the infinite limit, but what form does a wild fractal curve take? The wild part has 0 slope. So whether the curve can be said to exist in the algorithmic limit must be determined from consideration of axioms. At this point, I am content to point out such a situation.&lt;br /&gt;&lt;br /&gt;The Jordan curve theorem also applies to any curve of infinite length that is found at, above or below the x axis. We have the relation r(x) which may have 2n-1 distinct values. We then follow the arguments above and have that a point is found in a Dedekind boundary, between a Dedekind boundary point and r(a)&lt;sub&gt;2n-1&lt;/sub&gt; or not in the Dedekind boundary but above r(a)&lt;sub&gt;max&lt;/sub&gt; or below r(a)&lt;sub&gt;min&lt;/sub&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-2823118299586921282?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/2823118299586921282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=2823118299586921282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/2823118299586921282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/2823118299586921282'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/10/jordan-curve-theorem-holds-for-wild.html' title='The Jordan curve theorem holds for wild curves'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-6596093302875108302</id><published>2007-09-05T08:16:00.000-07:00</published><updated>2007-09-05T10:13:34.946-07:00</updated><title type='text'>Detecting design</title><content type='html'>I haven't read William Dembski's books and so am not attempting to refute them. However, I have scanned his online writings, including his rebuttal of critic Richard Wein. In these &lt;i&gt;intelligent design&lt;/I&gt; posts, my purpose is simply to think about what might constitute a strong suggestion of design, and related issues.&lt;br /&gt;&lt;br /&gt;Dembski's essential point is that some biotic phenomena are so fantastically improbable as to constitute evidence of a designer's forethought.&lt;br /&gt;&lt;br /&gt;One example attributed to Dembski is the case of a county clerk who "randomly" placed either Democrat or Republican on the top line. In 41 elections, the Democratic clerk placed a Republican on the top line once. The probability of the exact sequence is 2&lt;sup&gt;-41&lt;/sup&gt; = 4.54 x 10&lt;sup&gt;-13&lt;/sup&gt; and the probability that exactly one R would appear anywhere in the sequence is 41&lt;b&gt;C&lt;/b&gt;1(2&lt;sup&gt;-41&lt;/sup&gt;) = 1.86 x 10&lt;sup&gt;-11&lt;/sup&gt;. Had 20 R's appeared, the probability would have been 41&lt;b&gt;C&lt;/b&gt;20(2&lt;sup&gt;-41&lt;/sup&gt;) = 0.12, which would be at the center of the distribution curve. Either of the other probabilities would lie outside a "confidence interval" of 99 percent, meaning we would have strong grounds to believe that a nonrandom force had been at work. Considering other information, such as the fact that the clerk had a motive to bias the choice, we feel quite sure that the sequence is nonrandom, though mathematically we do not have absolute proof.&lt;br /&gt;&lt;br /&gt;(I realize that Dembski doesn't fully accept some commonly held ideas concerning statistical inference, but I will not address those matters here.)&lt;br /&gt;&lt;br /&gt;Another example attributed to Dembski is a sequence of coin flips (perhaps 100) that, when recorded as 0s and 1s, reveal a sequence of consecutive binary integers.&lt;br /&gt;&lt;br /&gt;In this case, the probability is 2&lt;sup&gt;-100&lt;/sup&gt; = 7.88 x 10&lt;sup&gt;-31&lt;/sup&gt;, a preposterously small number that would immediately make us conclude that a nonrandom force was at work. But why so? In the case of a sequence containing say 10 heads and five tails, we want to know the probability associated with a subset of sequences. That is, we do not narrow down the probability to one element. So the probability of one specific sequence is 2&lt;sup&gt;-15&lt;/sup&gt; = .0000305, but the probability of any element of that subset is .09.&lt;br /&gt;&lt;br /&gt;In the case of the binary digit series, we have reason to specify one element and so we conclude that there is reason to suspect a nonrandom force. That is, the bias in each individual toss appears to be very strong and the conjecture that the tosses are independent appears to be false. But, if we simply find that the 10 heads and 5 tails  are not obviously 1-to-1 with a known sequence, then we have no reason to specify further down than the subset level. We could not easily reject the conjecture that the tosses are independent events, though we would have grounds to believe that the coin was biased. We could not rightly say that a nonrandom force was at work beyond simple weight bias.&lt;br /&gt;&lt;br /&gt;That is, if we have reason to select one and only one element from the set of sequences (with n sufficiently large), then we have reason to suspect that the events are not independent and that there is at work some highly delineated nonrandom force.&lt;br /&gt;&lt;br /&gt;So now we return to the issue of detecting &lt;i&gt;design&lt;/I&gt;, or, that is, &lt;i&gt;intelligent design&lt;/i&gt; (see previous ID post below).&lt;br /&gt;&lt;br /&gt;A designer of a machine or network system actually designs an algorithm, which we might view as a sequence of logic gates. We are able to express this circuit using some logic language L. An algorithm would be 1-to-1 with any grammatical sentence in L. If we have a large enough sample of expressions, we might detect the presence of L in some sequence by checking the frequency ratios of pairs of symbols in L. If the sequence is indicative of L, the scatter plots of the symbols will show strong correlations.&lt;br /&gt;&lt;br /&gt;For example, we could have 30 characters in E (English) appearing randomly over 10,000 spaces. For x,y element of EXE, the scatter plot correlation will be weak. But, if an excerpt from an English-language novel appears in those 10,000 spaces, the scatter plot for the pair x,y will be far more correlated.&lt;br /&gt;&lt;br /&gt;An ungrammatical 10,000-character statement would be noise, but a grammatical statement would show pair correlations. This holds even if we can't even read English or L.&lt;br /&gt;&lt;br /&gt;Still, a physical system must be modeled by a grammatical statement. An ungrammatical statement implies a bogus physical system (or noise).&lt;br /&gt;&lt;br /&gt;But there is one more issue here. Machines, even relatively inefficient ones, have little internal noise in their design. So perhaps we should consider pattern recognition.&lt;br /&gt;&lt;br /&gt;XXJXOXXXEXXX&lt;br /&gt;&lt;br /&gt;produces a readable pattern despite the noise. As noise increases, readability decreases, so signal-to-noise ratio may be something to consider.&lt;br /&gt;&lt;br /&gt;1AJMOLNYEV4MM&lt;br /&gt;&lt;br /&gt;is so noisy that the word &lt;i&gt;Joe&lt;/i&gt; may take far longer to discern.&lt;br /&gt;&lt;br /&gt;So suppose we have a grammatical statement embedded in noise whereby the noise is represented by dummies. A pair with a dummy will show low correlation. Now, if we are painstaking and have a large enough sample, we might be able to distinguish the signal from the noise, even when the SNR is unfavorable for routine pattern recognition.&lt;br /&gt;&lt;br /&gt;Now suppose we have a sufficient sample which is high on noise but low on signal. Yet the signal (grammatical statement) is there -- that is, a physical system is functioning. Would we be correct to conclude design? I think possibly not. In a large enough environment, low entropy sequences are at least plausibly the result of independent events. That is, we may find a "grammatical" pattern in a long enough sequence of garble (remember &lt;i&gt;The Bible Code&lt;/i&gt;?).&lt;br /&gt;&lt;br /&gt;However, if the sequence contains a grammatical statement describing the system's algorithm is low on noise, we might have grounds to suspect that the events are not independent and that some powerful nonrandom force is at work. Whether we can assume that the powerful nonrandom force has consciousness is another matter.&lt;br /&gt;&lt;br /&gt;But, let us consider computer system and internet bugs. Bugs are like noise in a system. They are usually unintentional consequences of complexity though they might seem to be the work of a malicious hacker. But, normally, though a bug might have a cascade effect (butterfly effect), it does not replicate and does not transmit itself.&lt;br /&gt;&lt;br /&gt;However, computer worms, viruses and Trojan Horse parasite programs are an obnoxious internet presence. I would be eager to know whether there has been one worm, virus or Trojan Horse that has arisen spontaneously from a peculiar confluence of bugs or other computer oddities. So how does a computer bug differ from a malware program? It's in the code. The malware code has a much higher information quantity than does the bug. The code sequence does not arise spontaneously, though it might I suppose if there were sufficient time and energy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-6596093302875108302?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/6596093302875108302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=6596093302875108302' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/6596093302875108302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/6596093302875108302'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/09/detecting-design.html' title='Detecting design'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-8660227456618124850</id><published>2007-09-03T07:47:00.000-07:00</published><updated>2007-09-03T08:05:34.683-07:00</updated><title type='text'>Weeding out dummies</title><content type='html'>Below we discuss a statistical method for discriminating between signal and noise. We might be able to tell whether a transmission from deep space is a message of some kind simply by doing scatter plots of presumed symbol pairs.&lt;br /&gt;&lt;br /&gt;This leads to a cryptological point: the use of dummies is not neceesarily a protection against frequency analysis. When a dummy is paired with a symbol, the scatter plot may well show low correlation (no football shape). The code-makers must make sure in advance that every dummy pairs with every symbol in a likely ratio.&lt;br /&gt;&lt;br /&gt;Otherwise, code crackers can check correlations and weed out all the dummies. They are then left with the simple task of doing a routine frequency analysis on the remaining symbols.&lt;br /&gt;&lt;br /&gt;Yet I can't help thinking that for dummies to be useful that they will either correlate poorly with symbols, or that, if they are designed to correlate strongly, the correlation will not be characteristic of letter/number correlations.&lt;br /&gt;&lt;br /&gt;Computer codes don't ordinarily rely on dummies. But, secret messages are sent via all sorts of means. Low tech messages might easily rely on dummies. If you use such a system, beware.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-8660227456618124850?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/8660227456618124850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=8660227456618124850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/8660227456618124850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/8660227456618124850'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/09/weeding-out-dummies.html' title='Weeding out dummies'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1191268336560518337.post-526288080338882564</id><published>2007-08-30T12:09:00.000-07:00</published><updated>2007-08-31T13:38:07.778-07:00</updated><title type='text'>Is there a God code?</title><content type='html'>In previous posts, I discussed means of assessing whether a transmission from outer space implied intelligence. The &lt;i&gt;intelligent design&lt;/i&gt; theorists use as an example a transmission from space that follows a pattern of the prime numbers in consecutive order. Such a transmission would be immediately recognizable as a communication, or sign of intelligence. Similarly, the ID backers say, a proto-cell is astronomically unlikely to have fallen together spontaneously.&lt;br /&gt;&lt;br /&gt;I have argued that we can't necessarily accept that a prime number transmission implies intelligence. We first have to know about primes. But anyway, it occurs to me that cryptographers and communications engineers would have little problem with such a challenge -- if by intelligence we mean something to which humans can relate.&lt;br /&gt;&lt;br /&gt;As is well known, every English letter occurs with a specific frequency. Hence each pair in the alphabet A (each element of AXA) also has a specific ratio. This also holds for words and for symbols that are part of some language L in general. That is, if a symbol is used in some form of communication of ideas, it bears a stable relationship with every other symbol in L.&lt;br /&gt;&lt;br /&gt;So if a set of discrete pulses arrived at some bandwidth, we might use scatter diagrams to check each possible pair of frequencies at time interval t and see whether, for pair (x,y) a football shape emerges, and to check the level of correlation. Of course, if the correlation is too weak, either the sample is insufficient or the pair (x,y) cannot be construed as a grammatical structure in L. If the correlation is too linear, then we would have to consider mechanical rather than symbolistic cause, as with pulsars.&lt;br /&gt;&lt;br /&gt;Noise would yield a group of scatter diagrams most of which lack a football shape. Those with the shape would be checked more closely to see whether a language is implied.&lt;br /&gt;&lt;br /&gt;This technique should work in most cases, though I am not sure whether it would work in the specific case of a prime number sequence. More thought necessary. But, the argument may still proceed.&lt;br /&gt;&lt;br /&gt;The question arises: can we discover such a symbolistic code at the level of the origin of life? We are not necessarily talking about the DNA or RNA codes, but about whether the makeup of the first cells might indicate an intelligence.&lt;br /&gt;&lt;br /&gt;How might we determine whether some system has been designed by an intelligence rather than being a consequence of the "hidden hand" or regulator of chaotic processes? We might model the system's workings with a blueprint, perhaps a Boolean circuit whereby the symbols represent logic gates. If such a circuit C's symbols are all paired (CXC) and scatter plots are done, we would check for the telltale football shapes.&lt;br /&gt;&lt;br /&gt;If they showed, we would be fairly sure that some intelligence was "speaking" through the blueprint. But a lack of such evidence would not rule out intelligent design, of course.&lt;br /&gt;&lt;br /&gt;A study might be done comparing Boolean circuits of artificial and inorganic natural systems to see whether there are significant differences. This information might be used for comparison with organic or near-organic systems. If the symbol language of an organic system was fairly close to that of an artificial system yet different from an inorganic system, that would be big news. Still, lack of such evidence would not disprove intelligent design.&lt;br /&gt;&lt;br /&gt;So the point here is that the odds against a fluke outlier may be extraordinarily high but that isn't necessarily analagous to an improbable signal from space. In the latter case, we can apply statistical methods to determine the likelihood of non-random activity associated with communication versus the random pulses associated with noise.&lt;br /&gt;&lt;br /&gt;What statistical methods can be used to check for non-randomness in the "signal" of early life forms? I gave one method, though I do not think a positive result is likely.&lt;br /&gt;&lt;br /&gt;Yet, we cannot foreclose the possibility that a strong statistical approach might yield surprising results.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1191268336560518337-526288080338882564?l=kryptograff2.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kryptograff2.blogspot.com/feeds/526288080338882564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1191268336560518337&amp;postID=526288080338882564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/526288080338882564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1191268336560518337/posts/default/526288080338882564'/><link rel='alternate' type='text/html' href='http://kryptograff2.blogspot.com/2007/08/is-there-god-code.html' title='Is there a God code?'/><author><name>Znewz1</name><uri>http://www.blogger.com/profile/02704834217591668624</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
