{"id":21,"date":"2006-06-13T10:50:41","date_gmt":"2006-06-13T10:50:41","guid":{"rendered":"http:\/\/scientopia.org\/blogs\/goodmath\/2006\/06\/13\/the-problem-with-irreducibly-complexity-revised-post-from-blogger\/"},"modified":"2006-06-13T10:50:41","modified_gmt":"2006-06-13T10:50:41","slug":"the-problem-with-irreducibly-complexity-revised-post-from-blogger","status":"publish","type":"post","link":"http:\/\/www.goodmath.org\/blog\/2006\/06\/13\/the-problem-with-irreducibly-complexity-revised-post-from-blogger\/","title":{"rendered":"The Problem with Irreducibly Complexity (revised post from blogger)"},"content":{"rendered":"<p><em> As I mentioned yesterday, I&#8217;m going to repost a few of my critiques of the bad math of the IDists, so that they&#8217;ll be here at ScienceBlogs. Here&#8217;s the first: Behe and irreducibly complexity. This isn&#8217;t quite the original blogger post; I&#8217;ve made a few clarifications and formatting fixes; but the content remains essentially the same. You can find the original post in my blogger <a href=\"http:\/\/goodmath.blogspot.com\/2006\/06\/information-theory-index.html\">information theory<\/a> index. The original publication date was March 13, 2006.<\/em><br \/>\nToday, I thought I&#8217;d take on another of the intelligent design sacred cows: irreducible complexity. This is the cornerstone of some of the really bad arguments used by people like Michael Behe.<br \/>\nTo quote <a href=\"http:\/\/www.intelligentdesign.org\/menu\/irreducible\/irreduce.htm\">Behe himself<\/a>:<\/p>\n<blockquote><p>\nBy irreducibly complex I mean a single system composed of several well-matched, interacting parts that contribute to the basic function, wherein the removal of any one of the parts causes the system to effectively cease functioning. An irreducibly complex system cannot be produced directly (that is, by continuously improving the initial function, which continues to work by the same mechanism) by slight, successive modifications of a precursor system, because any precursor to an irreducibly complex system that is missing a part is by definition nonfunctional. An irreducibly complex biological system, if there is such a thing, would be a powerful challenge to Darwinian evolution. Since natural selection can only choose systems that are already working, then if a biological system cannot be produced gradually it would have to arise as an integrated unit, in one fell swoop, for natural selection to have any thing to act on.\n<\/p><\/blockquote>\n<p>Now, to be clear and honest upfront: Behe does not claim that this is a mathematical argument. But that doesn&#8217;t mean that I don&#8217;t get to use math to shred it.<br \/>\nThere are a ton of problems with the whole IC argument, but I&#8217;m going to take a different tack, and say that <em>even if<\/em> those other flaws weren&#8217;t there, it&#8217;s <em>still<\/em> a  meaningless argument. Because from a mathematical point of view, there&#8217;s a critical, fundamental problem with the entire idea of irreducible complexity: you can&#8217;t prove that something is irreducible complex.<br \/>\nThis is a result of some work done by Greg Chaitin in Algorithmic Complexity Theory. A fairly nifty version of this can be found on <a href=\"http:\/\/www.cs.auckland.ac.nz\/CDMTCS\/chaitin\/rov.html\">Greg&#8217;s page<\/a>.<br \/>\nThe fundamental result is: given a system S, you cannot in general show that there is no smaller\/simpler system that performs the same task as S.<br \/>\nAs usual for algorithmic information theory, the proof is in terms of computer programs, but it works beyond that; you can think of the programs as the instructions to build and\/or operate an arbitrary device.<br \/>\nFirst, suppose that we have a computing system &phi;, which we&#8217;ll treat as a function. So &phi;(x) = the result of running program x on &phi;. x is both a program and its input data coded into a single string, so x=(c,d), where c is code, and d is data.<br \/>\nNow, suppose we have a formal axiomatic system, which describes the basic rules that &phi; operates under. We can call this FAS.<br \/>\nIf it&#8217;s possible to tell where you have minimal program using the axiomatic system, then you can write a program that examines other programs, and determines if they&#8217;re minimal. Even better: you can write a program that will generate a list of every possible minimal program, sorted by size.<\/p>\n<hr \/>\n<p>Let&#8217;s jump aside for just a second to show how you can generate a list of every possible minimum program. Here&#8217;s a sketch of the program:<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" alt=\"minimal.jpg\" src=\"https:\/\/i0.wp.com\/scientopia.org\/img-archive\/goodmath\/img_5.jpg?resize=525%2C123\" width=\"525\" height=\"123\" \/><\/p>\n<ol>\n<li> First, write a program which generates every possible string of one character, then every possible string of two characters, etc., and outputs them in sequence.\n<li> Connect the output of that program to another program, which checks each string that it receives as input to see if it&#8217;s a syntactically valid program for &phi;. If it is, it outputs it. If it isn&#8217;t, it just discards it.\n<li> At this point, we&#8217;ve got a program which is generating every possible program for &phi;. Now, remember that we said that using FAS, we can write a program that tests an input program to determine if its minimal. So, we use that program to test our inputs, to see if they&#8217;re minimal. If they are, we output them; if they aren&#8217;t, we discard them.\n<\/ol>\n<p>Now, let&#8217;s take a second, and write out the program in mathematical terms:<br \/>\nRemember that &phi; is a function modeling our computing system, FAS is the formal axiomatic system. We can describe &phi; as a function from a combination of program and data to an output: &phi;(c,d)=result.<br \/>\nIn this case, c is the program above; d is FAS. So &phi;(c,FAS)=a list of minimal programs.<\/p>\n<hr \/>\n<p>Now, back to the main track.<br \/>\nUsing the program that we sketched above, given any particular length, we can easily generate programs larger than that length.<br \/>\nTake our program, c, and our formal axiomatic system, FAS. and compute their<br \/>\nlength. Call that l(c,FAS).  If we know l(c,FAS), we can run &phi;(c,FAS) until it generates a string <em>longer<\/em> than l(c,FAS).<br \/>\nOk. Now, write a program c&#8217; that for &phi; that runs &phi;(c,FAS) until it finds a program K, where the length of the output of &phi;(K) is larger than l(c,FAS) + length(c&#8217;).  c&#8217; then outputs the same thing as &phi;(K).<br \/>\nThis is the tricky part. What does this program do? It runs a program which generates a sequence of provably minimal programs. It runs those provably minimal programs until it finds one <em>larger than itself plus all of its data<\/em>. Then it runs that and emits the output.<br \/>\nSo &#8211; c&#8217; outputs the same result as a supposedly minimal program K, where K is <em>larger than c&#8217; and its data<\/em>. But since c&#8217; is a program which emits the same result as K, <em>but is smaller<\/em>, then K <em>cannot<\/em> be minimal.<br \/>\nNo matter what you do &#8211; no matter what kind of formal system you&#8217;ve developed for showing that something is minimal, you&#8217;re screwed. Godel just came in and threw a wrench into the works. There is absolutely no way that you can show that any system is minimal &#8211; the idea of doing it is intrinsically contradictory.<br \/>\nEvil, huh?<br \/>\nBut the point of it is quite deep. It&#8217;s not just a mathematical game. We can&#8217;t tell when something complicated is minimal. Even if we knew every relevant fact about all of the chemistry and physics that affects things, even if the world were perfectly deterministic, we can&#8217;t tell when something is as simple as it can possibly be.<br \/>\nSo irreducibly complexity is useless in an argument; because we <em>can&#8217;t<\/em> know when something is irreducibly complex.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As I mentioned yesterday, I&#8217;m going to repost a few of my critiques of the bad math of the IDists, so that they&#8217;ll be here at ScienceBlogs. Here&#8217;s the first: Behe and irreducibly complexity. This isn&#8217;t quite the original blogger post; I&#8217;ve made a few clarifications and formatting fixes; but the content remains essentially the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[16,30],"tags":[],"class_list":["post-21","post","type-post","status-publish","format-standard","hentry","category-debunking-creationism","category-information-theory"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4lzZS-l","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":0,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/21\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/media?parent=21"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/categories?post=21"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/tags?post=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}