<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Freethought Debater</title>
	<atom:link href="http://www.freethoughtdebater.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freethoughtdebater.org</link>
	<description>Resources for America&#039;s Atheists</description>
	<lastBuildDate>Sun, 24 Jun 2012 21:56:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The Biomorph Demonstration</title>
		<link>http://www.freethoughtdebater.org/2012/04/02/85/</link>
		<comments>http://www.freethoughtdebater.org/2012/04/02/85/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 21:15:22 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Evolution Creation]]></category>

		<guid isPermaLink="false">http://www.freethoughtdebater.org/?p=85</guid>
		<description><![CDATA[In his book, The Blind Watchmaker, Richard Dawkins makes a powerful case for evolution, while debunking the all too common misconceptions regarding the role of &#8220;chance&#8221; in evolution. Dawkins shows that evolution is a fundamentally non-random process. Chance is important in that it provides a kind of &#8220;fuel&#8221; to this process, but it is the non-random role of cumulative selectionthat accounts for evolution&#8217;s creative ability. It is this cumulative selection operating on chance variations that allows complex, seemingly &#8220;designed&#8221; characteristics to emerge. To illustrate his point, Dawkins conceived of and programmed what he termed, &#8220;biomorphs.&#8221;In the FreethoughtDebater implementation of the Biomorphs program, there are 9 biomorphs on the screen at any one time. The center one is the &#8220;parent,&#8221; and she is surrounded by each of her 8 offspring. Each biomorph itself is a drawing, the final appearance of which emerges from the cumulative developmental effects of that particular biomorph&#8217;s &#8220;genetic code.&#8221; Each biomorph has 9 genes, and each gene is some positive, integer value. The biomorph&#8217;s genes control the &#8220;development&#8221; of the biomorph in a way that is analogous to the way in which biological genes control the development of an embryo. The biomorphs are drawn (developed) by a [...]]]></description>
				<content:encoded><![CDATA[<div>
<p>In his book, The Blind Watchmaker, Richard Dawkins makes a powerful case for evolution, while debunking the all too common misconceptions regarding the role of &#8220;chance&#8221; in evolution. Dawkins shows that evolution is a fundamentally <em>non-random</em> process. Chance is important in that it provides a kind of &#8220;fuel&#8221; to this process, but it is the non-random role of <em>cumulative selection</em>that accounts for evolution&#8217;s creative ability. It is this cumulative selection operating on chance variations that allows complex, seemingly &#8220;designed&#8221; characteristics to emerge. To illustrate his point, Dawkins conceived of and programmed what he termed, &#8220;biomorphs.&#8221;In the FreethoughtDebater implementation of the Biomorphs program, there are 9 biomorphs on the screen at any one time. The center one is the &#8220;parent,&#8221; and she is surrounded by each of her 8 offspring.</p>
<p>Each biomorph itself is a drawing, the final appearance of which emerges from the cumulative developmental effects of that particular biomorph&#8217;s &#8220;genetic code.&#8221; Each biomorph has 9 genes, and each gene is some positive, integer value.</p>
<p>The biomorph&#8217;s genes control the &#8220;development&#8221; of the biomorph in a way that is analogous to the way in which biological genes control the development of an embryo. The biomorphs are drawn (developed) by a very simple drawing rule that keeps calling itself over and over (a process called &#8220;recursion&#8221;). The rule is something like, &#8220;draw a line this long in this direction; at the end of that line draw another line in a direction that is to the left of the first line&#8217;s direction by a certain amount; return to the start of that line and draw another similar line but now in a direction to the <em>right</em> by a certain amount.&#8221; Reading through this rule, you&#8217;ll realize that it draws a Y shape.</p>
<p>Now we could rerun that same rule twice more, but starting at each of the top ends of the original Y, which gives me two more Y&#8217;s sticking out of the tips of the first Y. I could then run it again for each tip of each of the new Y&#8217;s, etc., etc., always applying the drawing rule to the tips of all the Y&#8217;s from the last round. If you look at &#8220;Eve&#8221; in the middle of the biomorph screen, you&#8217;ll recognize this recursive pattern, where the rule &#8220;run the drawing rule on all the exposed tips&#8221; was applied 4 times. In other words, the &#8220;depth&#8221; of the drawing (or the &#8220;depth of recursion&#8221;) was 4.</p>
<p>Now, each gene affects the final form of the biomorph by determining such things as the number of times to keep calling the drawing rule (the depth), and how long to make the line <em>currently being drawn</em>, which is programmed to depend on the direction in which the current line is pointing. There are 8 possible directions (defined by dividing up a circle into eighths).</p>
<p>As you can image, this simple rule can turn a simply Y-shape into an extremely complex pattern, if it is applied enough times. What&#8217;s more is that there really is no way to look at that final drawing and say which part of it was drawn by which gene. It&#8217;s important to see that <em>every</em> gene contributed to <em>every</em> part of it, much like every ingredient in a cake recipe affects all parts of the cake. And just like a cake recipe, the same ingredient can have very different effects depending on what the <em>other ingredients</em> are and when they are added. This is very similar to the way in which genes work on a developing embryo. Genes work much more like a recipe than like a blueprint.</p>
<p>This recursive drawing approach shares another thing in common with biological development. As Dawkins put it, &#8220;&#8230;all embryos grow by cell division. Cells always split into two daughter cells. And genes always exert their final effects on bodies by means of local influences on cells, and on the two-way branching patterns of cell division.&#8221; The recursive splitting of the straight line to form the Y is analogous to this recursive cell division in embryological development. For real embryos, the final form of the organism &#8220;emerges because of lots of little local cellular effects all over the developing body&#8221; in a way that is analogous to the biomorph emerging because of lots of little effects of the drawing rule being applied all over the developing biomorph.</p>
<p>Biomorph &#8220;evolution&#8221; from one generation to the next also shares something in common with actual biological evolution. First, random mutation—that is, chance—plays an important role. In the biomorph example, random chance mutations provide the only source of genetic variation, without which evolution cannot occur. In most biological organisms—and unlike in our biomorphs—additional genetic variability is provided though sex, which creates random recombinations of genetic information.</p>
<p>In the interest of simplicity, our biomorphs simply reproduce by trying to clone themselves. Each parent produces 8 offspring. However, each of the 8 offspring has one of its genes randomly selected and &#8220;mutated&#8221; by having its value either increase or decrease by 1. The decision whether to increase or decrease is also a random chance decision—just like a coin toss.</p>
<p>This is why each of the offspring, while often not identical to its parent, stills bears a parental resemblance (since only one gene mutates). You, acting in the role of nature, will decide which child survives to become the parent of the next generation. You get to decide what makes one child more &#8220;fit&#8221; than the other (maybe its resemblance to a bug, or a helicopter, or whatever). In this sense, the biomorph program is much more like artificial, rather than natural, selection; that is, you&#8217;re acting more in the roll of an animal breeder.</p>
<p>Nonetheless, the point of the demonstration is to show how change depends on chance coupled with cumulative selection. Chance creates the variability from which you can choose slightly &#8220;improved&#8221; varieties. By <em>saving up</em> those small improvements over <em>many generations</em>, the descendents&#8217; kinship with &#8220;Eve&#8221; is almost impossible to recognize, with remote descendents being as different from Eve as a sparrow is from a T-Rex.</p>
<p>The difference between artificial and natural selection is not a large one: instead of a breeder &#8220;deciding&#8221; which offspring will breed and which will not, the decision is left to the mathematical effects of reproduction in some unique local environment. Those offspring that have whatever increases their chance of survival <em>in their current local environment</em> (e.g., more sensitive eyes, a thicker coat in some environments, a thinner one in others, etc.) will end up being parents more often than those that don&#8217;t share these traits—this is just a statistical fact. This means their children will tend to resemble them but will have variations of their own, perhaps a slighter thicker coat for some. And as in the biomorph example, these slight improvements can be <em>saved up</em> over generations to create radically different looking animals that seem curiously &#8220;designed&#8221; for their environments.</p>
<p>My implementation of the <a>biomorph program</a> below is my own. My implementation derives from my understanding of Dawkins&#8217; discussion in his book and from some variations of his approach that I&#8217;ve studied in C++. I programmed this implementation in Java as an applet.</p>
</div>
<p>Please note that if you do not see a red line drawing in the middle panel, or if nothing happens when you click the<br />
red drawing, then your browser may be too old to support this program.<br />
<center><br />
<applet id="Biomorphs" codebase="http://www.freethoughtdebater.org/" code="BioMorphs.class" alt="Your system currently doesn't support java applets" width="550" height="350" hspace="10" vspace="10"/><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2012/04/02/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to the Evolution versus Creation Debate</title>
		<link>http://www.freethoughtdebater.org/2012/03/24/an-introduction-to-the-evolution-versus-creation-debate/</link>
		<comments>http://www.freethoughtdebater.org/2012/03/24/an-introduction-to-the-evolution-versus-creation-debate/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 22:51:21 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Evolution Creation]]></category>

		<guid isPermaLink="false">http://www.freethoughtdebater.org/?p=91</guid>
		<description><![CDATA[The evolution / creation debate hinges largely on a disagreement regarding the nature of science and scientific theories. Before getting into that, however, it will be important to address the common misconception that evolution and atheism are somehow two sides of the same coin. After that we will define the critical terms in this debate and summarize the basics of evolutionary theory. The Relationship of Atheism to Evolutionary Theory. In short, there isn&#8217;t one. Science generally, and evolutionary theory specifically, do not disprove the supernatural God of Judeo-Christianity. Evolution does, of course, undermine some of the important arguments that have been put forward for the existence of God, such as Paley&#8217;s famous argument from design (best know for its use of an analogy between the complexity of living things and the complexity of a watch), but it certainly doesn&#8217;t undermine all arguments for the existence of God, and it never will, for the simple reason that science doesn&#8217;t address the existence of supernatural entities one way or the other. Evolution is no more atheistic than is medicine. Practitioners in both fields exclude supernatural interventions from their explanations of the phenomena they investigate. For example, you wouldn&#8217;t expect your doctor to [...]]]></description>
				<content:encoded><![CDATA[<p>The evolution / creation debate hinges largely on a disagreement regarding the nature of science and scientific theories. Before getting into that, however, it will be important to address the common misconception that evolution and atheism are somehow two sides of the same coin. After that we will define the critical terms in this debate and summarize the basics of evolutionary theory.</p>
<h3>The Relationship of Atheism to Evolutionary Theory.</h3>
<p>In short, there isn&#8217;t one. Science generally, and evolutionary theory specifically, do not disprove the supernatural God of Judeo-Christianity. Evolution does, of course, undermine some of the important arguments that have been put forward for the existence of God, such as Paley&#8217;s famous argument from design (best know for its use of an analogy between the complexity of living things and the complexity of a watch), but it certainly doesn&#8217;t undermine all arguments for the existence of God, and it never will, for the simple reason that science doesn&#8217;t address the existence of supernatural entities one way or the other.</p>
<p>Evolution is no more atheistic than is medicine. Practitioners in both fields exclude supernatural interventions from their explanations of the phenomena they investigate. For example, you wouldn&#8217;t expect your doctor to say, &#8220;We don&#8217;t need to research your disease because we believe it&#8217;s the result of a curse from God, so your only treatment is repentance.&#8221; Just because medicine excludes supernatural explanations <em>as a matter of method</em>, it does not follow that medicine is therefore committed to atheism. Medical doctors are not being inconsistent when they both believe in God, and practice medicine under the <em>working assumption</em> that God has not jumped in to manipulate natural laws in order to create a disease or other medical phenomena. Similarly, evolutionary science also excludes supernatural explanations as a matter of method, but again, this is not equivalent to saying that evolutionists are committed to atheism. What medicine and evolution (and all the sciences) are saying is that direct intervention by God, or other supernatural beings, is <em>assumed</em> to be unnecessary in explaining the phenomena they investigate.</p>
<p>If such supernatural explanations were allowed into the methodology of science, important problems would never be pursued. For example, scientists might simply have said that polio was God&#8217;s punishment for original sin; as a result, research into its supposed &#8216;natural&#8217; causes is not only unnecessary, it is positively blasphemous. Regardless of whether or not such a belief is actually true, we have two choices: we can either walk away and try to pass laws banning such heretical research practices, or we can continue the research <em>as if</em> there were no spiritual or magical causes involved — as a <em>methodology</em>. History has shown that this naturalistic methodology is regularly rewarded with deeper insights into the workings of nature, insights that have moved the human race out of the Dark Ages. One may well believe that God is the ultimate originator of these laws, and even that He may intervene on occasion for His own purposes; but in order to advance any field of knowledge, one must proceed under the working assumption that God has not and is not now involved in the areas under study. Under this approach if we are wrong and the phenomena being investigated is supernatural in origin, then at worst our research will turn out to be a waste of time; but if we are right, and a natural cause does exist, then our human knowledge expands — we go from believing that diseases are the result of some angry deity to understanding that they are a form of predation from microorganisms; this is turn allows us to go from cowering and chanting in the face of these threats to actually <em>controlling</em> them.</p>
<p>Clearly then, the scientific method does not commit one to the belief that God does not exist, or even that God does not intervene in supernatural ways. What the scientific method does is define a methodology that allows science to move forward in all those areas in which God does <em>not</em> intervene, and it is effective in this only because it does not assume <em>in advance</em> what those areas of are. Rather than assuming that God has an explanatory role until proven otherwise, the scientific method turns this around and assumes that God has no explanatory role, until it can be proven that He has. This shifting of the burden of proof, this single change in perspective, was essential to unlocking the door leading out of the Dark Ages.</p>
<p>Interestingly, this methodology itself amounts to a kind of experimental test of God&#8217;s explanatory role in nature. Rather than finding our scientific endeavors regularly frustrated because so many phenomena are caused by supernatural agents, we instead find that this, in fact, never happens. Even when phenomena cannot yet be explained, natural explanations can be identified that are <em>at least</em> as plausible as any supposed supernatural &#8220;explanation.&#8221; (This is why theists who regularly point scientific unknowns as &#8220;proof&#8221; of God&#8217;s existence find themselves on ever shrinking ground. Such arguments are often called God of the Gaps arguments, where &#8220;gaps&#8221; refers to the current gaps in our scientific knowledge.) Science has yet to regret its naturalistic working assumption, and this fact does amount to a powerful inductive argument that God simply does not have an explanatory role in the workings of the universe. However, this does not prove that God does not exist.</p>
<p>Questions of whether or not God, or other supernatural being(s), exists are simply not within the scope of science, but of philosophy. Science&#8217;s commitment is to a naturalistic <em>methodology</em>, not a naturalistic <em>ontology</em> (i.e., to a commitment that nature is all that exists). Many scientists do hold to this ontological view, but many scientists do not, and they cannot be accused of being inconsistent as a result. Belief in God in not incompatible with a commitment to science&#8217;s naturalistic methodology. Having this point explicitly made is, I think, something the many theistic and Christian evolutionary scientists well deserve.<sup>1</sup></p>
<h3>A Brief Description of Modern Evolutionary Theory.</h3>
<p>Some common misconceptions of the theory of evolution are typified by such questions as &#8220;If man evolved from the apes, then why are there still apes?&#8221; Questions like this point to the importance of first ensuring that your opponent has at least a basic understanding of evolutionary theory. The theory of evolution is not, as is commonly assumed, equivalent to Darwinism. The theory of evolution is an interrelated set of now well-confirmed hypotheses including descent with modification (i.e., all life being related through common descent), along with natural selection, genetic drift, and genetics as the mechanisms behind the evolutionary process itself.</p>
<p>The descent with modification component of evolutionary theory asserts that all life forms can trace their lineages back to earlier classes of life forms in a branching, &#8220;nested&#8221; hierarchy (forming what looks like a bush or tree), which can ultimately be traced back to the beginning of life on earth (a point that would itself likely have been the culmination of a long period during which the distinction between living and non-living matter would have been difficult to make)<sup>2</sup>. During the long period since that time, changes in body plans have accumulated in diverse directions to make all the differences we now see between all life forms. To continue the tree analogy, you can start from the tip of any arbitrarily chosen twig and follow it back to the point where it joins another twig, the &#8220;common ancestor&#8221; of the two (or more) twigs. That now thicker twig can then be traced back to where it joins another thicker twig. This process can be repeated until you ultimately reach the thickest twig of all: the root of the bush. Applied to evolution, each twig represents a particular lineage; the points where there is a joining of those twigs into a thicker one represents the common ancestor of all the lineages that can be traced back to that point. Note that this descent with modification hypothesis can be tested independently of any ideas about <em>how</em> it happened, or the mechanism behind it. The mechanism introduced by Darwin was that of natural selection (along with the additional hypothesis that natural selection proceeded in a gradual, steady fashion).</p>
<p>To understand natural selection, we start by recognizing that individuals within any given breeding population are not identical. They differ from one another in slight and not-so-slight ways. If any of these various characteristics even slightly increases the odds that the individuals possessing them will survive long enough to reproduce, then the number of those individuals possessing those traits will tend to increase after each generation. This is so simply because more parents with that trait are having children than are parents without that trait. Over time, those traits will then become the &#8220;norm&#8221; for the population. As new traits and enhancements to existing traits continue to emerge, they will be similarly &#8220;selected for,&#8221; and then also become the norm for the group. This means improvements will accumulate. Alternatively, traits that lessen the relative odds of an individual&#8217;s reproducing will tend to be &#8220;selected against.&#8221;</p>
<p>What does it mean to say a trait is &#8220;beneficial&#8221;? In the context of evolutionary theory it means nothing more than saying it increases the odds that the individual possessing the trait will successfully reproduce. Whether or not a particular trait will help or hinder that depends completely on the environment of that individual, where environment includes such factors as competition within and between species, predators and disease, available niches, and of course, the current traits already common in the population.</p>
<p>Therefore, some physical trait—height, say—might be beneficial in one environment, but harmful in another.</p>
<p>If a particular interbreeding population, say, a species of small rodent, splits into two because of continental separation or a change in the course of a large river, for example, then each of the groups will be subject to different selection pressures (since they are in now different environments). Since the two groups are no longer interbreeding, traits increasing in frequency in one group cannot be passed to the other group, and visa versa. Over a long period of time the cumulative effect of this will lead first to the appearance of different varieties (e.g., &#8220;races&#8221;), then to entirely different species. Note how the natural selection hypothesis mentions nothing about the possible mechanisms behind it, such as genetics, and can be tested <em>independently</em> of them. In fact, genetics was unknown to Darwin and was not applied to his theory until well after his death. Regardless, Darwin was still able to muster overwhelming evidence in support of his hypothesis.</p>
<p>The discovery of genetics and its application to Darwin&#8217;s ideas of natural selection resulted in what is now referred to as neo-Darwinism or the Modern Synthesis. With the discovery of genetics, we can now understand the mechanism responsible both for the naturally occurring variability within populations, and for the ability of beneficial (and neutral) traits to be preserved while harmful traits are reduced. We now understand that this variability is the result, during reproduction, of both random recombination of genetic information, and random copying errors (including the phenomenon of gene duplication, which actually creates additional genetic material upon which selection can operate). In addition, genetics gives us the means to solve apparent counter-examples to the natural selection hypothesis, such as the persistence of Sickle Cell Anemia, despite the fact that this disease is clearly not beneficial to the people suffering from it.<sup>3</sup> Our understanding of genetics has also allowed the theory of evolution to be extended to include the effects of random genetic drift.</p>
<p>All of these interrelated hypotheses are properly considered part of the theory of evolution. This understanding should make clear a number of debate-related points. First, attacks on Darwinism are not necessarily equivalent to attacks on common descent. Darwin had some additional hypotheses that are not central to evolutionary theory. For example, he felt that evolution proceeded in a slow, gradual manner (a view referred to as &#8220;gradualism&#8221;). A prediction of this hypothesis is that there should be no &#8220;explosions&#8221; in the fossil record, and that gaps in the fossil record should be the result only of the lack of opportunity for fossilization itself, and not a rarity of transitional forms. In light of the preceding outline it should now be clear that, however valid this criticism, it is not the same thing as a criticism of common descent nor even of the mechanism of natural selection; it is instead a criticism of the mode or tempo of the mechanism behind common descent.</p>
<p>The role of natural selection as the mechanism behind common descent is now well established as an important one. This was not always the case, however. Lamarckism was a serious contender both during Darwin&#8217;s time and in the early part of this century. Essentially, Lamarckism is the idea that traits acquired during one&#8217;s lifetime could be passed on (at least to a degree). For example, a Lamarckian explanation for the giraffe&#8217;s long neck would be that the effects of the parent&#8217;s constant straining to reach ever higher leaves would be passed on as a slightly longer neck, which would accumulate over the generations. This idea has long since been discredited (via the scientific method described below). While the role of natural selection in evolution is now known to be an important one, debate as to the relative importance of additional factors, such as genetic drift—the accumulation in random directions of neutral (i.e., neither harmful nor helpful) mutations—continues. Debate also continues as to the mode and tempo of evolution, which some argue is hardly a disagreement at all. In particular, &#8220;punctuated equilibrium&#8221; disputes neither common descent, nor natural selection, but emphasizes only that evolution often, but not always, proceeds in fits and starts; that is, evolution is characterized by relatively long periods of little change followed relatively short periods of rapid change. Importantly, this idea predicts a <em>rarity</em> and not an <em>absence</em> of transitional forms, and examples of transitional forms are many).</p>
<p>With this very brief introduction to evolutionary theory a number of important points can now be understood. First, evolution is a blind, unconscious mathematical property of <em>any</em> system of things that make imperfect (those very close) copies of themselves in an environment where the quality of the copy affects the copying rate; consequently, it can be rather easily simulated on a computer. This technique is now used in academia and industry, and is referred to variously as genetic algorithms (GA&#8217;s), genetic programming, and evolutionary programming. For example, in GA&#8217;s the ideal design of an airplane wing isn&#8217;t created by a designer, but is instead &#8220;evolved&#8221; through random mutation, recombination and selection. The results are often completely unanticipated by the creators of the GA. Such applications of evolutionary theory provide a powerful demonstration of the important roll of &#8220;chance&#8221; in the emergence of complexity and order.</p>
<p>Second, there is no target design toward which evolution is somehow striving—evolution has absolutely no foresight or goals (this is easily the single greatest popular misconception), which also means that there is no progressive drive toward increased complexity or intelligence. In fact, there are many examples of simple species evolving <em>from</em> more complex ones. Offspring either survive or they do not. Period. There is no evolutionary &#8220;planning,&#8221; and evolution cannot &#8220;see&#8221; beyond that one step: the differential survival of characteristics in one generation.</p>
<p>In fact, we would expect such a process to regularly lead to less-than-ideal design solutions, which is precisely what we find in nature, and in ourselves. This is due to the fact that since evolution has no foresight, it can&#8217;t go backwards to do a &#8220;top-down&#8221; redesign in order to optimally adapt to a new environment. For example, when the Panda bear adapted to a niche of eating bamboo, it couldn&#8217;t undo millions of years of carnivore evolution and evolve an ideal bamboo-eating body; instead, its wrist bone was adapted (you&#8217;ll sometimes see the term &#8220;exapted,&#8221; coined by Steven Jay Gould, to describe this kind of jury-rigging) to serve as the &#8220;thumb&#8221; it now needs to get at its new food source. What&#8217;s more is that the Panda&#8217;s carnivorous digestive tract is extremely inefficient in extracting nutrients from its new diet, so Pandas have to go through a whole lot of bamboo to get their required nutrition (be careful where you step). This basic evolutionary concept immediately puts to rest the common creationism critique that partially evolved characteristics have no use. You might hear, for example, &#8220;What good is half a wing to an animal that is waiting for a full wing?&#8221; The answer, of course, is that before it was flight worthy, and with no &#8220;idea&#8221; that it would ever be used for flight, the pre-wing structure was either used for something else entirely, or was a genetic side effect of an unrelated feature that was being used (and therefore being selected for). For example, just as the Panda&#8217;s thumb was originally a fully functional wrist bone, early feathers may well have been a functional insulation device. This creationist critique reflects only a serious misunderstanding of basic evolutionary theory: no evolutionist <em>ever</em> thought that at some point in history half of a modern wing was once sticking uselessly out of some poor animal&#8217;s body. Indeed, evidence of such a process would undermine, and not support, evolutionary theory.</p>
<p>Now, as for why there are still apes if we evolved from apes, the answer is simply that we did not evolve from today&#8217;s apes (keep in mind the tree/bush analogy), but with them share a common ancestor that was different from either humans or apes. Generally, the more similar the species the more recent is their common ancestor; the less similar, the further back is their common ancestor.</p>
<h3>Good vs. Not-so-good Science</h3>
<p>Before getting into questions of evidence it is extremely important to first review the nature of scientific theories and methodology. First, let&#8217;s define some terms that often lead to confusion. &#8220;Hypothesis&#8221; can be thought of as an educated guess which has yet to be confirmed through testing. An example would be what you do when the light in your room suddenly goes off. You might hypothesize as follows: &#8220;I suspect that a fuse blew, since the electric clock went off too.&#8221; Now, this hypothesis is still subject to testing. You may test it by seeing if the whole house is without power, or by seeing if your street lights are on. In the process you&#8217;re throwing out falsified hypotheses and forming and testing new ones. Once the various predictions of your hypothesis become consistently confirmed, you have what might now be a &#8220;confirmed-hypothesis.&#8221; An interrelated set of such confirmed hypotheses, models, and directly observed facts can form a &#8220;Theory,&#8221; when collectively they provide a systematically organized body of information that can be used to effectively explain and predict real world happenings. The Theory of the Atom is a clear example, as is the Theory of Evolution.</p>
<p>In everyday usage, &#8220;theory&#8221; is often used interchangeably with &#8220;unconfirmed hypothesis,&#8221; or even &#8220;wild guess.&#8221; It is in this everyday sense of the word that creationists will often complain that evolution is just &#8220;a theory.&#8221; But scientists also refer to the Theory of Electromagnetism, Gravitation Theory, and the Germ Theory of Disease. When they use the term &#8220;theory, it is in the &#8220;web of interrelated confirmed hypotheses&#8221; sense of the word. In the creationists&#8217; usage of the word, it would be just as legitimate to say the &#8220;Theory of Alien Telepathy&#8221; as it is to say the &#8220;Theory of the Atom,&#8221; but of course, Alien Telepathy is not a theory at all in the sense in which scientists use the term.</p>
<p>Are theories ever absolutely certain? No. But theories are not equally uncertain. For example, one could claim that while germs cause disease under the microscope, no one has ever observed germs making people sick <em>in the human body</em>, and no one has actually <em>seen</em> the electrons orbiting the nucleus of an atom . (This is similar to the creationist complaint that no one can go back millions of years and <em>observe</em> evolution occurring.) Science is not simply about reporting what we directly observe. In fact, the whole <em>point</em> and value of science is to use what we can see to tell us about what we cannot see.</p>
<p>If theories and their hypotheses are never technically certain, how do we know that the Theory of the Atom is any stronger than the Theory of Alien Telepathy? Basically, a theory is strong if it does not contradict itself, and if it makes testable (typically unexpected) predictions that could easily falsify the theory—but, in fact, do not. Importantly, a good theory deals with its serious counterexamples (apparent evidence against the theory) through independently testable &#8220;excuses&#8221;; that is, the excuses it makes for the counterexamples can be shown to be valid without relying on the theory itself. An example would be how Newton&#8217;s failure to explain the orbit of Uranus led not to the rejection of Newton&#8217;s theory but to the independently testable &#8220;excuse&#8221; that there was an as yet undiscovered planet, Neptune, the existence of which was <em>independently</em> verifiable with a telescope. Instead of being a problem for Newton, The Neptune solution provided powerful independent confirmation of his theory.<sup>4</sup> A good theory should also show that what had looked like unrelated phenomena are actually related, and it should cause us to ask new questions that we never would have thought to ask without the theory&#8217;s insights—questions that lead to even more confirmed predictions. The strongest theories spawn new productive disciplines that further confirm the theory that gave rise to them, while spawning new well confirmed theories of their own.</p>
<p>The importance of independent confirmation cannot be overstated. Independently confirmed predictions create a mutually reinforced &#8220;web&#8221; of confirmations that cannot be dismissed simply by casting doubt on any one confirming test. For example, when the prosecution in a courtroom presents not just one witness, but a parade of witnesses none of whom even know each other, each corroborating the same event from different, independent vantage points, they create a very powerful case. What makes it powerful is not just that the defense has to create reasonable doubt in more than one witness&#8217; testimony. The burden on the defense is much bigger than this, much bigger than merely showing that each witness might be wrong. It is even bigger than showing that they are <em>all</em> wrong. The problem is making it reasonable to suppose that they all independently came up not just with a wrong answer, but with the <em>same</em> wrong answer—independently of each other. The odds of such event would be astronomically small.</p>
<p>Now even when all these criteria are met by the best scientific theories in history, those theories are never absolutely certain. In fact, it is possible, though perhaps <em>extremely</em> unlikely, that such a theory will be completely overturned. Far more likely, however, is that a theory with such a success record will be enhanced, built upon, perhaps even being shown to be a special case of a more general theory (just as Newton&#8217;s theories were when Einstein came along), but not thrown out. In fact, the history of science <em>is</em> just such a history: not a parade of theories that get overturned only to be replaced by the next generation of equally doomed theories, but a story of good theories being built upon, a story of real progress, a kind of &#8220;nested hierarchy&#8221; of its own—even despite frequent and ferocious resistance from various religious quarters.</p>
<p>In short, good theories <em>work</em>; they add real value and real insight, all of which produce real results. Given this understanding of what makes a theory good a special problem for any challenger theory should now be apparent. With the earlier courtroom example in mind, if a challenger points out that the dominant theory is unable to answer some question (which is typical of even the most successful theories), or that there is some currently unexplained counterexample, the challenger should not expect more than a &#8221; yea, so?&#8221; unless she can show—and this is important—how her new theory not only fills in these gaps in verifiable ways, but how it can, in addition, <em>better</em> explain the vast body of <em>successful predictions, independent corroboration, and explanatory power of the dominant theory.</em> And beyond that the challenger theory has to make clear how all the mutually reinforcing independent confirmations of the dominant theory were <em>coincidental errors</em> on an apparently vast scale.</p>
<p>It is with this understanding of the nature of science, scientific theories, and evolution in particular, that we need to evaluate the arguments and the evidence for creationism and evolutionary theory.</p>
<hr align="left" size="1" width="30%" />
<p><sup>1</sup> The preceding subsection draws much from Robert Pennock&#8217;s very easily understood and thorough untangling of this methodology / ontology confusion, which is shared by those on both sides of the debate. Pennock also makes the important point that much of the fear that appears to motivate creationists comes from this confusion, as well as from an unfounded view that morality can be meaningful only if it comes from a supernatural being. See Robert T. Pennock&#8217;s, <em>Tower of Babel: The Evidence Against the New Creationism</em> (Cambridge: The MIT Press, 1999).</p>
<p><sup>2</sup> In a personal correspondence, Vincent M. Wales provided some helpful suggestions on a earlier draft of this article, including that of emphasizing the fact that evolution does not specifically require a single, common ancestor. Building on Wales&#8217; suggestion, I would also hasten to add that the theory of evolution does not specifically address the origin of life at all, only its subsequent development. However, this is not to say that its principles are not a key part of the work being done in origin of life research, nor to say that the evidence supporting evolution is not highly suggestive of there having been just one common ancestor.</p>
<p><sup>3</sup> Genetics provides the insight by showing that the disease results from the presence of a recessive gene, and that a recessive &#8220;carrier&#8221; of the Sickle Cell gene is at an <em>advantage</em> in environments where malaria is present. &#8220;Recessive&#8221; in this case means that if you got the gene from only one of your parents, you will not exhibit the Sickle Cell symptoms, but you will be highly resistant to malaria; however, if you got the gene from both parents, you will suffer the full effects of the disease. With this insight, the puzzle is solved because the beneficial effects of the Sickle Cell gene in recessive carriers is selected for. Of course, this applies only when the population is being exposed to malaria. This neo-Darwinian model explains not only the disease&#8217;s persistence, but its persistence only in populations that are exposed to malaria.</p>
<p><sup>4</sup> I take this example, as well as much of these methodology of science concepts from Philip Kitcher&#8217;s, <em>Abusing Science: The Case Against Creationism</em> (Cambridge: The MIT Press, 1993).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2012/03/24/an-introduction-to-the-evolution-versus-creation-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Reason and Faith</title>
		<link>http://www.freethoughtdebater.org/2012/03/23/understanding-reason-and-faith/</link>
		<comments>http://www.freethoughtdebater.org/2012/03/23/understanding-reason-and-faith/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 23:02:07 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Critical Thinking]]></category>

		<guid isPermaLink="false">http://www.freethoughtdebater.org/?p=107</guid>
		<description><![CDATA[The debate between faith and reason is in many ways the decisive battleground in the debate between theism and atheism. This is because most defenses of theism appeal to the inadequacy of reason. Typically these defenses will take the form of claiming that there are appropriate spheres for reason, and appropriate spheres for faith, and that belief in God comes from recognizing the appropriate role for faith and the associated &#8220;limitation&#8221; of reason. Some theists argue that one can believe in God using both faith and reason. Once again, we should define our terms.1Faith means that one considers a particular claim (e.g., &#8220;God exists&#8221;) to be actual knowledge, absolutely certain knowledge. This claim to certainty is held in the absence of adequate evidence, or in direct contradiction to the evidence. Evidence is considered relevant only in so far as it supports the proposition; and irrelevant or inadequate to the extent that it does not support the proposition. &#8220;Faith&#8221; has multiple usages, and often in debates the meaning shifts. For example, a theist might state that an atheist has &#8220;faith&#8221; too. For example, the atheist has &#8220;faith&#8221; that the sun will come up tomorrow or that the airplane one is about [...]]]></description>
				<content:encoded><![CDATA[<p>The debate between faith and reason is in many ways the decisive battleground in the debate between theism and atheism. This is because most defenses of theism appeal to the inadequacy of reason. Typically these defenses will take the form of claiming that there are appropriate spheres for reason, and appropriate spheres for faith, and that belief in God comes from recognizing the appropriate role for faith and the associated &#8220;limitation&#8221; of reason. Some theists argue that one can believe in God using both faith and reason. Once again, we should define our terms.<sup>1</sup>Faith means that one considers a particular claim (e.g., &#8220;God exists&#8221;) to be actual knowledge, absolutely certain knowledge. This claim to certainty is held in the absence of adequate evidence, or in direct contradiction to the evidence. Evidence is considered relevant only in so far as it supports the proposition; and irrelevant or inadequate to the extent that it does not support the proposition.</p>
<p>&#8220;Faith&#8221; has multiple usages, and often in debates the meaning shifts. For example, a theist might state that an atheist has &#8220;faith&#8221; too. For example, the atheist has &#8220;faith&#8221; that the sun will come up tomorrow or that the airplane one is about to get into won&#8217;t go down in flames. Clearly, this is not the same sense of the word that theists use when they say that they have &#8220;faith&#8221; that God exists. For example, one can be virtually certain that the sun will come up tomorrow, and this comes from evidence analogous to a repeatable experiment: everyday the sun has come up. Of course, it is not certain; an unanticipated event like the sun exploding could force us to revisit our expectations. The airplane example is yet another case of reasonable expectations based on historical evidence, and the (fortunately rare) exceptions are clear reasons why we can never be truly certain when boarding a plane that it in fact won&#8217;t go down. The theist, however, is absolutely certain that God exists, absolutely certain that no future evidence will appear that would change his or her mind.</p>
<p>&#8220;Reason&#8221; means the application of logical principles to the available evidence. While the principles of reason / logic are certain, the conclusions one obtains from them are only as certain as the underlying assumptions, which is why science is rarely, if ever, absolutely certain (though in many cases, its theories are certain to a very high degree of probability). In fact, scientific theories are rarely &#8220;deduced,&#8221; but are, instead, &#8220;inferred&#8221;; that is, they are based on inductive logic, or generalizing from specific examples. The &#8220;inferred&#8221; theory, if it is any good, will make independently testable predictions, and will explain a range of phenomena that had seemed unrelated before. When multiple, independent tests corroborate a theory, it can, just from a statistical standpoint, become virtually certain. <sup>2</sup></p>
<p>The critical point here is that while almost nothing is certain, everything is not equally uncertain. Our theories can be ranked by the evidence supporting them, and our degree of &#8220;belief&#8221; should be similarly ranked; that is, we &#8220;believe&#8221; in proportion to the evidence—all the way from &#8220;completely unsubstantiated&#8221; to &#8220;some possibility&#8221; to &#8220;virtually certain.&#8221; Compare, for example, the theory that leprechauns really do exist with the Germ Theory of Disease. Neither one is certain, but one is far closer to being certain than the other.</p>
<p>I stated that the principles of logic are &#8220;certain.&#8221; This touches on a particularly important part of the faith vs. reason debate. Often, the advocate of faith will say, &#8220;But you can&#8217;t prove the truth of logic, so you must have &#8220;faith&#8221; in it—just as I have faith in God.&#8221; This critique of reason brings to mind the story of the child who keeps asking &#8220;why?&#8221; to every answer offered by the parent. Of course, this infinite regress of cause and effect cannot go on forever. To understand when to stop asking &#8220;why?&#8221; is to begin to understand the nature of concepts. Concepts do not exist in a vacuum. With one class of exceptions, concepts derive their meaning from some immediately ancestral set of concepts and can retain their meaning only within that context. You hit &#8220;bedrock&#8221; when you reach the so-called axiomatic concepts, which are irreducible, primary facts of reality—our &#8220;percepts.&#8221; These percepts form the foundation upon which we build our concepts. How do you know when you&#8217;ve finally hit these primary facts of reality in the long string of why&#8217;s? You know—and this is critically important—when there is no way to deny them, or even to question them, without <em>presupposing</em> that they are, in fact, true. To deny them or to even question whether they are true is to literally utter a contradiction.</p>
<p>This &#8220;bedrock&#8221; test is very specific.  Let&#8217;s illustrate it with an example. Suppose I say, &#8220;Logic is an arbitrary human invention and could be wrong.&#8221; Well, if it is wrong, then the Law of Contradiction (a thing cannot be itself and its negation at the same time and in the same respect) and the related Law of Identity (a thing is itself) are wrong; but then that means the very words that make up my original claim, such as, &#8220;Logic is arbitrary&#8221; could mean &#8220;Logic is not arbitrary&#8221; or it could mean both at the same time and in the same respect. In fact, it could mean &#8220;I like chunky peanut butter.&#8221;  If all that sounds crazy and unintelligible, that&#8217;s because it is, as are all utterances when <em>the truth of logical principles cannot be assumed</em>.  The point here is that without the assumed truth of logic, language itself becomes impossible. So the contradiction is this: For my original statement to have any meaning at all, logic <em>has</em> to be true, but the content of my original statement questions that truth: a self-contradiction. Logic, then, is not accepted on &#8220;faith&#8221; but as a necessary, self-evident truth, something that is required to speak or think at all. The same can be shown for the concepts of existence, consciousness, and the reliability of our senses. Again, there is no way to talk about any of these things being possibly untrue without first requiring them (implicitly) to be necessarily true.</p>
<p>In life one is exposed to claim after claim (Aliens, Heaven&#8217;s Gate, Pyramid Power, ESP, etc). What criteria should we apply to separate claims that correspond better with reality from others that do not? To use an earlier example, how do we decide that the Leprechaun theory should not be taken just as seriously as the Germ Theory of Disease? The answer is that we know by applying the standard of reason. If faith were a viable alternative to reason, then what are its rules? How do we know when to apply it? How do we know when someone has misapplied it? How can we tell the difference between the effects of faith and the effects of inadvertent, though well-meaning, self-delusion? Indeed, how can we <em>test</em> its validity?</p>
<p>Let&#8217;s illustrate this problem.  A member of Christian sect X believes that all other sects are damned, and she says that she knows this through faith. The person she is talking to is a member of sect Y that believes only sect Y is the one true faith, and that all others are damned, including members of sect X—and, of course, she knows this through faith.   Clearly they both cannot be right. The member of sect Y asks the member of sect X how she knows that she is not really just hearing the deceitful voice of Satan leading her down a false path. To that our sect X member confidently replies, &#8220;I know that through faith as well.&#8221; Not surprisingly, these are the <em>same answers</em> given by the member of sect Y to exactly the <em>same questions</em> regarding her confidence in the truth of her favorite sect.  There is no independently validated method to resolve this. If reason is not the standard, then there literally is <em>no</em> standard, and people who abandon it have simply written themselves a blank check to believe whatever they choose. Cloaking this irrationalism with comfortable terms like &#8220;faith&#8221; does not make it any less irrational. As John A. T. Robinson once put it: &#8220;The only alternatives to thinking with reason are thinking unreasonably and not thinking.&#8221; <sup>3</sup></p>
<hr align="left" size="1" width="30%" />
<div>
<p><sup>1</sup> George H. Smith, Atheism: <em>The Case Against God</em> (Amherst: Prometheus Books, 1989), gives an excellent introduction to this critical subject. I draw from Smith both here and below, in my discussion of axiomatic concepts, and Smith is drawing from the Objectivist epistemology of Ayn Rand.</p>
<p><sup>2</sup> Philosopher of science, Philip Kitcher, in his <em>Abusing Science: The Case Against Creationism</em> (Cambridge: The MIT Press, 1993), from which I am drawing these points, gives an outstanding introduction to the methodology of science.</p>
<p><sup>3</sup> Quoted in Smith, op. cit.  p. 110.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2012/03/23/understanding-reason-and-faith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bible Accuracy</title>
		<link>http://www.freethoughtdebater.org/2012/03/23/bible-accuracy/</link>
		<comments>http://www.freethoughtdebater.org/2012/03/23/bible-accuracy/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 22:57:27 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Bible Criticsm]]></category>

		<guid isPermaLink="false">http://www.freethoughtdebater.org/?p=102</guid>
		<description><![CDATA[The question of Bible accuracy is important in many debates, particularly those regarding creationism and certain defenses of Christianity. Creationism is, in fact, an attempt to make science compatible with the fundamentalist requirement of Biblical literalism and infallibility. Christian theism typically defends its claim to truth by appealing to supposedly fulfilled Bible prophesies. Before tackling these issues, we need to understand the context. A Brief History of the Bible The Bible descends from what was an ever-changing and expanding body of written and oral traditions dating from as early as the 12th Century B.C. The reformulations and additions continued from then all the way up until the 4th Century A.D. when, out of a large collection of candidate books, some were selected to be part of what we now call the Bible. It is important to remember that literally none of the original manuscripts of either the Old or New Testaments has survived. The Bible was passed down by individual manual copying and translation right up to the discovery of printing in the 15th Century A.D. The oldest manuscript copies date from sometime during the first 3 Centuries A.D.The original language of the Old Testament was Hebrew followed by Aramaic [...]]]></description>
				<content:encoded><![CDATA[<p>The question of Bible accuracy is important in many debates, particularly those regarding creationism and certain defenses of Christianity. Creationism is, in fact, an attempt to make science compatible with the fundamentalist requirement of Biblical literalism and infallibility. Christian theism typically defends its claim to truth by appealing to supposedly fulfilled Bible prophesies. Before tackling these issues, we need to understand the context.</p>
<div>
<h3>A Brief History of the Bible</h3>
<p>The Bible descends from what was an ever-changing and expanding body of written and oral traditions dating from as early as the 12th Century B.C. The reformulations and additions continued from then all the way up until the 4th Century A.D. when, out of a large collection of candidate books, some were selected to be part of what we now call the Bible. It is important to remember that literally none of the original manuscripts of either the Old or New Testaments has survived. The Bible was passed down by individual manual copying and translation right up to the discovery of printing in the 15th Century A.D. The oldest manuscript copies date from sometime during the first 3 Centuries A.D.The original language of the Old Testament was Hebrew followed by Aramaic translations appearing in the period following the Exile and then Greek translations following Alexander the Great. It was not until around the 2nd Century, A.D. that the contents of the Old Testament had become fixed.</p>
<p>The original language of the New Testament was Greek. As with the OT, no originals now exist, and the oldest of the manuscript copies dates from the 2nd Century, A.D. Before the NT was &#8220;canonized&#8221; into its current form, each of the early Christian communities apparently had a gospel of its own, in some ways redundant, in some ways in direct conflict, with the gospels of other communities. Some of these included the Gnostic Gospel of Thomas, the Gospel of Hebrews, the Gospel of the Ebionites, a Gospel of the Egyptians, an Apocalypse of Peter, an Apocalypse of Paul, and the Epistle of Barnabas, to name just a few.</p>
<p>What the Christians used as an &#8220;infallible&#8221; Bible was different depending on which Christian community you talked to, at least until the year A.D. 325. In that year, Emperor Constantine convened the Council of Nicea, which not only did the picking and choosing of the books, but also ended a power struggle in Christian circles as to the nature of Jesus. As Roman Emperor, Constantine decreed that the Trinitarian view would become Christian dogma (which is remarkable considering how weak his Christian credentials were), and this decree silenced the large Christian segment that said Jesus was only a man.</p>
<p>Of course, the history doesn&#8217;t end there. As the Bible was translated into Latin, Augustine ultimately complained of the &#8220;infinite variety&#8221; of Bible translations. Under the direction of Pope Damascus, Jerome attempted to standardize the Latin Bible. Drawing on Hebrew, Greek, and Latin, he completed the &#8220;Vulgate&#8221; by sometime around A.D. 405, which was ultimately recognized as the Standard Bible of the Roman Church (1546).</p>
<p>The first English Bible was completed in the late 1300&#8242;s by John Wyclif, an Oxford instructor in religion and philosophy. Condemned by the church, it lasted in the underground for some 150 years. Then, around 1524, William Tyndale, an Oxford and Cambridge educated linguist, who was influenced by Erasmus and Martin Luther, published a New Testament translation based on medieval Greek copies. Then Mike Coverdale&#8217;s Bible appeared (~1535) based on his translation of German and Greek translations, as well as drawing from Tyndale&#8217;s work. John Rogers and Richard Taverner also published their particular translations (~1539) drawing from and adding to each other and to Tyndale&#8217;s work. All of this was eventually edited by Coverdale into the Great Bible, which the King approved. Separately, the Roman Catholic church created its first English Bible, the Douay version, which was based directly on the Latin Vulgate (~1609).</p>
<p>In 1604, King James I wanted a fresh start, and pulled together Oxford and Cambridge scholars, as well as Puritan and Episcopal priests. This large group used the Catholic Douay, Luther&#8217;s German translation, the available Hebrew and Greek copies, and to a very large extent Tyndale&#8217;s work, and created the King James Version (~1611). Language, of course, is a fluid thing. Just how fluid can be seen in just a few examples: In 1611 &#8220;allege&#8221; meant &#8220;prove,&#8221; &#8220;prevent&#8221; meant &#8220;precede,&#8221; and &#8220;reprove&#8221; meant &#8220;decide.&#8221; To cope with this, the English Revised Version came out by 1885, followed shortly by the American Standard Version.</p>
<h3>Clarifying Infallibility</h3>
<p>One thing this long history over the last few thousand years tells us is that the infallibility of the oldest manuscript copy (let alone a remotely descended English Bible) would require divine inspiration all along the very, very long line of manual copying and translating (remember, this is all occurring before the advent of the printing press). However, once one puts the stake the ground and says &#8220;The King James Version is infallible,&#8221; then one eliminates any appeal to &#8220;mistranslation&#8221; from the Hebrew or Greek. On the other hand, if only the original, autograph manuscripts are infallible (none of which exist), while all subsequent copies and translations are vulnerable to transcription or translation errors, then the whole line of copies from the oldest manuscript copies (like the Dead Sea Scrolls) to all of today&#8217;s descendent versions of the Bible are <em>not </em>infallible.It is important to understand in which sense your opponent believes the Bible to be infallible. In the first sense, contradictions and factual / scientific errors are all one needs to falsify the claim of Biblical infallibility. In the second sense, the notion of infallibility is simply irrelevant to both the Bible and the oldest sources we have available today, and so amounts to little more than an empty claim.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2012/03/23/bible-accuracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atheism, Agnosticism, and Burden of Proof</title>
		<link>http://www.freethoughtdebater.org/2012/03/03/atheism-agnosticism-and-burden-of-proof/</link>
		<comments>http://www.freethoughtdebater.org/2012/03/03/atheism-agnosticism-and-burden-of-proof/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:15:02 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Critical Thinking]]></category>

		<guid isPermaLink="false">http://localhost/?p=71</guid>
		<description><![CDATA[&#8220;How can you be an atheist if you cannot disprove the existence of God?&#8221; This all-too-common question is often related to a misunderstanding of the concept of burden of proof, of how that concept relates to belief, and of how both of these ideas relate to the definitions of agnosticism and atheism. Burden of Proof You have probably heard the term “burden of proof” used in courtroom settings, often in the context of a criminal trial where the accused is innocent until proven guilty. What this means, of course, is that the accused’s innocence is assumed to be true, unless someone can actually prove otherwise. In other words, the accused’s innocence is the default position. As a result, it is absolutely not required for the accused to prove his innocence; he has only to show that, based on the prosecution’s case, there is no good reason to believe in his guilt; that the arguments and evidence presented by the prosecution are either unreliable, or do not make his guilt any more likely than some alternative explanation. Simply put, the burden of proof is on the prosecution. Importantly, when a jury returns a finding of “not guilty” they are not saying [...]]]></description>
				<content:encoded><![CDATA[<p>&#8220;How can you be an atheist if you cannot disprove the existence of God?&#8221; This all-too-common question is often related to a misunderstanding of the concept of burden of proof, of how that concept relates to belief, and of how both of these ideas relate to the definitions of <em>agnosticism</em> and <em>atheism</em>.</p>
<h3>Burden of Proof</h3>
<p>You have probably heard the term “burden of proof” used in courtroom settings, often in the context of a criminal trial where the accused is innocent until proven guilty. What this means, of course, is that the accused’s innocence is assumed to be true, unless someone can actually prove otherwise. In other words, the accused’s innocence is the <em>default</em> position. As a result, it is absolutely not required for the accused to prove his innocence; he has only to show that, based on the prosecution’s case, there is no good reason to believe in his guilt; that the arguments and evidence presented by the prosecution are either unreliable, or do not make his guilt any more likely than some alternative explanation. Simply put, the burden of proof is on the prosecution.</p>
<p>Importantly, when a jury returns a finding of “not guilty” they are not saying that they believe the suspect is <em>innocent</em> beyond a reasonable doubt. They may have a truckload of doubt about his innocence. Their finding means only that reasonable doubt exists as to the suspect&#8217;s guilt. If there is such reasonable doubt and the burden is on the prosecution, then the jury is ethically and rationally required to acquit.</p>
<p>Why do we put the burden of proof on the prosecution? Because otherwise the prosecution’s job would be much too easy. For example, imagine you had to prove your innocence against the charge that you have the supernatural ability to cause cancer in humans anywhere in the world, and that you actually use this ability for your own sadistic pleasure, which is behind all the world’s cases of previously unexplained cancers. To make their case the prosecution puts you on the stand and asks, “Well then, if you aren’t guilty, how do <em>you</em> explain all the cases of mysterious cancers?” Helplessly, you admit that you can’t, to which the prosecution replies with an accusing finger, “Ah ha!” With your fear and frustration mounting you ask, “What makes you think it’s me!?” The prosecution immediately points out that Analogyland is not a country like the US: here you are guilty until <em>proven</em> innocent, and so the prosecution does not have to explain or prove anything. On the contrary, it is you that has to do the explaining. Nonetheless, the prosecution is feeling a bit generous and they volunteer that they are charging you based on their own psychic powers, powers that give them direct knowledge of evil people like you. When you ask what evidence they have that such a psychic sense is even reliable, they angrily warn you that your attempts to confuse the court will not be tolerated. The prosecution then reminds you once again that the only party who must present evidence is you, and that if you cannot prove the prosecution wrong, you are guilty by default.</p>
<p>Needless to say, you would be doomed in such a situation. In fact, in any land where your guilt is the default assumption, you would be doomed to a guilty verdict whenever the charge against you was unprovable, and the list of unprovable charges is limited only by one’s imagination (e.g., you are a witch who magically eliminates all evidence against her, or the reincarnation of Hitler pretending to be a good person, or an evil deity whose pretense at being a normal person is just what one would expect, etc., etc.). As you can imagine, in such a land you could easily send anyone you didn’t like to prison by dreaming up some unprovable claim; and, of course, they could do the same to you. One doesn&#8217;t have to look too far into history to find examples of this, such as the famous Salem Witch Trials.</p>
<p>To clarify the issue even more let’s leave the courtroom setting all together and just look at some off-the-wall factual claims that someone who comes knocking at your door might make. Let’s say someone, who calls himself Contactee Bob, knocks on your door and claims that leprechauns are real, but they are so smart and powerful they know how to avoid most human contact. However, Bob explains, leprechauns do make direct telepathic contact with a few deserving humans. When these leprechauns reveal their existence through such telepathic communication, the humans on the receiving end experience it as direct, revealed knowledge of the leprechauns’ existence. Bob claims to be such a contactee and hopes that one day you will be too. “Think positive leprechaun thoughts,” says Bob, “and you will be contacted too!”</p>
<p>At the end of his speech you ask Bob how he knows there aren’t alternative explanations of his “revealed knowledge” experience that are <em>at least</em> as probable as his leprechaun explanation (such as an obvious psychological one). Bob has heard this before, of course, and he’s ready: “Okay, Mr. Skeptic, <em>prove</em> there are <em>no</em> leprechauns.” Bob has even studied the contactee apologetic literature and takes his objection a step further: “If you claim that there are no leprechauns, then that implies you are omniscient since you would have to have knowledge of all parts of the universe to know that there are no leprechauns anywhere in it.”</p>
<p>This last statement of Bob’s would actually be true <em>if</em> the burden of proof were on you to disprove his claim, rather than on him to prove it. Bob has shifted the burden of proof onto you, the innocent bystander being subjected to his claims. He is arguing that his claim must be considered true <em>by default</em> unless you can <em>dis</em>prove it, while all he has to do is watch you flounder in the attempt. What Bob probably doesn’t realize, however, is that in order for him to consistently hold such an interpretation of burden of proof, he would have to believe <em>everything</em> that he couldn’t disprove. While his interpretation of burden of proof lets in his leprechauns, it does so at the price of letting in an unimaginably large army of other bizarre creatures from the depths of human imagination and mythology. Consider the implications of this. Just to amuse yourself you could dream up claims of your own and present them back to Bob, claims like, “there are undetectable trans-dimensional hyper-intelligent fish all named, curiously enough, Wanda,” “There is an invisible, 3-headed dragon named Morris Minor who is a Douglas Adams fan and is responsible for manipulating the weather in such a way that it appears to be almost, but not quite, entirely unpredictable,” etc., etc., and Bob, by his understanding of burden of proof, would have to believe them <em>all</em> simply because he could not <em>dis</em>prove any of them. This is what follows when the concept of burden of proof is misapplied or ignored. Clearly, this way madness lies.</p>
<p>What is the common element in the courtroom and Contactee Bob examples? It is that in both cases the burden of proof is not on the person making the positive claim. Now, by &#8220;positive&#8221; claim I mean any truth claim, such as “X is true” or “X is false.” Notice that saying something is false is also a <em>positive</em> truth claim: you are claiming that the assertion “X is false” is a <em>true</em> statement (i.e., you positively disbelieve X). For example, the claim “leprechauns do exist” is just as positive a claim as is “leprechauns do not exist.” Each is a claim to truth, and the burden of proof properly lies with the person making <em>either</em> claim.</p>
<p>But wait a minute. Doesn’t this take us right back to where we started? Doesn&#8217;t this mean that if I lack belief in Bob’s claims, then I have a burden of proof on me to prove him wrong just like he argued? Well, that depends on what you mean by “lack belief.”</p>
<h3>Absence of Belief vs. Disbelief</h3>
<p>A new born baby <em>lacks belief</em> in quite a bit, including the concept of God. Obviously, however, this is not the same thing as saying the baby <em>disbelieves</em> these claims (i.e., believes that these claims are false); the baby is merely absent belief—due in this case to its lack of awareness of the very concepts in question. Similarly, an adult who has grown up deep in an Amazonian jungle, and who has never even heard of people existing outside the jungle (let alone of such outsiders’ religions) is certainly absent belief in the Judeo-Christian God; however, once again, one could not say that this Amazonian regards God with positive disbelief, only that he is absent belief—due in the case to his never having been introduced to the idea.</p>
<p>In each of these examples, the individuals lack awareness of the concept of the Judeo-Christian God. Clearly, it makes no sense to say that they believe the claim “God exists” is false. On the other hand, it also makes no sense to say that they believe the claim is true. As a result, we cannot call them theists, and, depending on how one defines the term, we may not be able to call them atheists either (we’ll explore this a bit more later). But we <em>can</em> say that they are <em>absent belief</em>.</p>
<p>Note that in the preceding examples it also makes no sense to say that these individuals believe that the probability that God exists is around 50%. This leads us to a third sense in which one could be said to be absent belief in a claim. This occurs when there is at least some evidence for a claim, but this evidence is offset by equally strong evidence for the falsity of the claim or for alternative explanations. In other words, on balance, the claim is seen as somewhere around 50% probable. In such a case one would be rationally justified in “suspending judgment,” in making no commitment at all. If we’re talking about the claim that the Judeo-Christian God exists, then, as in the prior cases, we cannot call a person holding this view a theist.</p>
<p>One thing should be clear from the preceding discussion. We all <em>start out</em> at some point in our lives from the position of absence of belief due to absence of information. Clearly there is no burden of proof on individuals in this &#8220;position&#8221; (really a non-position). They are, as it were, simply waiting for input. It would be irrational for such people to claim to believe one way or the other. However, while you start out in life by justifiably saying, “the burden of proof is on you Mr. Positive Atheist and Ms. Theist,” as soon as attempts are made to meet that burden, the ball is right back in your court. You will need to assess the arguments and then assess the probabilities that the claim is true or false. Importantly, as the last of the earlier examples demonstrates, absence of belief may be the result of just such a reassessment: it may indicate not the default starting position of ignorance, but a reasoned, defensible conclusion that the odds of the claim&#8217;s being true is around 50% (not a view that I happen to share, by the way). In this special case, one is making a <em>positive</em> claim that the arguments and evidence support even odds.</p>
<h3>Believing in Proportion to the Evidence</h3>
<p>At this point all we have said is that one believes, disbelieves, or is absent belief in some claim. We’ve also suggested that this latter state is due either to ignorance of the claim (no burden of proof) or to an assessment that the probability of its being true is around 50% (carries a burden of proof).</p>
<p>This notion of <em>probabilities of truth</em> is much closer to the way science actually works than it is to the simplistic notions of absolute proof and absolute disproof, with everything in between treated as “unknown,” or “speculative.” Looking at truth values in this probabilistic fashion suggests a continuum; and assuming we believe only when we are rationally justified to do so, our “beliefs” cannot simply be “on” or “off.” Instead, our beliefs are a function of the probability that they correspond to factually true statements: the higher the probability, the more we believe; the lower the probability, the less we believe; and the lower still, the more we disbelieve.</p>
<p>So, what affects the probability that a claim is true? Certainly direct evidence, both for and against, directly affects it, including such things as the claim&#8217;s predictive success and explanatory power; but it is important to recognize that background knowledge is also an extremely relevant form of evidence. By &#8220;background knowledge&#8221; we mean the <em>entire</em> database of well-confirmed human knowledge.</p>
<p>Some claims, if true, would require that we throw out some of this well-confirmed background knowledge. To be sure, having to throw out cherished parts of our background knowledge is not unknown in history, but it occurred only when the evidence behind such a revolution was truly overwhelming. For example, if some theory is extremely well supported (say, at better than 99.9% as in the case of the Theory of the Atom), then any new claim that entails throwing out this part of our background knowledge needs to be supported by even <em>better</em> evidence than that supporting the existing theory. If weak or no evidence is offered, then should we remain absent belief in this new claim, as if the probability were around 50%? Definitely not. Why? Because the evidence against the claim <em>is</em> the evidence we already have <em>for the background knowledge</em>, which means the probability that the claim is true, in the absence of strong evidence, is extremely low.</p>
<p>There are also claims that, while not contradicting background knowledge, are <em>completely unconnected to it</em>, or go well beyond it in some radical way. But here again, the fact that a claim is &#8220;out of nowhere&#8221; does not make it false, though it does raise the evidentiary bar. Examples of this include certain notions of “supernatural” (specifically those that do not entail a logical contradiction as does the Judeo-Christian God). For example, while it doesn’t directly contradict our background knowledge, a claim that an intelligent, extraordinarily powerful alien somehow “started” the world 5 billion years ago is certainly a claim that is not in any sense a plausible extension of our background knowledge; it resolves no mysteries (other than replacing current mysteries with even bigger ones); and it lacks even suggestive support either directly, or indirectly from our background knowledge.</p>
<p>Now this latter situation is particularly interesting for a number of reasons: the claim is logically possible, it has no <em>negative</em> evidence against it, and it conflicts with <em>no part</em> of our background knowledge. On the other hand, it is has no evidence <em>for</em> it, not even the mild suggestive support that comes from its being plausibly related to, or extended from, our background knowledge. The question then is should we consider such an “out of nowhere” claim as having a 50% probability of being true? Should we say that it is as likely to be true as not? Definitely not. Why? Because the only thing such a claim has going for it is mere <em>logical possibility</em>. However, the list of the logically possible is effectively infinite. Since there is good reason to believe that the set of all factually true statements is vanishingly small compared with the set of all logically possible statements, then the odds are vanishingly small that some “out of the blue” logically possible statement would actually correspond to a fact of reality. Without some evidence supporting a claim there is no reason to believe that the odds favoring its factual truth are different than the odds favoring the factual truth of a <em>randomly constructed</em> logically possible statement, and the odds of that are effectively zero. Therefore, we have to conclude that an entirely <em>unfounded</em> claim—even in the absence of negative evidence—deserves not simply suspension of belief, but actual disbelief.</p>
<h3>Certainty</h3>
<p>Of course, if a claim is not even logically possible, then all this talk about probabilities becomes moot. In such a case I can be <em>absolutely certain</em> (100% probability) that a claim is false—<em>without any evidence at all</em>. A claim is logically impossible when it is self-contradictory (also called incoherent). For example, if you claim that there exists a married bachelor or a triangular square, then the probability that you are wrong is 100%. Of course, these examples are obviously incoherent; however, many claims are no less incoherent, though this fact is far less obvious. That&#8217;s where careful analysis comes in. When such analysis shows that some claim <em>entails</em> a logical contradiction, then one can be sure that the claim is false—again, without introducing evidence at all. This kind of evidence-independent argument is referred to as an <em>a priori</em> argument: it is based on logic alone.</p>
<h3>Belief vs. Knowledge</h3>
<p>So far, we have been talking about <em>rationally justified</em> beliefs. To be sure, beliefs are often held without rational justification—even without the pretense of rational justification, such as when people talk about believing something “on faith.” This subject is dealt with elsewhere<sup>1</sup>, so I won’t repeat it here beyond noting that faith is not a justification, but an admission that there is no justification. If there are rational reasons to believe something, then “faith” is superfluous. If there are no rational reasons to believe something, then continued belief is, by definition, irrational. Clothing irrationalism with the more comfortable term “faith” changes nothing. Indeed, free of the restrictions of rational justification, I could have <em>faith</em> that the tooth fairy is real, or any of the world’s sundry gods, goddesses, wood nymphs, and other human imaginings. The problem is that there are no independently validated rules that govern the use of faith, which makes it a kind of blank check. As a result, faith allows in God—<em>along with any and everything else</em>. Reason is the only validated means we have to qualify a belief as actual knowledge, the only means we have to separate the &#8220;wheat from the chaff.&#8221;</p>
<h3>Meaninglessness</h3>
<p>Some so-called claims are not really claims at all. Claims made with meaningless terms amount to nothing more than a kind of noise. Examples include, “xonipboo loves you” and “myrssla exists.” There not only is no actual evidence for or against such statements, there is no <em>conceivable</em> evidence that would count for or against them; consequently, they are <em>factually meaningless</em>. Since such a claim asserts nothing, then it means nothing to say one believes that a factually meaningless claim is either true or false—to <em>any degree at all</em>. The subject of such statements does not even have a referent. If I say I believe in &#8220;it&#8221; (or don’t believe in &#8220;it&#8221;), then I literally cannot know what I am talking about—I literally have no idea just what it is that I think I believe (or disbelieve) in.</p>
<h3>Defining Atheism and Agnosticism</h3>
<p>Pulling all these ideas together, we can now make what I hope are more useful and more accurate definitions of atheism and agnosticism.</p>
<p>At the most literal level, atheism can be analyzed as follows: “a” means without, and “theism” means belief in God. So, literally &#8220;atheism&#8221; means without belief in God. &#8220;Theism&#8221; of course, means <em>with</em> belief in God. Now, one either believes in the Judeo-Christian God or one does not. If one does, then one is a <em>theist</em>; if one does not, then one is an <em>atheist</em>. Technically, then, the terms “theism,” and “atheism” are mutually exclusive and jointly exhaustive—there is no third alternative. Even the case of absence of belief falls under atheism, since absence of belief means absence of belief in God—that is, <em>without</em> belief in God. Since such persons are clearly not theists, they are (literally speaking) a-theists.</p>
<p>Of course, while literally true this definition does not really capture the typical modern usage of the term “atheism.” Indeed, under this definition all newborns would be considered atheists, which seems inconsistent with the way people usually understand the term. The most simplistic understanding of the terms &#8220;theism&#8221; and &#8220;atheism&#8221; in common usage is that atheists are absolutely sure that there is no God, while theists are absolutely sure that there is. Everyone else would be considered some flavor of agnostic. Interestingly, &#8220;agnosticism&#8221; once referred only to the view that some particular claim is <em>unknowable</em>. Under this definition many believers would be, in fact, agnostics, or more specifically, agnostic theists; they agree that God’s existence is unknowable, but they believe anyway on faith, while agnostic atheists reject faith as invalid, and so remain absent belief. So, under this view “agnosticism” refers only to one’s views about <em>knowability</em>, and not to one’s <em>beliefs</em>. However, this usage of the term &#8220;agnosticism&#8221; also doesn&#8217;t seem to reflect typical modern usage. Currently, the term seems to refer to the view that one neither accepts nor rejects God&#8217;s existence because God’s existence is unknowable. There is also the more general term, &#8220;negative atheism,&#8221; which refers only to the first part of that definition: that one can neither affirm nor deny God’s existence—for whatever reason. However, &#8220;agnosticism&#8221; is sometimes used in that more general sense as well, in which case it is synonymous with &#8220;negative atheism&#8221; (I use &#8220;agnosticism&#8221; in this latter sense—as synonymous with negative atheism). Negative atheism is the position that one should not believe, not that one should disbelieve. Positive atheism, on the other hand, argues that one should positively disbelieve—that is, one should believe that the claim, God exists, is <em>false</em>.</p>
<p>These more popular definitions leave a few gaps; for example, they all seem to implicitly assume that everyone is familiar with the subject matter and the arguments. If so, then what about our newborns, and those who have never been exposed to Judeo-Christian theism? Well, if they lack belief, which they do, then they are not theists; however, they do not <em>disbelieve</em> in God, so they are not positive atheists either. Therefore, they are a kind of negative atheist—but it’s the uncritical, uninformed kind and this is usually made clear just by qualifying one&#8217;s usage of the term with just such modifiers. Additionally, these popular definitions do not address whether the views are justified by appeal to reason. To be sure, people can be found in each of these categories whose beliefs have nothing to do with reason. For example, some ardent positive atheists have no rational justification for their views at all—perhaps because they are postmodernists or social constructionists, or because of political dogma, or because it’s part of the doctrine of some earth-spirit religion that they accept on faith, etc. Similarly, many theists openly reject reason, and even seem to find delight in saying that they believe despite flagrant logical contradictions—contradictions that they are all too happy to <em>admit</em> to. Where this distinction must be made—between appealing to reason and flouting it—the words “critical” or “rational” are often introduced, such as “critical positive atheist.”</p>
<p>If we take these definitions, and the caveats just mentioned, and couple them with our earlier discussion about believing in proportion to the evidence—that is, viewing “truth” as a probabilistic function of all relevant evidence and knowledge—then we can summarize everything into the following chart<sup>2</sup>:</p>
<p>&nbsp;</p>
<table width="550" border="1">
<tbody>
<tr>
<th>Primary Term</th>
<th>Other Common Terms</th>
<th>Attitude</th>
<th>Evidence</th>
<th>Description</th>
</tr>
<tr>
<td>Positive Atheism</td>
<td>Atheism</td>
<td>Rejection</td>
<td>Absolutely disprovable</td>
<td>Logical impossibility</td>
</tr>
<tr>
<td>Positive Atheism</td>
<td>Atheism</td>
<td>Rejection</td>
<td>Completely unfounded</td>
<td>No direct or indirect support at all, even though there is no negative evidence</td>
</tr>
<tr>
<td>Positive Atheism</td>
<td>Atheism</td>
<td>Rejection</td>
<td>Empirically disprovable</td>
<td>Logically possible but odds are very close to 0</td>
</tr>
<tr>
<td>Negative Atheism</td>
<td>Agnosticism</td>
<td>Skepticism</td>
<td>Empirically unlikely</td>
<td>Odds are low</td>
</tr>
<tr>
<td>Negative Atheism</td>
<td>Agnosticism</td>
<td>Uncommitted</td>
<td>Empirically indeterminate</td>
<td>Substantial evidence, but about equally substantial evidence for alternatives</td>
</tr>
<tr>
<td>Negative Atheism</td>
<td>Agnosticism</td>
<td>None</td>
<td>No conceivable evidence</td>
<td>The claim in question is factually meaningless</td>
</tr>
<tr>
<td>Negative Atheism</td>
<td>Agnosticism</td>
<td>None</td>
<td>Unaware of any relevant evidence</td>
<td>Has never heard of the claim in question, or has never given it any thought.</td>
</tr>
<tr>
<td>Positive Theism</td>
<td>Agnosticism / Pragmatic Theism</td>
<td>Inclined</td>
<td>Empirically likely</td>
<td>Odds are high</td>
</tr>
<tr>
<td>Positive Theism</td>
<td>Theism</td>
<td>Acceptance</td>
<td>Empirically provable</td>
<td>Logically possible that&#8217;s it wrong, but odds are very close to 100</td>
</tr>
<tr>
<td>Positive Theism</td>
<td>Theism</td>
<td>Acceptance</td>
<td>Absolutely provable</td>
<td>Logical necessity</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>Conclusion</h3>
<p>To tie our whole discussion together, let’s apply these ideas to the earlier Contactee Bob example. Contactee Bob doesn’t appear to be claiming something that is logically impossible, but he certainly hasn’t given us any reason to think that his claims are true; that is, he hasn’t given us any reason to suppose that his claims are more probably true than not; consequently, he has failed to meet the burden of proof. So, do I believe that Contactee Bob’s claim is true? No. Do I believe that Contactee Bob’s claim is <em>definitely</em> false? Technically, no, but I am not saying it’s a coin toss either, that it is as likely to be true as false. In the Contactee Bob example, we do have knowledge of background facts that bear on the likelihood of his claim being true. So, while there is no evidence supporting Bob’s claim, there is evidence supporting the alternative claim that Bob has deluded himself. We know, for example, that there are many supposed contactees for many types of strange beings, such as angels, aliens, various gods and goddesses, etc. As a group, these contactees report mutually contradictory experiences—even when the contactees are talking about the very same being. While this doesn’t conclusively prove that Bob is wrong, it is consistent with the alternative claim that all contactees of all of these “beings” have deluded themselves regarding the nature of their experiences. This background evidence, then, makes the competing self-delusion claim far more likely than Bob’s claim.</p>
<p>Bob also argued that it is self-contradictory to deny the existence of leprechauns because such denial implies omniscience; that is, we would need to have knowledge of all parts of the universe to know that there are no leprechauns anywhere in it. Our discussion up to this point should now make clear the fatal flaw in this argument: Bob assumes that absolute disproof is necessary to justify both absence of belief and disbelief. But, as we have seen, one can be absent belief or even disbelieve in the existence of leprechauns without at the same time claiming absolute knowledge that leprechauns do not exist. One should be <em>at least</em> absent belief based on Bob’s having failed to meet his burden of proof. But, when one also considers how this claim fits with our background knowledge and other known facts about claims of this type, then one can go further and have very good reason to suppose that Bob&#8217;s claims are extremely improbable, and therefore, to positively <em>disbelieve</em> them.</p>
<p>So, whether people claim that Santa Clause, telepathic space aliens, or God exists, the burden of proof is on them. None of these claims becomes true by default; that is, they do not become true on the grounds that they cannot be <em>dis</em>proved. If those making a claim do so in a logically consistent way but cannot meet their burden of proof, then absence of belief is the <em>best</em> that can be rationally achieved. However, depending on other relevant facts (such as background knowledge), we may have good reason to suppose that the claim, while not absolutely false, is probably false in the extreme, thereby making positive disbelief the only rational option. Moreover, if they make a claim in a self-contradictory way, then we can be 100% sure that they are mistaken even without any evidence at all. Finally, there is also another way in which people may make their claims: they can use factually meaningless terms.</p>
<p>It is interesting to note that if one successfully demonstrates that religious terms like “God” are factually meaningless, then one cannot be a positive atheist, since to positively claim that God does not exist implies that the word &#8220;God&#8221; <em>has meaning</em>. I take the approach, along with Michael Martin<sup>3</sup>, that one can argue that religious terms are meaningless, and then go on to argue that if we assume, for the sake of argument, that the terms are meaningful, then contradictions immediately follow. So, to the extent I am successful with the first part, I am a negative atheist, and to the extent I am wrong in the first part but right in the second, I am a positive atheist.</p>
<hr align="left" size="1" width="30%" />
<p><sup>1</sup> P. Wesley Edwards, “Reason vs. Faith,” <em>FreethoughtDebater</em>, &lt;http://www.freethoughtdebater.org/?p=107&gt;, 2004.</p>
<p><sup>2</sup> This chart is influenced by something similar in Michael Scriven, “God and Reason,” in <em>Critiques of God: Making the Case Against Belief in God</em> (Amherst, NY: Prometheus Books, 1997), p.109.</p>
<p><sup>3</sup> An excellent, if somewhat advanced, overview of these issues is Michael Martin, <em>Atheism: A Philosophical Justification</em>, (Philadelphia: Temple University Press, 1990). A classic, and very easy to read work that hits the same points is George H. Smith&#8217;s, <em>Atheism: The Case Against God</em>, (Amherst: Prometheus Books, 1989).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2012/03/03/atheism-agnosticism-and-burden-of-proof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bible: A Manual for Living?</title>
		<link>http://www.freethoughtdebater.org/2011/12/30/the-bible-a-manual-for-living/</link>
		<comments>http://www.freethoughtdebater.org/2011/12/30/the-bible-a-manual-for-living/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:31:36 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Bible Criticsm]]></category>

		<guid isPermaLink="false">http://localhost/?p=83</guid>
		<description><![CDATA[Christians often take great pride in their ability to cite Biblical verse on a wide range of issues, and this is certainly understandable since they believe that the Bible is the Word of God.  Fundamentalists, in fact, see it as the inerrant word of God—a book that says what it means, and means what it says . . . period.  As such, the Bible is seen not only as a guide for finding &#8220;family values&#8221; and for making daily moral choices, but as a window into the &#8220;infinite&#8221; and perfect goodness of God.  In fact, many believers have referred to it simply as God&#8217;s &#8220;Manual for Living.&#8221; One need not read the Bible very far, however, before realizing that &#8220;good&#8221; must be a very flexible word if it is to be applied to God.  In relation to the Biblical God, &#8220;good&#8221;—indeed, infinite and perfect goodness—evidently includes genocide, rape, slavery, torture, and a view of women as being worth little more than livestock. Christian apologists can often find scriptures that describe God in much more benevolent and even compassionate terms.  But finding them doesn&#8217;t delete these other scriptures.  Using such &#8220;nice&#8221; scriptures to defend the goodness of God by somehow offsetting [...]]]></description>
				<content:encoded><![CDATA[<p>Christians often take great pride in their ability to cite Biblical verse on a wide range of issues, and this is certainly understandable since they believe that the Bible is the Word of God.  Fundamentalists, in fact, see it as the <em>inerrant</em> word of God—a book that says what it means, and means what it says . . . period.  As such, the Bible is seen not only as a guide for finding &#8220;family values&#8221; and for making daily moral choices, but as a window into the &#8220;infinite&#8221; and <em>perfect goodness</em> of God.  In fact, many believers have referred to it simply as God&#8217;s &#8220;Manual for Living.&#8221;</p>
<p>One need not read the Bible very far, however, before realizing that &#8220;good&#8221; must be a very flexible word if it is to be applied to God.  In relation to the Biblical God, &#8220;good&#8221;—indeed, infinite and perfect goodness—evidently includes genocide, rape, slavery, torture, and a view of women as being worth little more than livestock. Christian apologists can often find scriptures that describe God in much more benevolent and even compassionate terms.  But finding them doesn&#8217;t delete these other scriptures.  Using such &#8220;nice&#8221; scriptures to defend the goodness of God by somehow offsetting the many other horrific scriptures, is like arguing that Stalin, Hitler, or Genghis Khan were really &#8220;perfectly&#8221; good because there were instances of their being kind to people who pleased them, as if this somehow completely negates their less compassionate moments.  Such things would no more offset the other evils than would giving candy to a child offset the crime of having earlier tortured her.</p>
<p>Sometimes the Old Testament examples of God&#8217;s atrocities are defended by saying that God&#8217;s moral &#8220;rules&#8221; were <em>different</em> in the Old Testament as compared with the New Testament.  Such an argument, coming as it does from people who claim to believe in an absolute, universal moral standard, is especially ironic.  In making such an argument, they are literally implying that right and wrong are not absolutes <em>over time</em>, but are absolutes only in the sense that whatever God says goes—even if what He says switches from wholesale genocide one day to pacifism the next.</p>
<p>Needless to say, there are always Christian attempts to reinterpret the scriptures we are about to read as saying something entirely different than is actually printed in the Bible.  The clarity of the following scriptures, however, makes such attempts transparent.  Remember to read <em>what it says</em>, not what apologists <em>wish it said</em>.</p>
<p>Before proceeding, and in all sincerity, I did want to provide the following advisory: The following scriptures depict graphic violence, including sexual violence, and may not be suitable for younger readers.  Please note also that the standard King James Version will be used unless otherwise noted.</p>
<h3>Excerpts from God&#8217;s &#8220;Manual for Living&#8221;</h3>
<p>Official orders, which include genocide and rape, have come not only from recent and not-so-recent tyrannical regimes, such as Hitler&#8217;s Berlin or the tent of Genghis Khan.  It has come also from what many Christians define as an infinitely good, kind, and merciful God.  Perhaps in the following scriptures the fact that young virgins were being spared (for obvious reasons and only after witnessing their parents and siblings being butchered before their eyes) is considered by some a demonstration of &#8220;mercy,&#8221; but I can imagine very few openly making such a claim.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Numbers 31:17-18</td>
<td>&#8220;…now therefore kill every male among the little ones and kill every woman that hath known man by lying with him.  But all the women children, that have not known a man by lying with him, keep alive for yourselves.&#8221;</td>
</tr>
<tr>
<td>1 Sam 15:3</td>
<td>&#8220;Slay both man and woman, infant and suckling.&#8221;</td>
</tr>
<tr>
<td>Ezek 9:6</td>
<td>&#8220;…neither have ye pity, slay utterly old and young, both maids and little children, and women.&#8221;</td>
</tr>
</tbody>
</table>
<p>Such atrocities were often carried out as part of the worse kind of military aggression: one that goes beyond the seizing of power to the actual extermination of the original inhabitants sparing some of the women and children to serve as slaves.  Indeed, one can&#8217;t help but think of Hitler&#8217;s <em>lebensraum</em> policy when reading scriptures such as these.  If God&#8217;s name were removed from these passages, and replaced by &#8220;Hitler,&#8221; for example, what would the reaction of a good Christian be?  I suspect it would be horrified disgust, anger, and indignation—but only after the name change.  Of course, for many people, horrified disgust, anger, and indignation are felt regardless of whose name is assigned to these deeds.</p>
<p>&nbsp;</p>
<table width="450" border="1"  align="center">
<tbody>
<tr>
<td>Deut 7:1-2</td>
<td>&#8220;When the Lord thy God shall bring thee into the land whither thou goest to possess it, and hath cast out many nations before thee&#8230;thou shall smite them and utterly destroy them…nor shew mercy unto them.&#8221;</td>
</tr>
<tr>
<td>Deut 20:11-14</td>
<td>&#8220;&#8230;that all the people that is found therein shall be tributaries unto thee, and they shall serve thee&#8230; And when the LORD thy God hath delivered it into thine hands, thou shalt smite every male thereof with the edge of the sword. But the women and the little ones, and the cattle, and all that is in the city, even all the spoil thereof, shalt thou take unto thyself; and thou shalt eat the spoil of thine enemies, which the LORD thy God hath given thee.&#8221;</td>
</tr>
</tbody>
</table>
<p>Today, mild-mannered Christians often come to your door, presumably moved by God&#8217;s spirit.  Many of them will describe how their loved one&#8217;s health benefited from prayer, and that they were moved to demonstrate God&#8217;s love to others through charity, caring for the needy, and preaching the &#8220;Good News.&#8221;  They believe that through such deeds, people (in God&#8217;s words), &#8220;might know I am the Lord.&#8221;  But this pleasant strategy represents quite a change of heart from earlier methods employed by God Himself:</p>
<table width="450" border="1"  align="center">
<tbody>
<tr>
<td>Ezek 20:26 (RSV)</td>
<td>&#8220;I defiled them…making them offer by fire all their first born, that I might horrify them; I did it that they <em>might know I am the Lord.</em>&#8220;(italics added.)</td>
</tr>
</tbody>
</table>
<p>Of course, many Christians argue that God&#8217;s wrath is reserved for you only if you abuse your &#8220;free will.&#8221;  God, after all, gives everyone a choice—pick the right one, or else—but a choice, nonetheless.  But does He really give everyone a choice?  He seems to slaughter children a great deal, with a particular preference for firstborns, as we just saw.  It is entirely unclear what choice a newborn failed to make correctly.</p>
<table width="450" border="1"  align="center">
<tbody>
<tr>
<td>Ex 12:29:30</td>
<td>&#8220;…the Lord smote all the first born in the land of Egypt, from the firstborn of Pharaoh that sat on his throne unto the firstborn of the captive that was in the dungeon&#8230;for there was not a house where there was not one dead.&#8221;</td>
</tr>
</tbody>
</table>
<p>I suppose it could be argued that older children caught poking fun at some older bald gentleman might be old enough to know better, though it would seem that the &#8220;Christian&#8221; thing to do in such a case might be to ground them for a day or two and tell them to apologize.  Actually, in His &#8220;manual for living,&#8221; the Lord, described by so many Christians as loving and good, felt it was appropriate to send 2 bears to quite literally <em>rip apart</em> 42 children for the crime of making fun of Elisha&#8217;s bald head:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>2 Kings 2:223-24</td>
<td>&#8220;And he went up from thence unto Bethel: and as he was going up by the way, there came forth little children out of the city, and mocked him, and said unto him, Go up, thou bald head; go up, thou bald head.  And he turned back, and looked on them, and cursed them in the name of the Lord.  And there came forth two she bears out of the wood, and tare forty and two children of them.&#8221;</td>
</tr>
</tbody>
</table>
<p>Few jurors today would feel comfortable sentencing adult felons to being ripped apart by wild animals, and it seems unlikely that they would feel any more comfortable upon discovering that the intended victims were <em>children</em>.</p>
<p>For those who would suggest that God hates doing such things, but somehow feels compelled to (however one reconciles such an idea with His being all-powerful), there is in fact some rejoicing on the part of God during such violent episodes:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Deut 28:63</td>
<td>&#8220;&#8230;so the Lord will rejoice over you to destroy you, and to bring you to nought&#8230;&#8221;</td>
</tr>
</tbody>
</table>
<p>It is interesting to ask what a Christian would say if anyone other than God had committed such crimes. Would any Christian say, &#8220;but wait, maybe there was a perfectly good reason.&#8221;  Yet, Christians, when faced with these scriptures, make just such an appeal on behalf of God, as if such monstrous evils can be perfectly understandable in <em>some cases</em>.  These defenders will often argue that the bigger &#8220;context&#8221; must be considered, as if genocide, rape, and slavery aren&#8217;t inherently and universally evil, but are actually good things in <em>certain contexts</em>.  Many people, of course, insist that such things are universally and absolutely evil, and that no &#8220;context&#8221; can change that fact.</p>
<p>While humans are often forced to make lesser-of-two-evil choices due entirely to their <em>limited</em> powers, is it completely unclear how God, with supposedly <em>unlimited</em> power, should be similarly constrained.</p>
<p>Not many Christians these days would argue that slavery is a good thing.  Indeed, many would argue that it&#8217;s a great evil, one that every Christian should fight in the name of Christ, particularly since they believe that such things are against God&#8217;s teachings.  Such teachings did not come from the Bible, however, and must be believed <em>despite</em> the Bible&#8217;s actual teachings.  God&#8217;s teachings on the matter look a little more like this:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Exod 21:20-21 (NIV)</td>
<td>&#8220;If a man beats his male or female slave with a rod and the slave dies as a direct result, he must be punished, but he is not to be punished if the slave gets up after a day or two, since the slave is his property.&#8221;</td>
</tr>
<tr>
<td>Deut 15:17</td>
<td>&#8220;Then thou shalt take an aul, and thrust it through his ear unto the door, and he shall be thy servant for ever.  And also unto thy maid-servant thou shalt do likewise.&#8221;</td>
</tr>
<tr>
<td>Lev 25:45, 46</td>
<td>&#8220;&#8230;of the children of the strangers that do sojourn among you, of them shall ye buy, and of their families that are with you, which they begat in your land, and they shall be your possession&#8230;they shall be your bondmen forever.&#8221;</td>
</tr>
<tr>
<td>Ex 21:7</td>
<td>&#8220;And if a man sell his daughter to be a maidservant, she shall not go out as the menservants do.&#8221;</td>
</tr>
<tr>
<td>Titus 2:9-10 (RSV)</td>
<td>&#8220;Bid slaves to be submissive to their masters and to give satisfaction in every respect&#8221;</td>
</tr>
</tbody>
</table>
<p>Indeed, God had whole peoples enslaved.  Either He thinks slavery is appropriate in <em>some</em> circumstances, or He knowingly committed an evil.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Joel 3:8</td>
<td>&#8220;I will sell your sons and your daughters into the hand of the children of Judah and they shall sell them to the Sabeans, to a people far off; for the Lord hath spoken it.&#8221;</td>
</tr>
</tbody>
</table>
<p>These scriptures are perhaps not entirely unexpected when they are seen as what they are: descriptions of the angry, jealous, vindictive, and ill-tempered deity(ies) of primitive, nomadic tribes living thousands of years ago.  In that context we would also not readily expect women to be considered particularly valuable, or even as <em>human</em> as men.  Indeed, that is what the Bible makes clear, time and time again.  Such a view is usually justified in terms of inherited guilt; after all, it was Eve who was the guilty party in the Garden of Eden.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>1 Tim 2:11-14</td>
<td>&#8220;Let the woman learn in silence with all subjection.  But I suffer not a woman to teach, nor to usurp authority over the man, but to be in silence.  For Adam was first formed, then Eve. And Adam was not deceived, but the woman being deceived was in the transgression.&#8221;</td>
</tr>
<tr>
<td>1 Cor 14:34-35</td>
<td>&#8220;Let your women keep silence in the churches for it is not permitted unto them to speak; but they are commanded to be under obedience&#8230;And if they will learn any thing, let them ask their husbands at home: for it is a shame for women to speak in the church&#8221;</td>
</tr>
</tbody>
</table>
<p>But it doesn&#8217;t just stop with demanding that women &#8220;keep silent.&#8221;  There is a kind of dirtiness about women, an <em>uncleanness.</em>  Indeed, a women is made even dirtier by having dirty girl children rather than nice clean boy children:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Job 25:4</td>
<td>&#8220;&#8230;how can he be clean that is born of a woman?&#8221;</td>
</tr>
<tr>
<td>Lev 12:2, 5</td>
<td>&#8220;If a woman have conceived seed, and born a man child: then she shall be unclean 7 days…but if she bear a maid child, then she shall be unclean 2 weeks.&#8221;</td>
</tr>
</tbody>
</table>
<p>In fact, a woman who is not a virgin when she marries deserves to <em>die</em> according to the Bible.  Note that there is no similar requirement on the man.  Actually, such a woman deserves to be stoned to death; a tortuously painful way to die, and undeniably cruel and unusual punishment by any standard most of us are familiar with.  Presumably, our own laws and practices today could be seen as an affront to God for granting women the right to live in such cases.  It is also painfully easy to imagine the number of virgins mistakenly slaughtered under the very weak rules of evidence employed in the following scripture.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Deut 22:20-21</td>
<td>&#8220;But if this thing be true, and the tokens of virginity be not found for the damsel: then they shall bring out the damsel to the door of her father&#8217;s house, and the men of her city shall stone her with stones that she die: because she has wrought folly in Israel, to play the whore in her father&#8217;s house: so shalt thou put away evil from Israel.&#8221;</td>
</tr>
</tbody>
</table>
<p>Today we view rape as a crime because of the violation it represents of a woman&#8217;s rights, and the pain and anguish <em>it causes the woman</em>.  In other words, it is a crime because of the injustice of it to <em>her</em>.  In the Bible, the effects on her seem to be utterly beside the point; it is the father that is considered the injured party.  For example, a rapist is forgiven if he pays, not the victim, but her father; and in addition, agrees to <em>marry</em> the victim—she&#8217;s got nothing to say about it.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Deut 22:28-29</td>
<td>&#8220;If a man find a damsel that is a virgin, which is not betrothed, and lay hold on her&#8230;then the man that lay with her shall give unto the damsel&#8217;s father fifty shekels of silver, and she shall be his wife; because he hath humbled her, he may not put her away all his days.&#8221;</td>
</tr>
</tbody>
</table>
<p>We&#8217;ve already seen God bestow the word &#8220;good&#8221; on the slaughter of children and even newborns among wartime enemies, but this act is considered particular virtuous when the newborns are from one&#8217;s own family and tribe—with the infants thrown in, as it were, with the first born of the live stock.  It is interesting, when reading passages such as these, to imagine Fundamentalists showing disgust&#8211;as they doubtless do&#8211; when they read of the human sacrifice practices of the early religions of other cultures, such as the Aztecs and Inca:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Ex 13:1,2</td>
<td>&#8220;And the Lord spake unto Moses, saying, Sanctify unto me all the firstborn, whatsoever openeth the womb among the children of Israel, both of man and of beast: it is mine.&#8221;</td>
</tr>
<tr>
<td>Lev 27:28-29</td>
<td>&#8220;Notwithstanding no devoted thing, that a man shall devote unto the Lord of all that he hath, both of man and beast, and of the field of his possession, shall be sold or redeemed: every devoted thing is most holy unto the Lord.  None devoted, which shall be devoted of men, shall be redeemed; but shall surely be put to death.&#8221;</td>
</tr>
<tr>
<td>Ex 22:29-30</td>
<td>&#8220;Thou shalt not delay to offer the 1st of thy ripe fruits, and of they liquors: the first born of they sons shalt thou give unto me. Likewise shalt thou do with thine oxen and with thy sheep.&#8221;</td>
</tr>
<tr>
<td>Ex 34: 20</td>
<td> But the firstling of an ass thou shalt redeem with a lamb: and if thou redeem him not, then thou shalt break his neck.  All the firstborn of thy sons thou shalt redeem.  And none shall appear before me empty.&#8221;</td>
</tr>
</tbody>
</table>
<p>How different are such practices from the offering of virgins to a volcano god?  Inexplicably, satisfying God&#8217;s thirst for blood appears to be somehow connected with the origin of male circumcision.  In one of the stranger passages of the Bible we have God ambushing Moses on the way to an inn—with the intention of killing him—but deciding not to when Zipporah cuts off the foreskin of her son, and throws it at God&#8217;s feet.  God is calmed down by this, and decides to let them go.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Ex 4: 24-26</td>
<td>&#8220;And it came to pass by the way in the inn, that the Lord met him, and sought to kill him.  Then Zipporah took a sharp stone and cut off the foreskin, and cast it at his feet&#8230;So he let him go.&#8221;</td>
</tr>
</tbody>
</table>
<p>Beyond providing yet another example of the need for bloody offerings to appease an ill-tempered and brutal deity, this passage also has God acting in a manner that is far from that of an all-powerful and all-knowing being.  Indeed, He cannot simply cause Moses to die with a mere thought, but like a murderous human must physically attack his intended victim.  Further, he cannot know much about the future if He <em>unexpectedly</em> gets a slice of human flesh thrown at His feet (implying also that He was physically standing there like a man), which causes Him to <em>change His mind</em>.</p>
<p>With all these blood sacrifices and mutilation of people of all ages, one might expect cannibalism to enter the picture at some point.  One would not be disappointed. God himself directly causes these instances of cannibalism.  Once again, one must assume that Fundamentalist Christians believe this is a wonderful and good thing in <em>certain contexts</em> in order to ensure that God also remains wonderful and good.</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Lev 26:29</td>
<td>&#8220;And ye shall eat the flesh of your sons, and the flesh of your daughters shall ye eat.&#8221;</td>
</tr>
<tr>
<td>Jer 19:9,12</td>
<td>&#8220;And I will cause them to eat the flesh of their sons and the flesh of their daughters, and they shall eat every one the flesh of his friend &#8230;Thus I will do unto this place saith the Lord, and to the inhabitants thereof&#8221;</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>Conclusion</h3>
<p>What picture do these scriptures paint of the Judeo-Christian God?  The picture is that of a perhaps typical tribal deity, characteristic of many early peoples.  Like a volcano god who needs the sacrifice of virgins as a <em>ransom</em> not to destroy the people below, the Biblical God is also brutal, ill-tempered, jealous, and demanding of regular doses of infant blood as the price for the tribe&#8217;s success in carrying out genocidal wars of aggression against its neighbors.</p>
<p>I can certainly anticipate the objections to this article: (1) I&#8217;ve taken the scriptures out of context; (2) I&#8217;ve misinterpreted them; (3) God changed many of those laws in the New Testament; (4), these things should not be judged from the limited vantage point of mere humans—it is part of a bigger picture that only God can see; (5), it the result of inherited sin due to Adam&#8217;s Fall; and (6) it is Satan and man, not God, who have ultimately created all this evil.</p>
<p>(1) As already mentioned (and as should be obvious in any case) some evil things are context-independent.  No context can make an inherently evil thing turn into a good thing.  This position is, ironically, a kind of moral relativism, which Christians are normally loathe to embrace.   The flaw in this &#8220;argument from context&#8221; is easily seen when it is parodied:  &#8220;The deeds of Hitler, Stalin, and Ted Bundy are evil only in certain contexts, in others they are beautiful and wonderful and are proof of their infinite goodness.&#8221;</p>
<p>(2)  These passages are fairly straightforward descriptions of horrific crimes, and include the specific detailing of <em>laws</em>.  Reinterpretation here can take two forms:  one, that these scriptures were metaphorical; or two, that they were mistranslated.  The first approach undermines the claim that the Bible is literally true, and we can then get on with arguing that the Genesis story, or anything else, is also metaphorical.  This is indeed the approach of more liberal Christians.  Liberal or not, however, to &#8220;reinterpret&#8221; the sum total of these passages into saying the opposite of what they actually say (and there are many, many more examples) leaves one justifiably open to the charge of arbitrarily reinterpreting the Bible to say what one <em>wishes</em> it said.  It would be as if I reinterpreted all the literature on the roundness of the earth to be metaphorical, while insisting that it all really supports a flat earth; or if I reinterpreted the sentence the &#8220;car is black&#8221; to mean the &#8220;car is white.&#8221;  This liberal approach invalidates the inerrancy of the Bible.  Either there is an error of translation or an error of fact.  In either case, one is admitting that there is an <em>error</em>.  Such an approach also allows one to have the Bible say whatever one wants it to say, without regard to what it actually does, in fact, say.</p>
<p>(3) This position, even more so than the context argument, is the worst kind moral relativism.  It suggests that what is morally disgusting to us today was somehow morally wholesome and beautiful to us just a few thousand years ago.  God did an about-face, and so we had to as well; if He does it again, then our frown at these atrocities would, under this view, once again turn into a smile.  Presumably we need to check before deciding how to react.</p>
<p>(4) This objection is met in detail in the <em>Does Morality Depend on God?</em> article.  I will, however, make this one point here:  If we are not competent to judge God to be evil; then by exactly the same reasoning, we are also incompetent to judge God to be <em>good</em>: it cuts both ways.</p>
<p>(5) The notion of inherited sin and Jesus&#8217; sacrifice deserves an article of its own.  However, I will speak to it briefly here.</p>
<p>I often hear Christians describe, in a tone of gratitude, how Jesus died to &#8220;pay the price&#8221; for the sin we &#8220;inherited&#8221; from Adam and Eve.  Frankly, that this makes any kind of sense to otherwise thoughtful people is something I find utterly mystifying.  The story embodies two very bizarre notions that Christians unblinkingly accept as being somehow obvious truths:  one, inherited guilt; and two, that a human sacrifice is the appropriate price to pay for that guilt.</p>
<p>First, the idea that people inherit the guilt of their ancestors is certainly an ancient one, and more than a little out of place in the 21st Century.  One has to ask such Christians to evaluate the following analogy:  You are a juror and the prosecution is arguing that a 6 month old infant should be burned alive because it was discovered that its great, great grandfather committed a terrible crime.  The prosecution then interrupts the shocked outcries of the jurors by quoting from the Bible&#8217;s many references to inherited guilt and punishment.  The stunned silence is then suddenly interrupted as one of the jurors, taking the biblical lead, jumps up and says &#8220;Kill me, so the child becomes innocent of the crime of his great, great grandfather.&#8221;  The judge and prosecutor look at each other and agree that this will pay the debt owed, atoning for the crimes of the baby&#8217;s ancestor, thereby making innocent the baby and all the other descendents of this ancient criminal.</p>
<p>I can only assume—hope really—that Fundamentalist Christians would be unwilling to go along with such a scenario, and that this sounds as bizarre and morally repulsive to them as it does to me and most people.  Yet this is the kind of moral logic we are to admire on the part of God for making guilt a kind of genetic characteristic, and further, requiring a human blood sacrifice of someone unrelated to the crime (i.e., Jesus) to make it all alright again.  The analogy is off in one respect: God intended to torture in hell not just one baby, but all future generations of mankind (billions of yet unborn people) if He didn&#8217;t get a blood offering.</p>
<p>(6)  This objection certainly contradicts the notion of God&#8217;s omniscience (being all-knowing) since it seems to suggest that God created Satan without knowing that Satan would become evil.  But, more importantly, it contradicts the Bible itself, for God makes it clear that He, and not Satan, creates evil:</p>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td>Isa 45:7</td>
<td>&#8220;I make peace, and create evil&#8221;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2011/12/30/the-bible-a-manual-for-living/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bible Errors and Contradictions</title>
		<link>http://www.freethoughtdebater.org/2011/12/30/bible-errors-and-contradictions/</link>
		<comments>http://www.freethoughtdebater.org/2011/12/30/bible-errors-and-contradictions/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:29:25 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Bible Criticsm]]></category>

		<guid isPermaLink="false">http://localhost/?p=80</guid>
		<description><![CDATA[Bible debates, perhaps more than any other debate topic, can become lost in endless details of interpretation and subtle questions of translation.  It can easily seem that to get into the debate at all requires one to be a Biblical scholar.  Fortunately, this is not the case, particularly when dealing with fundamentalists who claim that the Bible is free of error and contradiction.The claim of Biblical inerrancy puts the Christian in the position of not just claiming that the original Bible was free of error (and, remember, none of the original autograph manuscripts exist) but that their modern version of the Bible is the end result of an error-free history of copying and translation beginning with the originals. Such a position is so specific that it allows one to falsify it simply by reference to the Bible itself.  For example, Gen 32:30 states, &#8220;&#8230;for I have seen God face to face, and my life is preserved.&#8221;  However, John 1:18 states, &#8220;No man hath seen God at any time&#8230;&#8221;  Both statements cannot be true.  Either there is an error of fact, or an error of translation.  In either case, there is an error. And if there is an error, then infallibility [...]]]></description>
				<content:encoded><![CDATA[<p>Bible debates, perhaps more than any other debate topic, can become lost in endless details of interpretation and subtle questions of translation.  It can easily seem that to get into the debate at all requires one to be a Biblical scholar.  Fortunately, this is not the case, particularly when dealing with fundamentalists who claim that the Bible is free of error and contradiction.The claim of Biblical inerrancy puts the Christian in the position of not just claiming that the <em>original</em> Bible was free of error (and, remember, none of the original autograph manuscripts exist) but that their modern version of the Bible is the end result of an error-free history of copying and translation beginning with the originals.</p>
<p>Such a position is so specific that it allows one to falsify it simply by reference to the Bible itself.  For example, Gen 32:30 states, &#8220;&#8230;for I have seen God face to face, and my life is preserved.&#8221;  However, John 1:18 states, &#8220;No man hath seen God at any time&#8230;&#8221;  Both statements cannot be true.  Either there is an error of fact, or an error of translation.  In either case, there is an error. And if there is an error, then infallibility of the Bible (in this case the King James Version) is falsified.  A typical defense used here is to look up the meaning of the original Hebrew / Greek, read that one of the words can have multiple meanings, and then pick the meaning that seems to break the contradiction.  For example, the Christian might argue that &#8220;seen&#8221; or &#8220;face&#8221; means one thing in the first scripture, and something completely different in the second.</p>
<p>The logical flaw in this approach is that it amounts to saying that the translator should have chosen to use a different word in one of the two scriptures in order to avoid the resulting <em>logical contradiction </em>that now appears in English—that is, the translator made an error. If no translation error occurred, then an error of fact exists in at least one of the two scriptures.  Appeals to &#8220;context&#8221; are irrelevant in cases like this where simple declarative statements are involved such as &#8220;no one has seen God&#8221; and &#8220;I have seen God.&#8221; Simply put, no &#8220;context&#8221; makes a contradiction or a false statement, like 2 = 3, true.If one is prepared to allow for the possibility of translator or transcriber errors, then the claim of Biblical inerrancy is completely undermined since no originals exist to serve as a benchmark against which to identify the errors.  Left only with our error-prone copies of the originals, the claim of infallibility becomes completely vacuous.  Pandora&#8217;s Box would truly be open: You could have the Bible say whatever you want it to say by simply claiming that words to the contrary are the result of copying or translation/interpretation errors, and nothing could prove you wrong.</p>
<p>Let&#8217;s look at several more of these context-independent contradictions and errors of fact.<sup>1</sup></p>
<h3>Contradictions</h3>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td width="225">Matt 19:26 says &#8220;But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible. &#8220;</td>
<td width="225%">Judges 1:19 says &#8220;And the LORD was with Judah; and he drave out the inhabitants of the mountain; but could not drive out the inhabitants of the valley, because they had chariots of iron.&#8221; <em> This is remarkable on its own, revealing a far-from-omnipotent tribal god being defeated by technology.</em></td>
</tr>
<tr>
<td width="225">Mark 15:25 says &#8220;And it was the third hour, and they crucified him.&#8221;</td>
<td width="225%">John 19:14-16 says &#8220;&#8230;about the sixth hour&#8230;they cried out&#8230;crucify him&#8230;.Then delivered he him therefore unto them to be crucified.&#8221;</td>
</tr>
<tr>
<td width="225">2 Kings 24:8 says &#8220;Jehoiachin was eighteen years old when he began to reign, and he reigned in Jerusalem three months.&#8221;</td>
<td width="225%">2 Chronicles 36:9 says &#8220;Jehoiachin was eight years old when he began to reign, and he reigned three months and ten days in Jerusalem&#8230;&#8221;</td>
</tr>
<tr>
<td width="225">2 Kings 8:26 says &#8220;Two and twenty years old was Ahaziah when he began to reign&#8230;&#8221;</td>
<td width="225%">2 Chronicles 22:2 says &#8220;Forty and two years old was Ahaziah when he began to reign&#8230;&#8221;</td>
</tr>
<tr>
<td>2 Samuel 6:23 says &#8220;Therefore Michal the daughter of Saul had no child unto the day of her death&#8221;</td>
<td>2 Samuel 21:8 says &#8220;But the king took&#8230;the five sons of Michal the daughter of Saul&#8221;</td>
</tr>
<tr>
<td>2 Samuel 8:3-4 says &#8220;David smote also Hadadezer&#8230;and took from him&#8230;seven hundred horsemen&#8230;&#8221;</td>
<td>1 Chronicles 18:3-4 says &#8220;David smote Hadarezer&#8230;and took from him&#8230;seven thousand horsemen&#8230;&#8221; <em>Note the spelling difference of Hadadezer.</em></td>
</tr>
<tr>
<td>1 Kings 4:26 says &#8220;And Solomon had forty thousand stalls of horses for his chariots&#8230;&#8221;</td>
<td>2 Chronicles 9:25 says &#8220;And Solomon had four thousand stalls for horses and chariots&#8230;&#8221;</td>
</tr>
<tr>
<td>2 Kings 25:8 says &#8220;And in the fifth month, on the seventh day of the month&#8230;Nebuzaradan&#8230;came&#8230;unto Jerusalem&#8221;</td>
<td>Jeremiah 52:12 says &#8220;&#8230;in the fifth month, in the tenth day of the month&#8230;came Nebuzaradan&#8230;into Jerusalem&#8221;</td>
</tr>
<tr>
<td>1 Samuel 31:4-6 says &#8220;&#8230;Saul took a sword and fell upon it. And when his armourbearer saw that Saul was dead and&#8230;died with him. So Saul died&#8230;&#8221;</td>
<td>2 Samuel 21:12 says &#8220;&#8230;the Philistines had slain Saul in Gilboa.&#8221;</td>
</tr>
<tr>
<td>Gen 2:17 says &#8220;But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day thou eastest thereof thou shalt surely die [note: it doesn't say 'spiritual' death]</td>
<td>Gen 5:5 says &#8220;And all the days that Adam lived were nine hundred and thirty years: and he died.&#8221;</td>
</tr>
<tr>
<td>Matt 1:16 says, &#8220;And Jacob begat Joseph the husband of Mary, of whom was born Jesus&#8230;&#8221;</td>
<td>Luke 3:23 says &#8220;And Jesus&#8230;the son of Joseph, which was the son of Heli&#8221;</td>
</tr>
<tr>
<td>James 1:13 says &#8220;..for God cannot be tempted with evil, neither tempteth he any man.&#8221;</td>
<td>Gen 22:1 says &#8220;And it came to pass after these things, that God did tempt Abraham&#8230;&#8221;</td>
</tr>
<tr>
<td>Gen 6:20 says &#8220;Of fowls after their kind and of cattle [etc.]&#8230;two of every sort shall come unto thee&#8230;&#8221;</td>
<td>Gen 7:2,3 says &#8220;Of every clean beast thou shall take to thee by sevens&#8230;Of fowls also of the air by sevens&#8230;&#8221;</td>
</tr>
<tr>
<td>Luke23:46: &#8220;And when Jesus had cried with a loud voice, he said, Father, into thy hands I commend my spirit: and having said thus, he gave up the ghost.&#8221;</td>
<td>John 19:30  &#8220;When Jesus therefore had received the vinegar, he said, It is finished: and he bowed his head, and gave up the ghost.&#8221;</td>
</tr>
<tr>
<td>Gen 32:30 states &#8220;&#8230;for I have seen God face to face, and my life is preserved.&#8221;</td>
<td>John 1:18 states, &#8220;No man hath seen God at any time&#8230;&#8221;</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>Factual Errors</h3>
<table width="450" border="1" align="center">
<tbody>
<tr>
<td width="250">1 Kings 7:23 &#8220;He made a molten sea, ten cubits from the one brim to the other: it was round all about, and his height was five cubits: and a line of thirty cubits did compass it round about.&#8221;</td>
<td width="250"><em>Circumference = Pi() x Diameter, which means that the Bible is saying that Pi() = 3.  A strict literalist who believes a perfect God would allow no error must admit that in this case their perfect God is allowing some pretty sloppy approximations.  How sloppy does it have to be before it&#8217;s just wrong? </em></td>
</tr>
<tr>
<td>Lev 11:20-21: &#8220;All fowls that creep, going upon all four, shall be an abomination unto you.&#8221;</td>
<td><em>Fowl do not go upon all four.</em></td>
</tr>
<tr>
<td>Lev 11:6: &#8220;And the hare, because he cheweth the cud&#8230;&#8221;</td>
<td><em>Hare do not chew the cud.</em></td>
</tr>
<tr>
<td>Deut 14:7: &#8221; &#8220;&#8230;as the camel, and the hare, and the coney: for they chew the cud, but divide not the hoof.&#8221;</td>
<td><em>This is wrong on both counts: Hare don’t chew the cud and camels do divide the &#8220;hoof.&#8221;</em></td>
</tr>
<tr>
<td>Jonah 1:17 says, &#8220;&#8230;Jonah was in the belly of the fish three days and three nights&#8221;</td>
<td>Matt 12:40 says &#8220;&#8230;Jonas was three days and three nights in the whale&#8217;s belly&#8230;&#8221; <em>whales and fish are not related</em></td>
</tr>
<tr>
<td>Matt 13:31-32: &#8221; &#8220;the kingdom of heaven is like to a grain of mustard seed which…is the least of all seeds, but when it is grown is the greatest among herbs and becometh a tree.&#8221;</td>
<td><em>There are 2 significant errors here: first, there are many smaller seeds, like the orchid seed; and second, mustard plants don&#8217;t grow into trees.</em></td>
</tr>
<tr>
<td>Matt 4:8: &#8221; Again, the devil taketh him up into an exceeding high mountain, and sheweth him all the kingdoms of the world, and the glory of them.&#8221;</td>
<td><em>Unless the world is flat, altitude simply will not help you see all the kingdoms of the earth.</em></td>
</tr>
</tbody>
</table>
<hr align="left" size="1" width="30%" />
<div>
<p><sup>1</sup> See C. Dennis McKinsey, <em>The Encyclopedia of Biblical Errancy</em> (Amherst: Prometheus Books, 1995), which is an extensive compilation of scripture problems.</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2011/12/30/bible-errors-and-contradictions/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>A Darwinian Approach to Metaethics</title>
		<link>http://www.freethoughtdebater.org/2011/12/30/a-darwinian-approach-to-metaethics/</link>
		<comments>http://www.freethoughtdebater.org/2011/12/30/a-darwinian-approach-to-metaethics/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:20:09 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Morality]]></category>

		<guid isPermaLink="false">http://localhost/?p=77</guid>
		<description><![CDATA[In our other article, Does Morality Depend on God?, we critiqued God-dependent metaethics.  Nothing had been said of the merits of any particular non-theistic metaethical theory, and nothing needs to be said to make that critique stand. After all, God-dependent metaethics doesn&#8217;t somehow become true by default.  However, much more can be said for a reason-based, non-theistic approach than that it is no worsethan theistic-based approaches. Needless to say there is hardly consensus among non-theists as to the best metaethical theory, but one shouldn&#8217;t fall into the trap of thinking that if one isn&#8217;t sure what the right answer is, then one cannot identify a wrong answer or a non-answer when he or she sees one.  The discussion in the article mentioned above, I believe, demonstrates the fatal flaws of a theistic-dependent approach, which eliminates it as a candidate in our search for a viable metaethical theory.  That being said, I do, of course, have a view (which is influenced by writers such as Daniel C. Dennett, Michael Martin, Richard Dawkins, Kai Nielsen, Ayn Rand, and especially Michael Ruse). Introduction I want to be clear at the outset that I will argue that there is no such thing as universal [...]]]></description>
				<content:encoded><![CDATA[<p>In our other article, <a href="http://www.freethoughtdebater.org/?p=75">Does Morality Depend on God?</a>, we critiqued God-dependent metaethics.  Nothing had been said of the merits of any particular non-theistic metaethical theory, and nothing needs to be said to make that critique stand. After all, God-dependent metaethics doesn&#8217;t somehow become true by default.  However, much more can be said for a reason-based, non-theistic approach than that it is no <em>worse</em>than theistic-based approaches.</p>
<p>Needless to say there is hardly consensus among non-theists as to the best metaethical theory, but one shouldn&#8217;t fall into the trap of thinking that if one isn&#8217;t sure what the right answer is, then one cannot identify a wrong answer or a non-answer when he or she sees one.  The discussion in the article mentioned above, I believe, demonstrates the fatal flaws of a theistic-dependent approach, which eliminates it as a candidate in our search for a viable metaethical theory.  That being said, I do, of course, have a view (which is influenced by writers such as Daniel C. Dennett, Michael Martin, Richard Dawkins, Kai Nielsen, Ayn Rand, and especially Michael Ruse).</p>
<h3>Introduction</h3>
<p>I want to be clear at the outset that I will argue that there is no such thing as universal moral truths that exist <em>independently</em> of humans, though I will argue that objective morals exist.   The notion of morality presumes a context of self-aware beings with behavioral choices to make, and to date the only self-aware beings for which we have any knowledge are humans, so moral concepts have meaning only within the human context, and lose that meaning outside of that context.  But as I&#8217;ll show, this is <em>not</em> equivalent to moral relativism.  Certain “core” moral truths can be shown to be just as objective as are certain truths about, for example, what is and is not poisonous for humans to eat.  I’ll argue that moral truths are objective in the sense that we cannot arbitrarily choose what is and isn&#8217;t right for us, just as we cannot arbitrarily <em>choose</em> what is and is not poisonous to us.  But also like poisonous food truths, moral truths are <em>contingent</em> truths:  they do not exist outside of the human context in some disembodied or independent sense; they, like our physical characteristics, are the result of our very contingent evolutionary history, a history that could have gone down innumerable paths but just happened to go down the one on which we find ourselves.  What is and is not poisonous to us is a contingent fact of history.   It could have been different than it is, because we could have evolved differently than we did.  Precisely the same can be said for what is morally right and wrong for us.</p>
<p>Now, keep in mind that I have not yet attempted to explain what I mean by the word “morality.”  Up to this point I have only been trying to lay the framework in which it will be defined. As we’ve seen in the previous article, theist statements such as, &#8220;Morality is a mark of His eternal natural,&#8221; can explain or justify nothing because of the tautological sense in which the word “morality” is being used.  But if I say that morality derives its meaning only in a human context, am I not being similarly tautological?  That depends on how I define morality.  If I say for example, that “good” is any and everything humans do, no matter what, then it <em>is</em> just as tautological as in the theistic case.  Indeed, this is how theists typically define good with respect to God.  But, if I say that “good” is that <em>subset</em> of real and possible human behaviors that promote the survival of humanity (merely an example at this point), then it is not tautological.  In other words, in such a case we have an <em>independent criterion</em> against which to evaluate whether a given human behavior is good or not. Of course, it still remains to address the question of <em>why</em> one should consider any particular behavior (even if it does promote the well-being of humanity) as one a human <em>ought</em> to pursue, rather than just a description of what a possible human behavior <em>is</em> along with its likely effects.</p>
<p>My own view is that both ethics and metaethics can be approached from a Darwinian standpoint. <sup>1</sup>  An approach based on a Darwinian or other naturalistic approach can fundamentally do no more than describe what <em>is</em> the case.  It cannot describe what <em>ought</em> to be the case—at least not without importing some additional premise that <em>defines</em> &#8220;good.&#8221;  When one argues, for example, how certain behavioral tendencies can be explained in Darwinian terms, this should not be confused with arguing that these same behaviors are what <em>ought</em> to be exhibited.  To take one simple example, our craving for fat and our delayed sense of feeling full can be easily understood in Darwinian terms: it increases our chances of survival in environments where the next meal is far from certain (which describes most of hominid and human history), but our capacity for reason allows us to see that this same craving is more harmful than helpful to our survival in a modern, wealthy, industrialized society.</p>
<h3>Knowing when a truth is self-evident</h3>
<p>In what follows I take what I consider to be an objectivist approach when I argue that the is/ought boundary can be bridged at one particular point. <sup>2</sup>  That point is where we identify very few, perhaps just one, self-evident axiom.  These axioms I argue amount to self-evident, direct observations—so-called &#8220;percepts.&#8221;  For example, some immediate, self-evident percepts regarding humans are that it is normal for humans to have language, to have two eyes rather than some other number, and to walk upright on two legs rather than, say, ten legs.  Obviously challenging the correctness of such observations would strike most of us as irrational, as well it should.  Nonetheless, bear with me a while on a short but important digression as we examine exactly why challenging such observations is irrational.  This will be very relevant to our subsequent discussion of moral objectivity.</p>
<p>Attempting to argue along the lines of, &#8220;Who&#8217;s to say two legs are normal?&#8221; or &#8221; How do you know that forty legs are not the normal human condition?&#8221; ignores direct, systematic observation and by so doing implicitly assumes that we fundamentally cannot trust our senses or our ability to systematically observe reality.  When one does that, one is <em>committing to a self contradictory position</em>.  Why would it be self-contradictory to argue that two legs is <em>not</em> the normal human condition?  After all, it is certainly not a logical contradiction—at least in the sense that there are possible worlds in which humans are like us in all ways except for the fact that they normally have some other number of legs.  However, making such a claim in <em>our</em> world forces one to question what our senses are telling us—not just in a particular case like when we see a mirage, but <em>in general</em>, since observing that humans normally have two legs is a systematically confirmed, intersubjective, direct observation.  Questioning its veracity amounts to arguing that our senses cannot be trusted to track an outside reality at all.  Certainly we may be wrong in any particular direct observation, but the way we show that we were wrong in one particular case is by <em>further appeal to our senses</em>, by saying something like, &#8220;Look: as you can <em>see</em> from x, y, and z, you must have been mistaken.&#8221;</p>
<p>The point here is that concepts do not exist in a vacuum. With one class of exceptions, concepts derive their meaning from some immediately ancestral set of concepts and retain their meaning only within that context. You hit &#8220;bedrock&#8221; when you reach the so-called &#8220;axiomatic&#8221; concepts, which are irreducible, primary facts of reality—our &#8220;percepts.&#8221; These percepts form the foundation upon which we build all other concepts.  As soon as you leave the context for a particular concept, that concept loses its meaning.  For example, if you try to talk about what happened &#8220;before&#8221; time existed you would be talking gibberish, since the concept &#8220;before&#8221; presumes the context of running time, where things come <em>before</em> or <em>after</em> other things.  As another example, if you try to talk about something existing <em>outside</em> of the universe (understood as &#8220;everything&#8221;), then you are again being incoherent:  If it exists, it is part of the universe; existence <em>presumes</em> a universe.  Similarly, if you want the word &#8220;morals&#8221; to have meaning, you have to stay within the context that gives it meaning: humanity.  It becomes meaningless to talk about morals outside of that context.</p>
<p>In any given discussion, the concepts upon which the ones you are using depend are your presumptions. For example, as soon as you make an argument of <em>any</em> kind you make a number of <em>unavoidable</em> presumptions, some of which include the following: that the listener can reliably perceive your argument with his senses (otherwise, why would you even be speaking), that the rules of logic hold (otherwise, what could you possibly mean by an &#8220;argument&#8221;), and that there is a reality outside of your own imagination (otherwise, who are you talking to).  As soon as you make any kind of argument challenging those assumptions, you are necessarily contradicting yourself, since in making <em>that</em> argument (or any other) you are <em>depending</em> on the truth of the very assumptions you are challenging.</p>
<p>This very valid objectivist argument comes up again and again in various contexts.  For example, some argue that we can never be certain of anything, but in making such an argument one is presuming that we can be certain of <em>that</em> conclusion, and the argument that led to it, and the accurate perception of that argument, etc., etc., all of which contradicts the argument itself—that we can be certain of nothing.  These “automatic” contradictions show that such things as logic, the possibility of certainty, the existence of an objective external reality, and consciousness, among others, are all self-evident truths.  They are not arbitrarily accepted as true, nor are they taken on faith.  Their truth is directly perceived with no way to <em>coherently</em> challenge them.</p>
<p>The reader may be wondering at this point what any of this has to do with morality, but as we’ll see below, this method of recognizing a self-evident, axiomatic truth will be used to identify a self-evident, axiomatic <em>moral</em> truth.  A truth that, like our preceding examples, is impossible to question without being self-contradictory.</p>
<h3>Natural Selection and Game Theory</h3>
<p>With this in mind, let&#8217;s see if we can get a handle on possible human moral axioms that are on a par with human physical axioms (like the fact that humans normally have two arms). By applying the concept of natural selection to population genetics, we can see some interesting things that are of direct relevance to morality.</p>
<p>A naive view of natural selection would have us believe that the only behaviors that will be selected for are those of extreme individual selfishness.  But this is clearly mistaken since such behaviors are not always the best way to ensure reproductive advantage for one’s <em>genes</em>.  There are two other advantageous strategies: kin selection, and reciprocal altruism.</p>
<p>As many people are aware, there are many life forms, like bees and ants, that on an individual basis sacrifice themselves for the benefit of others (soldier ants, etc.).  Interestingly, these same kinds of behaviors are described as &#8220;altruistic&#8221; when humans do them.  Why would nature evolve other &#8220;lower&#8221; life forms that are programmed to do this?  While on the surface these behaviors may appear to contradict &#8220;survival of the fittest,&#8221; we now understand that what evolution really &#8220;cares&#8221; about is maximizing the number of copies of one&#8217;s genes in the gene pool. (I’m not saying this is “good,” only that it simply <em>is</em>.)  This gene selection may or may not coincide with the immediate interests of any one <em>individual</em>.  As it turns out, an individual can sometimes do more to increase copies of its genes in the next generation by helping a group of relatives to reproduce, even if doing so prevents that individual from reproducing <em>at all</em>.  For example, given that your siblings share 50% of your genes, it would be more reproductively advantageous for <em>you</em> to be willing to die without reproducing in order to save three of your siblings so that <em>they</em> can reproduce. <sup>3</sup>  Therefore, genes contributing to this type of altruistic behavior will tend to spread in a population.  This same kind of analysis suggests that the more closely related two individuals are, the more risk one will be willing to take on behalf of the other, not just in terms of defending or saving the other individual, but also in terms of resources expended on that individual (like food)—resources that could have been spent on oneself, thereby increasing the odds of one’s own survival.  This approach seems to explain, for example, the cross-cultural, universal tendency to help close relatives without expectation of return.</p>
<p>Does this mean you would expect to see no cooperation between non-relatives?  No.  That&#8217;s where  &#8220;reciprocal altruism&#8221; comes in. Reciprocal altruism describes cooperative strategies that emerge in game theory.  These strategies describe scenarios in which mutual cooperation is better for an individual, or a gene—<em>on average</em>—than is non-cooperation.  Applied to natural selection, game theory shows how certain behavioral strategies can emerge, spread, and then stabilize as the normal, dominant behavior in a population, meaning that any drift away from that behavior will be selected against.  Even the impulse to help completely unrelated strangers—if the cost / risk is not too high—can be understood in these terms.  For example, even if two individuals are completely unrelated, there is some, perhaps very small, chance that circumstances will arise where a favor granted can, at some future date, be returned.  The fact that this chance is small is why the risk in helping in the first place must be correspondingly low.  Evolution is essentially matching risk and reward.  Now, it is critically important here to keep in mind that evolution doesn&#8217;t make ants and bees—or even humans—conscious of these cost-benefit calculations. Bees certainly aren&#8217;t conscious of them, and humans are rarely if ever conscious of them.  What evolution produces is either direct programming or indirect, subconscious &#8221;urges&#8221; to behave <em>as if</em> those calculations were being made.</p>
<p>Importantly, we see through this approach not only how such tendencies <em>can</em> emerge, but why they spread and become the <em>norm</em> in the species— something considered &#8220;universally&#8221; or &#8220;absolutely&#8221; good, though as we’ll see it may or may not be <em>actually</em> good.  However, while showing, for example, why humans almost universal think that preventing senseless murder is good, game theory and natural selection also show that there will always be exceptions— “cheaters” who deceive to gain resources at the expense of the community, and remorseless sadists who’s genetic defects, if you will, cause them to enjoy causing suffering in others.  There will always be some number of such people because of the genetic variations that are always cropping up, and also because a small number of cheaters among a majority of non-cheaters is a more stable evolutionary strategy than is 100% non-cheaters.  Fortunately, this same analysis shows that while there will always be such people, they will be held in the minority among humanity.</p>
<p>Now, ants and bees are <em>amoral</em> despite their self-sacrifice.  Why?  Because they do not consciously weigh choices.  Indeed, they don’t <em>have</em> choices.  Their genes directly control their behaviors in an inflexible, stimulus-response fashion. They behave <em>as if</em> they were moral.  In the case of humans, however, evolution happened upon an interesting tradeoff:  giving up a whole lot of hard-wired responses in order to gain the benefits of dynamic, flexible responses in the context of a self-aware consciousness&#8211;effectively allowing for a <em>much</em> larger range of responses.  In place of hard-wiring, evolution produced a &#8220;softer,&#8221; more indirect determinism:  urges, intuition, and powerful moral sentiments.  Rather than forcing specific behaviors, this softer determinism motivates behaviors through powerful dispositions and what we could characterize as a compelling moral sense.  This  moral sense creates powerful pressures not only for action, but also for <em>restraint</em> in the face of our other competing urges and desires.</p>
<h3>Observed Data: The core set of human morals</h3>
<p>We’ve see up to this point how a naturalistic approach can at least explain the origin of the full range of what are generally considered to be morally “good” behaviors, from simple kindness to strangers, to full-blown, self-sacrificial altruism.  It seems that if we got a room filled with randomly selected atheists, Christians, and, say, animist hunter-gatherers from some prehistoric community, we would find wide agreement among them in calling many things “evil”: betraying the trust of friends for personal profit, torturing children for fun, putting one’s individual needs over the needs of the community, etc.; and we’d find similarly wide agreement in calling their opposites “good.”  Of course, we’d also find wide disagreements <em>outside</em> of this small core set of values on such issues as, for example, the proper family structure, allowable sexual relations and roles, whether or not certain behaviors should be considered selfish (related perhaps to concepts of property), etc.  Notice, however, that the areas of moral agreement have a very local focus—a focus on the immediate community or tribe.</p>
<p>When some thinkers compare the ethics of different societies and conclude that there are no universally shared norms, this is because they apply a common scope to the morals of each society, a scope that is too broad.  It is only when one shrinks the scope of each group’s morals to its own local community that the core set of values become visible.  Why?  Because evolution only operates locally.</p>
<p>For example, Will Durant, a historian of philosophy from early in the twentieth century, criticized the notion of an innate moral sense when he observed that</p>
<blockquote>
<div>A militant society exalts certain virtues and condones what other peoples might call crimes; aggression and robbery and treachery are not so unequivocally denounced among peoples accustomed to them by war, as among peoples who have learned the value of honesty and non-aggression through industry and peace. <sup>4</sup></div>
</blockquote>
<p>The point is certainly well-taken.  One needs only remember all the historical examples of predatory, marauding “barbarians” that raided agriculture peoples.  These groups often showed little mercy for their victims, treating them little better than the animals they hunted for food.  But if one compared each of these society’s <em>local</em> ethics, their ethical values toward members of their own communities, then one would find that universal consistency in core values.  Even a marauding, vicious tribe of predatory barbarians would not last long if their young weren’t nurtured and protected; if they didn’t value behaviors like bravery and trustworthiness that put the tribe’s interests ahead of purely individual interests.  It is this set of “short range” ethics that form the common denominator to human morals, and it is short-range precisely because evolution operates, for better or worse, only in the short range. (In case you&#8217;re alarmed at this point, you will see below that I argue long range, global, objective morals do indeed exist, and can be rationally determined.)</p>
<p>But why is there a global, common, recognizable, core set of values at all?  Why shouldn’t the global pattern of human morals look like the global pattern of, say, conceptions of gods, or clothes styles?  Unlike the case of morals, the global distribution of conceptions of gods shows no “center of gravity,” no universal core that is stable across all cultures and over the span of human history.  But core moral values do have this property, why?  Well, in Darwinian terms the reason is that this core set directly serves the survival goal of genes in human beings, which is to say human survival.  These core moral values are so directly and immediately connected to that goal that evolution has been able to hard-wire them.  We feel the effects of this hard-wiring when we feel powerful moral imperatives; ones that feel for all the world that we are somehow attuned to an “outside,” independent, objective moral reality.  Of course, our feeling that way is precisely <em>why</em> those particular moral sentiments work and can be subject to natural selection.</p>
<p>It is important to bear in mind that evolution doesn’t “care” whether or not we have a completely accurate perception of “ultimate” reality.  For example, modern physics has shown us just how wrong our hard-wired perceptions of time and space can be when dealing with the very small and the very fast.  Evolution only cares that our perceptions increase our genes’ chances of survival.  So, with regard to morals, evolution doesn’t make us somehow consciously aware that  betraying our friends will reduce our chances of survival; but it does create in us a powerful sense that we don’t want to do it—that it is somehow disgusting and repulsive.  Similarly, evolution makes us feel compelled to do certain things like help a relative, or even take extreme personal risk to protect the community – that it is just the “right” and “natural” thing to do; and we are moved by and admire that behavior in others.  From evolution&#8217;s perspective, that &#8220;intuition&#8221; is sufficient.</p>
<p>Outside of this core set of values, however, the relationship of other more peripheral values to our survival is not as direct, and so evolution cannot act on them directly, though it can act on our <em>susceptibility</em> to them.  Many of our human choices are made within a complex social and cultural context.  A particular behavior in one such context can enhance gene survival, while in another hinder it.  Yet identifying, learning, and absorbing these non-core, community-specific behaviors can also be very important to gene survival.  But since social and cultural contexts are complex, emergent, and highly variable over time and geography, evolution cannot hard-wire them.  Instead, it has made us highly receptive, especially in childhood, to so absorbing our local cultural norms and customs that they become <em>imprinted</em> and we find them almost impossible to shed, even when reason later shows us how harmful, or pointless, some of those values and norms may have become.</p>
<h3>The moral axiom</h3>
<p>But what does all this tell us?  Really, all we have is an explanation of why some behavioral tendencies are more widespread in humans than others and why some values can come to be considered universal moral “truths” across history and across cultures.  We haven’t said why such universal, core values <em>ought</em> to be considered good, only that they <em>are</em> and why they are.</p>
<p>We certainly don’t want to fall into the trap of thinking that just because the majority of humans share certain values, that those values are therefore “good.” After all, behaviors and values don’t become morally good simply because the majority believes that they are. But that is not what this Darwinian/game theory analysis suggests.  On the contrary, this naturalistic approach shows that universal moral truths became universal not <em>because</em> the majority thinks they are right but because <em>they enhanced the survival of individual humans and, therefore, the genes they contain</em>.  Values that directly and unambiguously do this on the local level (for humans) became hard-wired in our genes as our basic moral sense, though due to natural selection&#8217;s short-sightedness, these values tend to have a short, local range.  Within that range, the survival of &#8220;my&#8221; genes (though not necessarily me as an individual) became intimately linked with possessing the core moral values, values that often place the welfare of others—at least our immediate relatives—above ourselves.</p>
<p>Again, evolution didn&#8217;t wire us to perceive this evolutionary dynamic directly, but as is usually the case, evolution did give us an imperfect proxy for this dynamic: Evolution gave us a powerful moral intuition that is most universal when it is most local; that is, when it is centered on our immediate families. Whether we are talking about marauding barbarians, or English butlers, all would very likely speak the same moral language when dealing with loving and caring for their immediate families—their closest genetic relatives. Of course, thanks to evolution&#8217;s short-sighted nature, the further one moves outside the immediate family, the weaker the altruistic tendencies become, and the less hard-wired are the moral intuitions.</p>
<p>But evolution also gave us our capacity for reason.  And it is our capacity for reason that allows us to see further than natural selection can see—beyond the local and immediate—by using <em>foresight</em>.  It not only allows us to recognize that our local, immediate (e.g., family) genetic survival is the <em>raison detre</em> of our core moral sentiments, but that this root &#8220;purpose&#8221; can be <em>better</em> served by <em>extending</em> many of these locally-oriented values and even <em>suppressing</em> others—others that are harmful to that purpose in our modern, globally interconnected world (like an almost natural suspicion and hostility toward those who look and act differently than those of our more immediate community).</p>
<p>This combination of our locally-oriented core values with our capacity for reason allows us to see our directly observable moral axiom—our immediate, self-evident percept of what is morally “good.”  All we can do is observe that nature created within us a short-sighted set of moral instincts that do precisely what you would expect: further the survival of the &#8220;gene teams&#8221; within individual humans, who for most of their history lived in relatively isolated communities. More specifically, &#8220;my gene survival&#8221; became directly linked to &#8220;my family&#8217;s survival,&#8221; which in turn, became directly linked to &#8220;my local community&#8217;s survival.&#8221;  This much, as we&#8217;ve seen, can be understood as a purely genetic effect, since natural selection operates over this local range.  However, when we apply our capacity for reason (also a result of natural selection) to this, we can see that this <em>local</em> survival is directly tied to the survival of humanity <em>as a whole</em>—especially in modern times, since those isolated communities are becoming merged into a more seamless global community.  So, with a little of that precious foresight that only reason allows, we can see the <em>equivalence</em> between &#8220;my gene survival,&#8221; and  &#8220;humanity&#8217;s survival.&#8221;  We can only call this &#8220;good&#8221;; and we can only explain why we call it good in these naturalistic terms.  We cannot meaningfully talk about <em>why</em> it is good outside of this context.  It can make no sense to ask whether this contingent state of human nature is good, or should be what it is—it simply is what it is, though it could have been different.  What it is, however, is what we ultimately <em>mean</em> by &#8220;good.&#8221;</p>
<p>Now at this point some readers may point out that I have not addressed the problem outlined at the beginning of this section: While I&#8217;ve described how we have come to have our core moral value in terms of their survival value, I have not explained <em>why</em> this state of affairs is one that <em>ought</em> to be: <em>Why</em> is it good that humans want to survive even at the local level?  After all, these critics might argue, who is to say that it is not morally preferable that humanity never have evolved at all.  Keep in mind, however, our earlier discussion about self-evident truths, and the context-dependent nature of concepts. &#8221;Good&#8221; and &#8220;evil&#8221; presuppose the existence of self-aware humans who have choices to make.  That is the context <em>in which</em> the concepts of good and evil are defined.  One cannot apply those concepts to the context that gives them meaning.  In other words, we cannot apply those concepts to humanity as a whole, as if from the outside looking in, and assert something like &#8220;it is good that humanity has evolved,&#8221;  or, &#8220;it is morally evil that humanity has evolved,&#8221; or, &#8220;it is good that the core value of humans is that they want to survive.&#8221;  These statements are either unintelligible or at best analytic truths (e.g., that humanity now exists is part of the definition of good).  One can only use those concepts within their context—namely, living humans talking about their values with regard to other humans and their environment.  It happens to be that our natures are such that we value our family&#8217;s and community&#8217;s survival, which reason can immediately extend to the survival of humanity as a whole.  This simply is, like the fact that two eyes is normal rather than ten.  Recognizing this basis for morality, we can then derive <em>objective</em>, meaningful &#8220;oughts&#8221; in our moral system from this axiomatic &#8220;is.&#8221; This immediate percept forms the bedrock premise of our moral statements—statements which must be of the form, &#8220;if X (our bedrock premise), then I <em>ought</em> to do Y.&#8221;  For example, in medicine, &#8220;oughts&#8221; are always implicitly understood as being part of a conditional:  &#8220;If X, where X=you want to be healthy, then you <em>ought</em> to do Y.&#8221;  Notice that given X, such &#8220;oughts&#8221; are completely objective.</p>
<p>In both medicine and morality, additional premises come into play in order to deal with particular situations; if any of those premises are in error, then the conclusion may be in error.  For example, the &#8220;oughts&#8221; of medicine have changed as our scientific knowledge has changed, but those changes have always been guided by the application of reason in support of the unchanging root premise: &#8220;You want to be healthy.&#8221;  This evolving, self-correcting nature of medicine would certainly not lead anyone to suggest that medicine is somehow subjective or relative, with no objective basis.  So it is in the realm of ethics: the objective pursuit of our unchanging bedrock premise is what grounds ethics in objectivity and rationality.  Other premises that are brought in to guide our moral decisions in particular situations, if based on poor data, may produce conclusions that are in error—errors that, once discovered through argument and evidence, lead us to change our conclusions. But the basis for those changes, just as in medicine, is the continuing application of reason in pursuit of the root goal.  It is not subjective whim. And just as in medicine, the root, bedrock premise never changes.</p>
<p>Our moral &#8220;if,&#8221; that the survival of the human community is good (speaking as a human), is an immediate percept, and forms the basis for what we <em>mean</em> by &#8220;good.&#8221;  It makes no sense to ask <em>why</em> that is, we can only observe <em>that</em> it is.  It could have been different, but it happens to be what it is.  Had it been different, we likely would not be here to discuss the matter.  If the survival of the human community is what we mean by &#8220;good,&#8221; then with the application of another of our defining human characteristics, reason, we can quickly derive some other immediate, inalienable goods: for example, our survival depends on our <em>wanting</em> to survive, which in turn depends on our <em>finding our lives worth living</em>, and when we find our lives worth living (assuming we are not mentally diseased) we feel happy and fulfilled.  As we&#8217;ve already seen, this in no way suggests pure selfishness; indeed, many feel happy and fulfilled when they are sacrificing for their loved ones.</p>
<p>Some might say at this point “well, what if my life is worth living only when I am killing innocent people?”  But consider how we got to the statement that “it is ‘good’ that life be worth living.”  We said life’s being worth living is a moral “good” <em>only</em> in the sense that it can be traced back to our moral axiom.  If a person finds his life worth living in a manner inconsistent with that end, then we can say that the person is pathological, or evil—and we can say this objectively.  Further, by applying reason to our moral axiom in combination with the detailed facts of a given situation, we can then objectively examine cultural norms, laws, customs, and even <em>innate</em> human tendencies, and make rational, objective arguments as to why some are evil and some are good.  In principle, we can rationally determine what we <em>ought</em> to do in any situation from the combination of the core morals and the factual details of that situation.</p>
<p>I don’t mean to suggest here that such an exercise would be straightforward.  In fact, I expect that the sheer number of relevant facts and the uncertainties surrounding them in most “real world” cases are often so great that consensus would be rare, and of course, this is exactly what we often see.  But this is just to say that reasonable people can disagree in many cases, and that ethics is not often an easy thing.  For example, a powerful rational argument can be made that overwhelming military force <em>ought</em> to be used in those situations where it is probable that far more lives will be lost, or human misery increased, through appeasement or a short-sighted, suicidal pacifism that often entices aggressors to violence.  This argument would have been a sound reason to preemptively engage Hitler’s forces much earlier, since with hindsight we can see that the pacifistic appeasement of the early 1930’s was, ironically, the bloodier choice compared with the so-called “war-monger” strategy of “cutting out the cancer earlier rather than later when it’s much bigger.”  Of course, both “doves” and “hawks” want the same things: stability and peace.  What they disagree on are the probability assessments, and relevant facts of the case when arguing how best to achieve those ends.  If they were equally sane, equally rational, equally well-informed of all applicable variables, and made similar probability estimates on all the unknowns, then they might always agree, due to their shared core moral axiom.  But in practice, the variables are too numerous, and the uncertainties too wide, to always expect reasonable, caring people to agree.</p>
<p>So, in this section, we&#8217;ve seen how our moral axiom can form the self-evident core and justification of a rational, non-theistic ethical system.  Its truth is not simply assumed, nor taken on faith, but directly observed.  Its truth is self-evident in the same way that other contingent truths about humans are self-evidently true, and also in the sense that to deny its truth is to utter a kind of contradiction: if someone thinks human survival is not good, then he needs to explain why he hasn’t killed himself, to which the only apparent replies could be that he wishes he could but is just too afraid, or he wants to stay alive only long enough to bring about the destruction of humanity.  I’ll grant that these are not logical contradictions as such, but I’d hate to think anyone would appeal to such statements as the basis for criticizing the objectivity of a naturalistic ethical system.</p>
<p>To put this point another way, one could argue that I’ve <em>arbitrarily</em> chosen to believe that human survival is “good,” but such an argument has all the intellectual force of saying that I’ve arbitrarily declared that eating arsenic is poisonous to humans.  People could arbitrarily decide, for example, that the opposite is true, perhaps on the grounds that everything is subjective and that there is no objective reality.  However, the <em>objective</em> nature of such human truths will enforce themselves such that those who are wrong will disappear, while those who are right will see their genes spread.  This only happens because there really is an objective set of truths to discover.  If there were no such object truths in the ethical sphere, then we would expect no global universal recognition of these truths, but instead expect to see an anarchy of truths with no “center of gravity,” no core content, which, by the way, is exactly what we do see in the case of <em>religious</em> “truths.”</p>
<p>A common criticism of naturalistic approaches is that they assume that whatever evolution “wants”—whatever is selected <em>for</em>— is “good.”  But we’ve seen now that this is not the case under this particular approach.  Earlier I used the example of our craving for fat and our delayed sense of feeling full when we eat.  These are unhealthy in most industrialized societies.  They persist because evolution has no foresight.  Evolution is an utterly unconscious, goalless, and short-sighted mathematical process.  Exactly the same can be said of game-theory.  The lack of foresight in these processes is certainly directly responsible for many extinctions, though we humans have a tool to break through this limitation: reason.</p>
<h3>Empirical testing</h3>
<p>Now that we have some idea of our metaethical theory we can empirically test its implications against those of God-dependant ethical systems.  First, we can ask what kind of global pattern in social morals we would expect to see under a God-dependent approach.  It seems that we should expect to see a close correlation between the most fundamental human values and some particular faith or conception of god(s).  But we don&#8217;t.  For example, more humans throughout the world and throughout history agree that it is wrong to have sex with a parent or to torture children for fun than agree on any one religion, or conception of god(s).  This pattern—a zero correlation between ethical values and religious conceptions—is very telling.  It would seem to falsify any one religion&#8217;s claim that their god is behind &#8220;good will&#8221; in the world.  How could these theists explain the fact that these values are shared by heathens, infidels, and atheists?  Would their god give such heretics a sense of right and wrong along but not an equally strong sense to follow the one &#8220;true&#8221; god(s)?</p>
<p>Of course, many Christians are unimpressed by this kind of empirical argument.  Some Christian critics claim that their theistic view perfectly explains this global moral pattern.  In effect, they are arguing that any correspondence between their values and those in other non-Christian societies is due directly to the action of the Christian God, while any differences are due to man&#8217;s &#8220;twisting&#8221; of the truth, or perhaps the action of Satan.  As one writer put it, &#8220;If, as the Christian worldview teaches, all people are deserving of eternal punishment [?], God isn&#8217;t obliged to tell anybody. And since man suppresses, twists and distorts what God <em>has</em> &#8216;told&#8217; them (e.g. general revelation via Romans 1), why should God give them <em>more</em> information to twist and distort?&#8221; <sup>5</sup>  Bear in mind that this is intended to &#8220;explain&#8221; the observed pattern, but it misses the point:  Why do all these societies <em>selectively</em> &#8220;twist and distort&#8221; in such a <em>non-random</em> way?  In other words, there are some values they almost never twist, that are apparently universal — why?  The ones that rarely get distorted are precisely those that relate to survival of the immediate family and community, including all the self-sacrifice, valuing of trust, and incest-avoidance that community survival requires.  (This is not to say that people don&#8217;t betray trust, etc., only that when they do, it is almost universally despised and held as “evil”—which it objectively is under our naturalistic approach.)</p>
<p>The Darwinian approach, on the other hand, not only explains but predicts this <em>specific</em> non-random pattern; the theistic approach ignores it, and simply claims that whatever is bad is not from God, but whatever is good is from God.  But this argument would fit any <em>conceivable</em> set of data. When nothing can conceivably count as evidence against a claim, then the claim is factually meaningless.  (This is like the argument for the power of prayer: evidence for is, &#8220;I prayed and my sick sister lived despite the odds&#8221;; evidence against is <em>not</em>, &#8220;I prayed and my sick sister died anyway.&#8221;  In that latter case, &#8220;God doesn&#8217;t always answer prayers or has His own unfathomable reasons.&#8221;  Again, nothing could conceivably count as evidence against the power of prayer, so it is factually meaningless.)</p>
<p>We can continue this empirical approach by considering the hypothesis that the universe was created for a purpose by an intelligent and &#8220;good&#8221; designer.  This hypothesis implies a number of testable predictions.  One of these must be that we should find evidence of a consistent, non-random pattern of goodness in the universe, or even just in nature here on earth, and <em>outside</em> of the human context.  What is the result of such a &#8220;test&#8221;?  Dawkins puts it particularly well:</p>
<div>During the minute it takes me to compose this sentence, thousands of animals are being eaten alive; others are running for their lives, whimpering with fear; others are being slowly devoured from within by rasping parasites; thousands of all kinds are dying of starvation, thirst, and disease.  It must be so.  If there is ever a time of plenty, this very fact will automatically lead to an increase in population until the natural state of starvation and misery is restored&#8230;The universe we observe has precisely the properties we should expect if there is, at bottom, no design, no purpose, no evil and no good, nothing but blind, pitiless indifference. <sup>6</sup></div>
<p>To try to force the word &#8220;good&#8221; to fit a being behind such a universe would seem to force us to empty the word of any recognizable meaning, rendering it compatible with any imaginable turn of events or facts of reality.  Saying “God is good” against this empirical background, then, is to make the statement factually meaningless.  Under our naturalistic approach, however, “good” is not defined outside of the human context.  Asking, for example, whether or not the <em>universe</em> is inherently good or evil is simply unintelligible.  The universe simply is.  Applying moral concepts to non-human contexts is like asking whether a block of graphite is evil graphite or good graphite.</p>
<div>Conclusion</div>
<p>Under this Darwinian/Game Theory view of metaethics—which I call Darwinian Ethical Objectivism—we are not saying that all of our attitudinal tendencies, urges, and desires, are “good.”  Indeed, they logically couldn’t <em>all</em> be good, since many of them are in direct conflict in a given situation.  We are saying that only those that further the root axiom are good.  Evolution clearly has given us an intuitive respect for that axiom, at least indirectly through its focus on the local and immediate.  But this doesn’t make the statement arbitrary.  Evolution is effectively blind to the “big picture” and to the longer-term—at least it was prior to its discovery of the power of reason in a self-aware being. Evolution’s near-sighted groping has come up with short-term approximations to what is best for our survival.  Not too infrequently this same short-sightedness has led many a species right off the cliff of extinction, but with the power of reason our species can look ahead and intervene in evolution’s bad choices before it is too late.</p>
<p><em>Direct observation</em> shows us that we naturally—instinctively—love our immediate relatives in a selfless way.  With nearly the same instinctive force, we automatically bond to, and feel selfless sentiments toward, our immediate communities. In other words, the further we go from our immediately families, the less automatic are those feelings.</p>
<p><em>Reason</em> shows us that these tendencies clearly directly supported our survival for most of the history of our species.  But reason goes further.  It shows that while evolution gave us these tendencies for our survival, evolution couldn’t see that these same feelings must be applied to the species as a whole, that the coordination of <em>all</em> the “tribes” is best for the survival of <em>each</em> of the tribes, just as the coordination of <em>all</em> the humans within one tribe is best for the survival of <em>each</em> tribe member.  Unconscious, reasonless evolution gave us an almost purely local focus to our natural moral feelings.  Conscious reason tells us that where species extinction is the alternative, our genes’ survival is better served by extending the local community interests to the interests of “humanity as a whole.”</p>
<p>As we’ve already seen, a theistic-based ethical system effectively eviscerates our ability to judge whether a deed is right or wrong, since we must first ask whether or not God did the deed or ordered it.  If He did, then it is not only good, but perfectly good, and that fact is beyond our ability to judge.  We simply take on faith that the Old Testament atrocities, for example, are examples of perfect goodness.  In such a situation, there is no room for debate about the effects of such rules, only that those rules be obeyed—even if those rules (as in the Old Testament) involve rape, slavery, or slaughtering infants in front of their parents.  Such an ethic, despite rhetoric to the contrary, is necessarily rules-based in the most blind-obedience sense.  On the other hand, an ethical system based on our naturalistic model would be based on standards, not rules.  All ethical rules would be open to constant, critical scrutiny to see if they still meet the standard of serving our core moral axiom.  In such a naturalistic system, the moral worth of ethical rules are in direct proportion to the degree to which they can be shown to support our core moral axiom.</p>
<p>In no way should any of this be construed as saying that all historical crimes committed by theists in the name of God are a direct result of their theism any more than the many historical crimes of non-theists are a direct result of their non-theism. People can and do abuse any theory to justify their own evil ends.   In fact, my contention is that the core moral sentiments of theists are, despite their protestations to the contrary, the same as the core moral sentiments of atheists, and they are the same due to the fact that we are members of the same human species.  Moreover, a look at the history of so-called &#8220;absolute&#8221; Christian values over the last two thousand years is certainly consistent with the idea that Christian values have derived from, rather than being the source of, the values of the communities in which these churches lived.  However, the explanations offered by many present-day and historical religious criminals are made in terms of—<em>and are consistent with</em>—the theistic metaethic we have described: blind obedience to rules, the morality of which we are not qualified to judge.  The ethical debate other theists would have with these criminals would seem to boil down to the criminal saying &#8220;God wants me to do this, which I accept on faith and it&#8217;s beyond reason, and the theist opponent saying &#8220;No you&#8217;re wrong, and I accept that on faith and it&#8217;s also beyond reason.&#8221;</p>
<p>I certainly do not claim to have provided a “proof” of my particular brand of a naturalistic metaethic; however, I have shown that unlike its theistic alternative, it is both coherent and plausible.  Further, even if the theistic alternative were also coherent and plausible, it would be less probable than my naturalistic alternative since Darwinian Ethical Objectivism accounts for the empirical evidence without resorting to untestable, <em>ad hoc</em> hypotheses like “That’s just the way God wanted it” or “It is beyond our ability to comprehend.”</p>
<hr align="left" size="1" width="30%" />
<p><sup>1</sup> I found Michael Ruse&#8217;s ideas particularly insightful in this regard. See Michael Ruse, <em>Taking Darwin Seriously</em>,(Buffalo: Prometheus Books, 1998).</p>
<p><sup>2</sup> I use Objectivism in the Ayn Rand sense of the word.  An insight into her epistemology as it relates to this and other subjects on this site can be had in George H. Smith&#8217;s, <em>Atheism: The Case  Against God</em>,(Amherst: Prometheus Books, 1989).</p>
<p><sup>3</sup>A very thorough and brilliantly insightful discussion of gene selection and game theory in evolution can be found in Richard Dawkins&#8217;, <em>The Selfish Gene</em> (New York: Oxford University Press, 1989).</p>
<p><sup>4</sup> Will Durant, <em>The Story of Philosophy</em>, (New York: Washington Square Press, 1963), p.387.</p>
<p><sup>5</sup> Critic from vantil-applied.</p>
<p><sup>6</sup> Richard Dawkins, <em>River Out of Eden: A Darwinian View of Life</em>, (New York: Basic Books, 1995), pp. 132-133.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2011/12/30/a-darwinian-approach-to-metaethics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Morality Depend on God?</title>
		<link>http://www.freethoughtdebater.org/2011/12/30/does-morality-depend-on-god/</link>
		<comments>http://www.freethoughtdebater.org/2011/12/30/does-morality-depend-on-god/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:08:29 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Morality]]></category>

		<guid isPermaLink="false">http://localhost/?p=75</guid>
		<description><![CDATA[Introduction I have rarely engaged in a debate with a theist where the issue of morality justification has not come up.  The theist’s complaint typically takes the following form. If there is no God, then why is it wrong to murder and  steal? Even if you don&#8217;t want to murder and steal, on what grounds can you criticize someone who does, since morals must be completely relative and arbitrary to an atheist?  Without God there is no criterion for deciding what is good and evil beyond the whim of the individual. In other words, without God there is no way to answer the question, &#8220;Why is x wrong?&#8221;  As a believer in the one true God, I know why, and I know why in absolute terms. Of course, most thoughtful theists recognize that non-theistic ethical systems can and do exist, and that in fact most atheists hold moral values not entirely unlike their own.  Indeed, most ethical systems the world over, and throughout history, share a considerable core set of values on issues relating, for example, to minimizing the suffering of innocents, and putting the needs of family, friends, and community ahead of one&#8217;s own selfish interests.  So, the debate here [...]]]></description>
				<content:encoded><![CDATA[<h3>Introduction</h3>
<p>I have rarely engaged in a debate with a theist where the issue of morality justification has not come up.  The theist’s complaint typically takes the following form.</p>
<blockquote><p>If there is no God, then why is it wrong to murder and  steal? Even if you don&#8217;t want to murder and steal, on what grounds can you criticize someone who does, since morals must be completely relative and arbitrary to an atheist?  Without God there is no criterion for deciding what is good and evil beyond the whim of the individual. In other words, without God there is no way to answer the question, &#8220;Why is x wrong?&#8221;  As a believer in the one true God, I know why, and I know why in absolute terms.</p></blockquote>
<p>Of course, most thoughtful theists recognize that non-theistic ethical systems can and do exist, and that in fact most atheists hold moral values not entirely unlike their own.  Indeed, most ethical systems the world over, and throughout history, share a considerable core set of values on issues relating, for example, to minimizing the suffering of innocents, and putting the needs of family, friends, and community ahead of one&#8217;s own selfish interests.  So, the debate here is not so much about whose particular <em>body</em> of moral codes is the right one. Rather, the debate centers on meta-ethics; that is, the means by which people <em>justify</em> their choice of an ethical system.  The theist can accept that an atheist might believe that murder is morally wrong based on one or another atheistic ethical system.  The theist’s complaint, however, is that the atheist’s ethical system is completely arbitrary; that the atheist cannot justify using his ethical code beyond saying, “Just because I want to.”</p>
<p>So it is this meta-ethical angst that is behind the theist’s heart-felt question, “Why is <em>anything</em> wrong if there is no God?&#8221;   Alarmingly, more than a few ask this out of a genuine view that without the fear of punishment and the promise of reward there is no reason to be good.  They hold a crude kind of when-the-cat&#8217;s-away-the-mice-will-play outlook that equates &#8220;good&#8221; to that which is rewarded, and &#8220;bad&#8221; to that which is punished.  For these folks, without someone holding carrots and sticks, there is no reason to be good; no way to know what <em>is</em> good. Thankfully, most thoughtful theists recognize the inherent amorality of such a simplistic approach; instead, they go to great lengths to explain not only that God is perfectly good, but that He forms the necessary “ground” of goodness, and that therefore morality really does depend on Him.  (That being said, it is surprising how often otherwise thoughtful theists will appeal to brute power when challenged to morally justify some Old Testament God-ordered atrocity, such as when they argue that since God made us, He can do as He pleases—just as a potter can do as he pleases with his clay pots.)</p>
<p>The thesis of this article is not only that morality does not depend on God, but that any ethical or meta-ethical theory based on such a claim necessarily commits several fatal errors: first, it necessarily commits one to an arbitrary and indefensible definition of right and wrong (which is ironic given the theist&#8217;s charge that it is non-theistic ethics that is necessarily arbitrary); second, it makes any definition of &#8220;good&#8221; vacuously, and—as a guide for human behavior—dangerously tautological; and third, such a meta-ethical view necessarily leads to ethical systems that value unthinking obedience to rules above all else.</p>
<h3>The Problem of Circularity</h3>
<p>The hidden assumption in the theist challenge is that, unlike the atheist, the theist can coherently answer the question, &#8220;Why is x good?&#8221;  A common debating error is to let this go unchallenged, while moving directly to a defense of an atheistic meta-ethics.  Generally, the theist&#8217;s answer to the Why question is because it is God&#8217;s will. To this a fair response is, &#8220;Why follow God&#8217;s will?&#8221; Now to this the theist’s response can be either the avoid-punishment/gain-reward answer or &#8220;Because God&#8217;s will is good.&#8221;  We’ve already eliminated the first part, so let’s look at the second part: “Because God’s will is good.”</p>
<p>Now for the statement, “God is good,” or more generally, “X is good,” to even make sense, we need some idea of what “good” means.  For example, if I say, “Fred is perfectly zugblub,” then you have no idea what I mean unless you have some idea of what “zugblub” means.  Suppose after pointing this out to me, I respond, “Fred is the very standard by which zugblub is defined; Zugblub is part of the very essence of Fred.  Indeed, Fred actually forms the necessary ground of all zugblub.  <em>That</em> is what zugblub <em>means</em>.”</p>
<p>This so-called definition of zugblub communicates no information.   The problem is that I have not defined zuglub <em>independently</em> of Fred.  All my definition amounts to is different ways of saying “Fred is Fred” and “zugblub is zugblub.”  These are true statements to be sure, but not particularly informative ones.  In other words, my definition of zugblub is tautological—an empty truth.</p>
<p>For example, one critic of my original article succinctly captured this phenomenon when he said, &#8220;God says it is good because it <em>is</em> good. <em>How</em> do we know that it is good? Because God&#8217;s very nature is good. God <em>is </em>the standard.&#8221; <sup>1</sup></p>
<p>This is a straightforward tautology:</p>
<p style="text-align: left; padding-left: 60px;">1.  What God says is good.</p>
<p style="text-align: left; padding-left: 60px;">2.  God is the standard by which good is defined.</p>
<p>By (2) &#8220;good&#8221; means that which God is, which includes all that He says, does, and wills.  By substitution (1) becomes &#8220;What God says is what God says.&#8221;</p>
<p>Now, it seems clear that theists don’t actually intend the statement, “God is good” to be a statement of identity.  In other words, “good” forms part, but not all, of the definition of God.  To use Kai Nielsen&#8217;s example, theists say “God is good” in the way that people would say “Puppies are young.”  You can see this by examining everyday statements such as “It is good that you gave money to that charity.”  This is certainly not equivalent to saying “ It is God that you gave money to that charity.”   Though, to the theist, it might be equivalent to saying, “It is consistent with one of God’s characteristics that you gave to that charity.”</p>
<p>So we can see that tautologies are not limited to statements of identity.  A statement like “Puppies are young,” or “Bachelors are unmarried,” is sometimes called an analytic statement, which means that its predicate forms part of the definition of its subject.  Such statements are tautological in that they are true by definition.  Identity statements communicate no information beyond stating a rule of <em>logic</em>.  Analytic statements communicate no information beyond stating a rule of <em>language</em>. But analytic statements can’t even do that unless we understand their predicates (e.g., “young”) <em>independently</em> of their subjects (e.g., “puppies&#8221;).  As Nielsen puts it,</p>
<blockquote>
<div>If we had no understanding of the word “young” and if we did not know the criteria for deciding whether a dog was young, we could not know how correctly to apply the word “puppy.”  Without such a prior understanding of what it is to be young we could not understand the sentence, “Puppies are young.” <sup>2</sup></div>
</blockquote>
<p>Another theist critic rather eloquently illustrated this kind of tautological reasoning as follows,</p>
<blockquote>
<div>Goodness is not defined simply because God wills it, nor is goodness determined by a standard existing outside of God. Obedience should be seen as part of the essence of mankind &#8211; as we were created by the Creator, in His image, we have at our core the essence of His character. That is, as God is the definition of goodness and holiness, not only our self-awareness but also our standard for what is good, what is moral, flows from the immutable character of God. As God is the very essence of goodness &#8211; His character -nothing will be willed by Him in contradiction of His nature . . . Further, the concepts of human and divine morality, or goodness, are not independent things. Our recognition of goodness comes directly from the fact of our creation in His image. <sup>3</sup></div>
</blockquote>
<p>Let&#8217;s break this down so the tautology is more apparent:</p>
<p style="padding-left: 60px;">1.  &#8220;Goodness is not defined because God wills it.&#8221;</p>
<p style="padding-left: 60px;">2.  &#8220;God is the definition of goodness and holiness.&#8221;</p>
<p style="padding-left: 60px;">3.  &#8220;Nothing will be willed by Him in contradiction of His nature&#8221;</p>
<p style="padding-left: 60px;">4.  &#8220;Human and divine morality, or goodness, are not independent things&#8221; since &#8220;goodness comes directly from the fact of our creation in His image.&#8221;</p>
<p>(2) says that God is the definition of goodness, which again converts &#8220;God is good&#8221; into either &#8220;God is God” or &#8220;Good is good,&#8221; or an analytic statement in which &#8220;good&#8221; is not understood independently of God.</p>
<p>(3) is the statement that God will not act in contradiction to his nature. But of course nothing acts in contradiction to its nature. This is simply stating that God will only do those things that God does. But this is no more informative than saying that fish will only do those things that fish do, which gives us no information about the nature of fish or just what it is they do.  In combination with the other statements, it is not clear what is intended by statement (1) other than that of adding a stipulation that things don&#8217;t act within their natures because they <em>will</em> it, but only because it is consonant with their natures, which is just a restatement of both (2) and (3).  (4) simply reasserts the theist claim, namely, that our sense of right and wrong cannot be understood outside of God&#8217;s having given it to us, which is the question at issue, and which forms one leg of the theists&#8217; circular loop :</p>
<p style="padding-left: 60px;">(1) We know something is good because it is a reflection of God&#8217;s nature within us.</p>
<p style="padding-left: 60px;">(2) God&#8217;s nature is good.</p>
<p style="padding-left: 60px;">(3) We know God&#8217;s nature is good because of (1)</p>
<p>This turns (1) into &#8220;we know something is good because we know it is good.&#8221;  And turns (3) into &#8220;We know God&#8217;s nature is a reflection of God&#8217;s nature.&#8221;</p>
<p>The theists&#8217; arguments again reduce to uttering either identity statements or analytic statements—tautologies.  The theist&#8217;s other recourse is to say, &#8220;Well, when you&#8217;re dead you&#8217;ll know, but then it will be too late.&#8221;  Of course, this is just the retreat to threats of punishment and promises of reward.  Assuming the theist does not want to take the coercion approach, then to escape the preceding tautology the theist needs an independent criterion of good upon which to judge that God is, in fact, good.</p>
<p>Not so, according to one theist:</p>
<blockquote>
<div>If we derived our judgments of good apart from God, then the theist might be making an independent judgment. But this begs the question. The theist claims that God communicates to us our sense of judgment for determining right and wrong.  Therefore the standard is not independent but dependent on the very person and ground of morality. <sup>4</sup></div>
</blockquote>
<p>While being yet another variation of the same tautology already reviewed, this seems to add the additional claim that we gain direct knowledge of goodness in such a way that no independent judgment is or can be made.  In other words, we are simply given awareness of good by way of revealed knowledge. This knowledge comes directly from God, bypassing the usual critical faculties (similar to so many revealed truth claims of so many mutually contradictory religions and sects); therefore, no independent judgment or reasoning of any kind is necessary, or perhaps even welcome.  Now, exactly how one knows this sense comes from God is not made clear.  How does one separate &#8220;true&#8221; revelatory claims from false ones? How do we know this additional revelatory sense is even reliable?  More immediately relevant here though is how does one know this sense of good corresponds to what is actually good?  This is, after all, the point at issue.  Even if one is being fed sensations or knowledge by God, how does one know he isn&#8217;t being deceived?  In short, How does one know God is in fact good?</p>
<p>Well, this theist&#8217;s answer appears to be simply that God is good because God says He is, and that God is the very &#8220;ground of morality.&#8221; But &#8220;ground of morality&#8221; is just another way of saying &#8220;is the standard of good,&#8221; or the &#8220;source of goodness,&#8221;  or, once again, &#8220;God is the <em>definition</em> of good.&#8221;  As usual, we&#8217;re right back to &#8220;good&#8221; being defined in terms of God, without any independent idea of what &#8220;good&#8221; means; therefore, the claim, &#8220;God is good&#8221; reduces to the empty truth that “God is God,” or at most, “God has God-like properties.”  Since God is good by definition, adding that God is good because God is the ground of morality just reduces to &#8220;God is good because God is good,&#8221; or, &#8220;God is God-like, because God is God-like.&#8221;  The statement, &#8220;God is good&#8221; is already tautological; repeating that tautology within yet another tautology doesn&#8217;t shed much light on the matter.</p>
<p>Some theists feel that they are not making “good” and “God” self-referential in this circular argument sense, but instead, have a logically independent concept of good and take as their starting premise the claim that &#8220;God is perfectly good.&#8221;  In other words, while they believe that “good” is an independent concept, it applies to God perfectly and completely.  These theists then add that while “good” exists independently of God, we just aren’t qualified to actually test or judge whether or not God is good in any particular case—we don’t see the  “bigger picture.”  While it is <em>logically</em> possible for God to be evil, He never is so.  The theist claims that we do not know this by experience (since no experience would ever be accepted as counterfactual evidence of God’s goodness), but we know it as a matter of faith.</p>
<p>What can we say about this approach?  First, notice that we still have no idea what good means independently of God.  All we can say is that, “X is good because God ordered it, God wants it, etc.”  There is no <em>conceivable</em> test of God’s goodness because it is being implicitly defined as whatever God does.  In other words, whatever God does is assumed to be good <em>a priori</em>.  This renders the notion of &#8220;good&#8221; factually meaningless.  The theist seems to be saying that there is an independent concept of “good,” but that we have only a partial understanding of it. However this partial understanding can be <em>completely</em> overridden by God’s “bigger picture” perspective, such as in the Old Testament where God sends two bears to rip apart forty two children for the heinous crime of teasing an old man about being bald (2 Kings 2:23-24).  Such a “partial” conception of good is no conception at all when it can be completely overridden like this.</p>
<p>Second, even if an intelligible, independent notion of “good” were being offered, the question as to how one knows that it applies to God is not answered; it is simply assumed on “faith.” But this hardly clarifies matters since “faith” is simply a label for the act of a deliberate, bare-faced begging of the question.</p>
<p>So what does our discussion up to this point say about theists’ supposedly &#8220;objective&#8221; and “absolute” ethics?  Well, a theist-dependent ethical system rests on the following.</p>
<p style="padding-left: 60px;">1.  They feel they should follow what they believe to be God&#8217;s will.</p>
<p style="padding-left: 60px;">2.  They &#8220;should&#8221; (i.e., ought to) follow God’s will, because they believe God&#8217;s will is good.</p>
<p style="padding-left: 60px;">3.  They believe God&#8217;s will is good, because God is the very standard by which good is defined.</p>
<p>(3), then, is the bedrock of any theistic-dependent ethical system, which I&#8217;ve shown to be a tautology: God&#8217;s will is good, and “good” <em>means</em> that which God wills (since He&#8217;s the defining standard).  To be based on a tautology is to be based on nothing at all.</p>
<p>Literally any ethical code you care to dream up can be based on an appropriately chosen tautology.  For example, let’s look at the application of the very same theistic logic to justify an ethical system based on telepathic space-alien communication.</p>
<div>“Good” is that which space aliens telepathically communicate to me, and those space alien communications are the very standard of goodness—they are what I mean when I use the word “good.&#8221;  Why do I believe these space-aliens are good?  Because they say so and because it is a matter of faith.  They even say that they are the ground of morality, which I also take as a matter of faith.  How do I know that these communications are from space-aliens and not from my own mind?  Because I have faith that it is not, and because I don’t make the mistake of trusting my imperfect human reason to judge, question, or close my heart to what they are telling me.  When my heart, or my space alien organization, tells me that space-aliens have ordered me to stone adulterers to death (as in the OT), I know that is good, even if it is evil when a human orders such deeds.  Why? Well, because the space aliens are the standard of goodness, so if they ordered it, it is good by definition; and also because the space aliens genetically engineered all life on our planet, and since they made us, they can do as they please.  After all, do clay pots question the potter who made them?  This faith-based commitment is why my ethical system is <em>absolute</em>.</div>
<p>Clearly, making a commitment to any such <em>absolute</em> moral system, whether based on space-aliens, one or more gods, or one’s ancestors, can be considered only an extremely <em>arbitrary</em> act.</p>
<h3>The Implications and Conclusion</h3>
<p>Now, at this point some theists forget their original assertion that non-theistic ethical systems are arbitrary and subjective, <em>unlike</em> their own system.  They will then begin to make statements like all &#8220;ultimate standards are based on tautology.”  Some will even go so far as to argue that reason itself is the problem here, that any ethical system is by its very nature based on an irrational commitment, i.e.,  based on &#8220;faith,&#8221; which is where faith in the Lord Jesus Christ (for Christians) comes in.  All things considered, such comments seem like a fairly generous concession to my claim that theistic-based meta-ethics is fundamentally irrational and arbitrary.  These theists, having fallen back behind a wall of irrational commitment, do achieve at least one thing they wanted: they can no longer be criticized.  But they pay an exorbitant price.  They can no longer criticize anyone else for making a <em>different</em> irrational commitment.  They can no longer criticize anyone else for choosing a different ethic based on faith in another God (or even the same God in any of the myriad, mutually contradictory Judeo-Christian sects), or political ideology, or even space aliens.  Each system becomes equally “justified” by these irrational appeals to faith and/or revelation, both of which are conveniently “beyond” reason.</p>
<p>There is another especially pernicious aspect to ethical systems that depend on God in this way.  By pushing concepts of good beyond the scope of reason and equating it with the supposed will of God—whichever of the thousands of interpretations of this Will a theist may be referring to—&#8221;good&#8221; becomes something we feel no longer qualified to judge.  Since &#8220;good&#8221; is equated with God&#8217;s nature, and since God&#8217;s nature is somehow beyond our capacity for comprehension and critical analysis, then the only way one can know he or she is doing the right thing is to simply <em>obey</em>.  Indeed, obedience to rules effectively becomes an end in itself, even if those rules include such things as found in the Old Testament: stoning brides to death who were found not to be virgins; sacrificing human infants; slaughtering and enslaving men, women, and children (i.e., <em>targeting</em> civilians) – such as in 1 Sam 15:3, &#8220;Slay both man and woman, infant and suckling.&#8221; (See my article on this site, The Bible: A Manual for Living?, for these and many other similar references. )</p>
<p>As we&#8217;ve seen, when confronted with what would normally be considered crimes against humanity, the theist will respond in various ways, none of them satisfactory:  &#8220;We are His creations, and He can do as He pleases,&#8221; or &#8220;God is good regardless of His actions, just in ways that are beyond us.&#8221;  Stripped of our own ability to know an evil deed when we see it, we now have to first ask:  &#8220;Who did it?&#8221;  One is reduced to saying, &#8220;I don&#8217;t know if it was evil until you first tell me whether or not God did it. I&#8217;ll even do the deed myself, no matter how bloody or genocidal, if you first convince me that God ordered it.&#8221;  Uncritical obedience to orders ultimately becomes the only criterion of moral behavior, even when the rule is infanticide, such as illustrated in Gen 22:2 where Abraham is told to slaughter his own son.  Indeed, Abraham&#8217;s willingness to blindly follow orders – even with the tortured, frightened screams of his own child in his ears – is held up as the supreme example of moral “goodness” we should all follow.</p>
<p>If it is true, as some theists claim, that &#8220;God communicates to us our sense of judgment for determining right and wrong,&#8221; then shouldn’t we naturally sense moral <em>beauty</em> in these O.T. atrocities, since they were sanctioned by God?  Fortunately, few do.  But even if our moral instinct is one of revulsion, we are told to remember that good is <em>defined</em> by God. Anything He does is good by definition, no matter what: healing sick children or having them ripped apart by wild animals.  Curiously, many Christians have often complained at this point that &#8220;things were different in the Old Testament.&#8221;  In other words, their &#8220;absolute&#8221; morals were different in the past.  Such a view ironically turns their absolutism into a rather extreme form of moral <em>relativism</em>.</p>
<p>Some theists will argue that the essential difference between the theistic and non-theistic approach is that their approach has ethics deriving from &#8220;outside&#8221; of ourselves, outside of humanity, which is the only way ethics can be considered objective.  This certainly begs the central question: theistic ethics comes from &#8220;outside us&#8221; only to the extent that God really exists and is the source of morality; otherwise, theistic ethics comes as much from &#8220;inside us&#8221; as does their sense that God talks to them.  Regardless, it is not at all clear that only things &#8220;outside us&#8221; can be objective.  After all, the fact that humans have two eyes is an objective fact even though it does not exist &#8220;outside&#8221; humans—it is an observable, testable, and therefore, objective fact about our natures, about what it means to be human. But if the theist is right, if one can be objectively moral only if those morals exist or derive from “outside” of the individual, then God, by exactly the same logic, cannot be said to be a moral being—unless, of course, the theist is saying that morals derive from outside of God. <sup>5</sup>   This is where special pleading is typically introduced.  The theist will simply exempt themselves from their own rules:  &#8220;Your explanation must meet these conditions; however, my explanation (God) does not.&#8221;  Such flagrant tactics are, of course, unavoidable since the theist is contradicting his or her own assumptions.</p>
<p>Some have argued that since God is both perfect and omniscient, then His morals are perfect and therefore truly <em>objective</em> in a way that would not be possible for imperfect humans.  In addition to confusing the notions of &#8220;objective&#8221; with &#8220;perfection,&#8221; this approach quickly becomes incoherent, and again begs a central question. First, the notion of omniscience undermines the idea that God has free will:  If He knows all of His future actions and decisions, then He is not free to change them; if he doesn’t yet know his future actions, then he is not omniscient.  Second, the existence of natural evil (disease, earthquakes, etc.) contradicts any meaningful notion of God&#8217;s goodness in light of his supposed omnipotence.  Either he can prevent infants from dying slowly of parasitic microorganisms (creatures He presumably designed for just this purpose) and refuses to, in which case He is not good; or He can’t prevent it, in which case He is not all-powerful.  Third, whether or not we always do accurately discover what is morally right for us does not, in and of itself, alter the fact that there is something objectively right for us.  For example, if we erroneously concluded that certain foods were good for us that were actually poisonous, then we  would die.  In other words, our capacity for error does not alter the fact that there are objectively poisonous things for us to eat, as well as healthy things for us to eat.  Finally, of course, this again begs a central question, namely that of God&#8217;s existence as a perfect and good being.</p>
<p>One thing we haven&#8217;t addressed up to this point is the implicit theist assumption that if we accepted their meta-ethical theory, then we would suddenly know what the moral &#8220;rules&#8221; are—presumably through faith or revelation.  This is certainly an amazing assumption when one considers that the number of Christian sects is well into thousands, let alone the fact that the whole of this internally bickering Christendom represents only a minority of the world&#8217;s religions.  As the basis for an &#8220;absolute&#8221; ethical system it leaves much unexplained about how to tell the &#8220;right&#8221; interpretation of God&#8217;s Will from the many, many &#8220;wrong&#8221; ones.  Presumably choosing the “right” interpretation is as much an application of irrational commitment (i.e., faith) as choosing to believe in the particular deity(ies) in the first place.  Such an approach leaves us with precisely what we would expect:  an anarchy of &#8220;absolute&#8221; moral systems and religious codes, each of which proclaims itself &#8220;objective and absolute&#8221; and &#8220;above&#8221; mere human reason (and therefore immune to rational debate and investigation).  So when a member of any of these countless belief systems points to the non-theist and proclaims &#8220;you have an arbitrary and unjustified moral code&#8221; I can&#8217;t help but think of the biblical story to the effect that only he who is without sin should cast the first stone.</p>
<p>We&#8217;ve shown the fatal flaws in any God-based meta-ethical theory, but where does that leave us? Is there no basis for ethics at all, or are we forced to accept some relativistic one?  I explore what I believe is an objective, naturalistic meta-ethical theory in the article, <a href="http://www.freethoughtdebater.org/?p=77">Darwinian Meta Ethics</a>.</p>
<hr align="left" size="1" width="30%" />
<p><sup>1</sup> Critic from &lt;http://groups.yahoo.com/group/vantil-applied&gt;, forwarded to me via personal correspondence by Dawson Bethrick.</p>
<p><sup>2</sup> Kai Nielsen, <em>Ethics Without God</em>, (Amherst: Prometheus Books, 1990), p.59.</p>
<p><sup>3</sup> Bill Hale, personal correspondence.</p>
<p><sup>4</sup> Critic from vantil-applied.</p>
<p><sup>5</sup> Dawson Bethrick shared this observation with me in a personal correspondence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2011/12/30/does-morality-depend-on-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution: Converging Lines of Evidence</title>
		<link>http://www.freethoughtdebater.org/2011/12/30/evolution-converging-lines-of-evidence/</link>
		<comments>http://www.freethoughtdebater.org/2011/12/30/evolution-converging-lines-of-evidence/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 04:28:49 +0000</pubDate>
		<dc:creator>P. Wesley Edwards</dc:creator>
				<category><![CDATA[Evolution Creation]]></category>

		<guid isPermaLink="false">http://localhost/?p=64</guid>
		<description><![CDATA[The strength of any theory comes not from a single measurement or a single confirmed prediction, but from the theory&#8217;s many predictions being confirmed by many independent tests, samples, and methods.  Often, attacks on evolutionary theory take the form of showing that some measurement technique is not infallible, or that some measurement technique depends on assumptions that could be wrong.  Examples, of course, include creationist criticisms of radiometric dating, which is a common technique for dating rocks. When the creationist adds to these types of criticisms the charge that there are some things evolutionary theory cannot explain, it can seem to some that evolutionary theory is a weak, speculative hypothesis.  But as we will show below, scientific theories aren&#8217;t strong because the measurement techniques that confirm them are perfect, or because they have no open questions.  If this were the case, all science would be weak and speculative. The best way to illustrate the fundamental problem with the creationist critique is by way of an analogy.  Let&#8217;s say I&#8217;m the prosecuting attorney in a felony case, and my case depends on placing the suspect in a certain location between 4:55 PM and 5:05 PM, during which the suspect shot someone.  [...]]]></description>
				<content:encoded><![CDATA[<p>The strength of any theory comes not from a single measurement or a single confirmed prediction, but from the theory&#8217;s many predictions being confirmed by many <em>independent</em> tests, samples, and methods.  Often, attacks on evolutionary theory take the form of showing that some measurement technique is not infallible, or that some measurement technique depends on assumptions that could be wrong.  Examples, of course, include creationist criticisms of radiometric dating, which is a common technique for dating rocks.</p>
<p>When the creationist adds to these types of criticisms the charge that there are some things evolutionary theory cannot explain, it can seem to some that evolutionary theory is a weak, speculative hypothesis.  But as we will show below, scientific theories aren&#8217;t strong because the measurement techniques that confirm them are perfect, or because they have no open questions.  If this were the case, <em>all</em> science would be weak and speculative.</p>
<p>The best way to illustrate the fundamental problem with the creationist critique is by way of an analogy.  Let&#8217;s say I&#8217;m the prosecuting attorney in a felony case, and my case depends on placing the suspect in a certain location between 4:55 PM and 5:05 PM, during which the suspect shot someone.  Now let&#8217;s say twenty of my witnesses happened to look at their watches (a combination of analog and digital watches) when they saw the suspect shoot.  Seventeen other witnesses separately recall seeing the suspect shoot just as the 5 O&#8217;clock news was coming on in each of their apartments in the neighboring building.  Twenty six other witnesses saw the suspect shoot just as the  5 O&#8217;clock whistle blew at the nearby quarry.</p>
<p>Now, imagine the defense carefully pointing out that watches have been known to be wrong.  Watches, he stresses to the jury, are <em>not</em> infallible.   He proudly brings in people to testify that they have made mistakes at some point in their lives about the time of day because their watch&#8217;s battery had run down, or their watch had gotten wet, or damaged by various means.  As for the 5 O&#8217;clock news, the defense points out that scheduling errors in TV programming have been known to cause shows to come on more than five minutes after or five minutes before their scheduled time, and he even finds a TV producer to testify about a time that this did, in fact, happen.  And as for the quarry, the defense was able to find several expert witnesses (people who blow whistles at quarries) to testify that there had been times when they blew the whistle at more than five minutes before or after the scheduled time, at each of their respective quarries.</p>
<p>As is obvious in this example, it is not enough for the defense to show that the methods used by each of the prosecution&#8217;s witnesses are fallible ways of telling the time.  Not only is it<em> extremely</em> unlikely that something was wrong with <em>everyone&#8217;s</em> measurement of the same event, but even if everyone were in error, we would hardly expect them to be in <em>agreement with each other</em>—especially when the measurements involve <em>unrelated technologies and methods</em>.  Creationist criticisms of the evidence that support evolutionary theory or modern geology (e.g., dating rock samples) are often analogous to this defense attorney’s criticism of the evidence supporting the prosecution&#8217;s case.  To take the defense&#8217;s (and creationists&#8217;) criticisms seriously would literally mean that we could not tell time at all simply because watches are individually imperfect.  But in science that fallibility has been specifically taken into account through the use of multiple samples and multiple independent measurement methods.  Just like our imaginary prosecutor, scientists look for independent corroboration before they consider a theory to be well supported.</p>
<p>In the case of rock dating, and in all significant aspects of evolutionary theory, we have just this type of wide agreement spanning many different methods and many different samples (far more samples and methods, in fact, than described in the courtroom analogy).  This first article will focus on just five of the many independent, corroborating lines of evidence that confirm evolutionary theory, with a focus on one of its key hypotheses: Descent with Modification.  The definition of this hypothesis (taken from the subject refresher article on Evolution in Freethought Debater) follows:</p>
<blockquote>
<div>The descent with modification component of evolutionary theory is that all life forms can trace their lineages back to earlier classes of life forms in a branching, &#8220;nested&#8221; hierarchy (forming what looks like a bush or tree, as in the &#8220;Tree of Life&#8221;), which can ultimately be traced back to the beginning of life on earth&#8230;During the long period since that time, changes in body plans have accumulated in diverse directions to make all the differences we now see between all life forms.  To continue the tree analogy, you can start from the tip of any arbitrarily chosen twig and follow it back to the point where it joins another twig, the point of origin of the two (or more) twigs. That now thicker twig or branch can then be traced back to where it joins another branch.  This process can be repeated until you ultimately reach the trunk.  Applied to evolution, each twig and branch represents a particular lineage; the points where there is a joining of those twigs and branches represents the common ancestor of all the lineages that can be traced back to that point.</div>
</blockquote>
<p>The importance of recognizing the cross checking nature of science cannot be overstated.  When one forgets that this is the basis of good theory, one can quickly lose sight of the &#8220;forest for the trees,&#8221; and literally end up haggling over irrelevant <em>individual</em> cases in which a result was unexpected or inconsistent with the theory.  However, some exceptions are, in fact, <em>expected</em> so long as they can be shown to be &#8220;outlier&#8221; results (random or statistically rare errors) that do not significantly affect the conclusion drawn from all of the data taken <em>as a whole</em>.  This is exactly why statistics plays such a large role in analyzing scientific data, and why scientific results are usually stated along with a statistical level of certainty.</p>
<p>It is perhaps understandable why creationists make these sort of irrelevant criticisms of outlier results.  Unlike actual science, creationism does &#8220;not seek organizational relationships or look for relationships in terms of universal physical laws.&#8221;<sup>1</sup>  Instead, by definition, they exist to defend a point of view—a view rooted in absolute certainty in an unchanging Truth (with a capital T).</p>
<p>The lines of evidence we will briefly look at are the fossil record in the geologic column; the classification of living forms based on comparative anatomy; biochemistry; embryology; and finally, biogeography.  As you review the evidence notice how the independently corroborating nature of the different lines of evidence precludes any appeal to &#8220;there was this one fossil they couldn&#8217;t explain&#8221; or &#8220;someone once made a mistake in classifying an animal,&#8221; or even, &#8220;there was once this hoax. . .&#8221;  As in the court case example, the proof is in the <em>wide statistical agreement</em> of many measurements spanning all of these methods, not in any single data point.</p>
<h3>Fossil Record</h3>
<p>The geologic column, which is the identification and classification of the different rock layers (strata), was essentially completed by 1815, almost 50 years before Darwin&#8217;s theory.  Importantly, this work was done by the <em>creationists</em> of the time.  They noticed that each rock strata contained a distinct collection of animals and plants.  So unique and consistent were these fossil collections in each of the layers, that certain fossils in them could then be matched to fossils in other continents to locate that layer within the geologic column (index fossils).  It is important to notice that this all predates Darwin and is completely independent of any assumptions about evolution.  Inexplicably, a common creationist complaint is that the geologic column presupposes the truth of evolution, which in turn presupposes the truth of the geologic column, resulting in a circular argument for evolution.  But as this very short history should already make clear, the geologic column makes no assumptions about evolution since it was established by <em>before</em> there even was a theory of evolution.</p>
<p>By comparing the fossil contents from the lower layers (or strata) to the higher ones, these pre-Darwin creationists (such as Cuvier, the father of paleontology and a deeply religious creationist) could see a pattern in which an individual life form would appear in one layer and then be replaced in the next layer up by multiple variations on that original, single form.  These layers were often themselves followed by layers in which all or most of those variations (and variations of variations) suddenly and completely disappeared.  These creationists also noticed that the deeper the fossil, the less recognizable it was.  As one moved higher, the forms became increasingly recognizable.  As these scientists examined more and more strata, this cycle of emergence followed by branching variations continued.</p>
<p>Again, this pattern was recognized before Darwin&#8217;s theory, though the pattern was assumed not to reflect any kind of relationship through descent.   Based on their observations, these creationists (and basically all geologists were creationists at this time) concluded that God must have inflicted not one, but a series of cataclysms, each followed by a new creation.  However, as they collected ever more data, they realized that there had to have been ever more of these cataclysm and creation events.</p>
<p>To recap, at this point in pre-Darwinian history the geologic column had been established with the lower layers understood to be older than the higher layers.  The actual ages of the layers remained unknown, however, but were assumed to be consistent with a literal reading of the Bible.  Also, at this point in history, it was apparent that a slice through the earth—like cutting through a layer cake to reveal the layers—revealed not a hodgepodge mix of living and extinct forms (as one might expect from a world-wide deluge), but an extremely ordered and consistent pattern of fossils throughout the world.  That ordered and consistent pattern was that a form would appear in one layer, and in higher layers that same form would be replaced by similar though different forms, which became progressively more different in even higher strata.  This typically ended in the wide-spread disappearance of many of the forms, and then this cycle of appearance followed by a kind of &#8220;radiation&#8221; would start over.  One thing that was also apparent even then was that the higher the layer in which a fossil was found, the more recognizable the fossil usually was, while at lower layers the forms were less recognizable, and harder to tell apart and categorize.  For example, it is easy to tell mammals from reptiles today, but if one goes deep enough, mammals and reptiles become essentially indistinguishable (e.g.,  you find groups like the Therapsids, which were one of the mammal-like reptiles that blended features of both groups).  Creationists, like Cuvier, argued that the data could be explained by a series of divine cataclysms and creations, the last of which was the Biblical Flood.</p>
<h3>Classification of Living Forms</h3>
<p>Setting aside fossils altogether for a moment, but keeping the observed pattern we saw in mind, let us separately look at what happens when we classify today&#8217;s living forms based on their physical forms and structures (called &#8220;morphology&#8221;).  A fair question to ask before classifying living things is, &#8220;What characteristics should we use: size, weight, what?&#8221;  Well, the pre-Darwinian, Linnaeus, who came up with the animal naming system we still use today, grouped animals by overall large-scale anatomical similarity, though this left some room for arbitrary decisions about what should be considered &#8220;similar.&#8221;  Later, the anti-Darwinian, Richard Owen, argued that if a feature could be shown to be the same structure modified for different purposes—as revealed by comparative anatomy and embryological development–then the animals should be classified closer together.  The more such structures were shared, the closer would be the classification.  He called such structures &#8220;homologous,&#8221; while structures that looked <em>superficially</em> the same, but were based on completely <em>different</em> structures and embryological development, he called &#8220;analogous.&#8221;</p>
<p>This homology / analogy distinction works very well because by using it one can <em>predict</em> other things that the animals would also have in common.  This approach allows one to gain new insights.  If you had classified by size alone, say, you wouldn&#8217;t gain any additional insights, and would know little more than the just size of the animal.   It&#8217;s interesting to ask <em>why</em> this approach makes for such effective predictions.  For Owen, and the creationist establishment of the time, the answer was that homologous structures revealed part of God&#8217;s plan:  He used relatively few basic templates that He modified to create all the species.  Different species that shared homologous structures were based on the same template, but each had customized modifications to meet the functional needs of the individual &#8220;kinds.&#8221;</p>
<p>Owen&#8217;s approach, however, also produces observations that conflict with expectations based on God&#8217;s having created each kind directly.  If each kind were separately created, then there would be no restriction preventing God from mixing and matching useful structures.  If God designed a structure to serve a purpose, then all species could benefit from that originally perfect design.  There would be no <em>constraint</em> on God that says once He designs a useful structure, He can <em>only</em> give it to other species that happen to share with that first species a set of <em>completely unrelated characteristics</em>.  For example, there would not be a rule that says God can only give three middle ear bones to species that have milk-producing (mammary) glands.</p>
<p>An all-powerful Designer should have at least as much flexibility as human designers.  Things designed and manufactured by humans show no such restrictions.  Design ideas are shared across widely different &#8220;kinds&#8221; of human creations.  This is quickly apparent when you try to create a classification of modern computers or aircraft based on their shared components.  For example, Global Positioning Satellite (GPS) technology can now be found on helicopters, biplane crop dusters, high performance fighter aircraft, and even rental cars and fishing boats.  If you had earlier created a hierarchical classification that had winged aircraft as the basis for one branch and wingless (e.g., helicopter) aircraft as the basis for another, you would now have to add GPS to both branches.  In other words, GPS technology would not be <em>nested</em> within just one branch, but would <em>cut across</em> the branches.  As a result, one cannot create a stable, hierarchical classification for human-created things in which sets of characteristics are nested one within the other.</p>
<p>On the other hand, if each species is related through common descent, and not individually created, then we would expect that a classification of them based on shared structures <em>would</em> reveal just such a nested hierarchy of structures.  We would expect this since the structural inheritance of each branch is different and any new structures have to be built from the materials at hand; that is, they have to derive from these inherited &#8220;components.&#8221;  As a result, any new structures would be confined to the one lineage in which it first appeared, and to its descendent branches.  Consequently, we wouldn&#8217;t expect to see structures <em>cutting across</em> the branches, as we did in the GPS example.</p>
<p>When we classify living life forms we see the nested hierarchy predicted by Descent with Modification.  For example, consider the following classification (cladogram)<sup>2</sup> of a few representative, but disparate forms:</p>
<p><center><img src="http://www.freethoughtdebater.org/images/cladogram.gif" alt="" width="450" height="234" /></center>Note the pattern in the sharing of characteristics.  They are not mixed and matched, but are &#8220;nested&#8221; one within the other.  For example, within the whole group all forms share a chambered heart; nested within those having a chambered heart is a group that additionally has a vertebral column; within the group that has both a chambered heart and vertebral column are nested those that additionally have mammary glands (i.e., you only get mammary glands if you have a chambered heart and vertebral column).  The characteristics appearing at a branch point are confined to all the branches above it; they <em>never cut across</em> to other branches.  This nested pattern is very characteristic of all life on earth.</p>
<p>Descent with Modification also makes some additional, more specific predictions about the morphology of living forms.  First, since species can only work within their structural inheritance to solve adaptive problems, we would expect that as descendent species in one lineage branch out into different niches (some that involve flying and others swimming, for example), that their adaptations will involve different modifications of the same underlying structures.  These are the homologies we discussed earlier, and they are a specific prediction of the Descent with Modification hypothesis.  A corollary prediction of this view is that we would never actually find the &#8220;winged horse&#8221; seen in mythology, since that would involve entirely new appendages appearing &#8220;out of thin air,&#8221; as it were, rather than coming from existing structures.  This is why, for example, flying birds and mammals had to modify two of their four inherited appendages to get wings; that is, they had to modify their &#8220;arms&#8221; to make wings.</p>
<p>Second, where species from <em>different</em> lineages find themselves filling the same environmental niche (for example, living in different parts of the world and filling the bamboo-eating niche) we would expect to see cases of <em>different</em> structures being used for <em>similar</em> functions (as opposed to <em>similar</em> structures being used for <em>different</em> functions in the homology example); that is, we would expect to see different lineages solve the <em>same</em> adaptive problems with <em>different</em> structures—structures which reflect each lineage&#8217;s unique inheritance.  Such cases are examples of &#8220;analogies,&#8221; (or &#8220;convergent evolution&#8221; as it&#8217;s often called today) and are also predicted by Descent with Modification.  But a further interesting prediction of this theory is that some analogous structures will be <em>inferior</em> to others in fulfilling similar functions.  This is expected under this theory, since the inherited components of some lineages will make better designs easier to &#8220;get to&#8221; than the components inherited in other lineages.</p>
<p>In the case of homologies, we see exactly what is predicted.  For example, the forelimbs of all mammals are composed of the same bones arranged in similar ways.  It&#8217;s only the proportions of these bones that differ.  For example, compare the bones of bat, human, and dolphin.  While each fills a very different niche, and uses these bones for very different functions, they all have the scapula, humerus (upper arm), radius (forearm bone 1), ulna (forearm bone 2), carpals (wrist), metacarpals (hand), and phalanges (fingers).  Again, only their proportions differ.  Creationists often say that there are similar structures for similar functions, but if that&#8217;s true, then why does the bat&#8217;s wing have far more structural similarity with the human <em>hand</em> than it does with a bird&#8217;s wing?</p>
<p>In the case of analogies we see again exactly what is predicted.  For example, the shark (a fish), Ichthyosaur (an extinct swimming reptile), penguin (a bird), and dolphin (a mammal) all have forelimbs adapted for swimming.  Outwardly, these forelimbs look very, very similar; however, the internal structures are radically different: the dolphin&#8217;s fin has more in common with the bat&#8217;s wing and the human hand (including the same five finger bones) than it does with the Shark&#8217;s purely cartilaginous fin (no bones at all).  This makes sense in the evolutionary context given that the genetic inheritance in the fish lineage didn&#8217;t have bone to work with when the sharks first appeared.  So, again, the Creationist claim of &#8220;similar structures for similar functions&#8221; is falsified.  What we typically see is different structures for similar functions and similar structures for different functions.</p>
<p>The Australian marsupials are a particularly startling example of this kind of convergent evolution (different structures adapted to solve the same functional needs).  There are marsupial versions of mice, flying squirrels, moles, ground hogs, rabbits and wolves, just to name a few.  As different as they are from each other, they still have more in common with each other than to any placental mammal.  For example, the marsupial mouse has more in common with the marsupial wolf than it does with the placental mouse with which we are all familiar.  (This Australian example is discussed in more detail below.)</p>
<p>Owen&#8217;s supernatural &#8220;cost-control&#8221; explanation for these patterns is an <em>ad hoc</em> theory tacked on after the fact to explain data that contradicts the predictions of a theory based on an all-powerful Designer creating each &#8220;kind&#8221; separately.  Worse, his explanation requires one to contradict God&#8217;s omnipotence and omniscience.  People such as Owen apparently felt that God used relatively few templates for reasons of efficiency in the design process, in the same way that GM, for example, would not want to design each car from scratch due its being an inefficient use of limited and expensive resources.  Of course, it is entirely unclear how one is to reconcile this explanation with the notion of an all-powerful, all-knowing, and perfect Creator, who presumably isn&#8217;t operating under such resource constraints.  Unless there was a second act of creation after the &#8220;Fall&#8221; (one in which inferior designs were introduced) then one can only conclude that many &#8220;kinds&#8221; were rendered imperfect <em>from the very beginning (i.e., before the Fall)</em>, since many of the analogous structures we see in the different &#8220;kinds&#8221; are not equally effective in serving similar functions.</p>
<p>An all-powerful and perfect creator who created each kind directly would be expected to have originally used the optimal design when the same function was needed.  If any inefficient functionality that we see today was due to &#8220;degeneration&#8221; following the &#8220;Fall,&#8221; then this would appear as resulting from defects appearing in a <em>common</em> structure, not from the use entirely <em>different</em> structures, which would reflect a choice that that had been made from the <em>very beginning</em>.</p>
<h3>Relationship to Fossil Record and Descent with Modification</h3>
<p>Now, let&#8217;s go back to the fossil record.  If the nested hierarchy we see in living forms reveals the particular design approach of a Creator who made all &#8220;kinds&#8221; at the <em>same time</em>, then there should be no connection between the characteristics of life forms (like having 3 ear bones) and the depth of the rock layers in which these characteristics first appear.  In other words, if all species were created at the same time, then there should be no correlation between elapsed time and the appearance of <em>characteristics</em> that define each species.</p>
<p>On the other hand, if all life is related through the process of descent with modification, then there <em>should</em> be a very specific correlation between time and characteristics; which is to say, there should be a correlation between the depth of rock strata, and the first appearance of structural characteristics in the fossils of those layers.  How should they correlate? Remember that a structural characteristic that is shared by more branches, such as jaws or a vertebral column, should first appear in layers that are deeper than those containing the first appearance of any nested characteristic.  For example, the earliest appearance of animals possessing 3-ear bones (ossicles) should appear higher in the rock layers (i.e., in younger rock formations) , than the earliest appearance of animals with vertebral columns.</p>
<p>This pattern is <em>exactly</em> what is found in the fossil record.  Referring back to our earlier tree with the lamprey, perch, lizard, mouse, and cat (which was made independently of fossils) what we find in the fossil record is that the jawless fishes (agnaths) first appeared in the deepest layers, followed in higher layers by the first appearance of bony fishes, followed in yet higher layers by the first appearance of reptiles, which in still higher layers were followed by the first appearance of mammals.  The theory of Descent with Modification not only predicts this, but is alone in being able to explain it in a productive way (that is, based on a theory with testable predictions and not by invoking Divine, mystical, or magical causes and purposes, which can be made to fit <em>any</em> data—which, of course, means it can explain <em>no</em> data).</p>
<p>Note that I said &#8220;first&#8221; appearance.  Obviously jawless fishes are still with us, as are the reptiles, and even the much earlier forms of life like blue-green algae.  Too often one hears comments like, &#8220;&#8230;but if we evolved from them, then why are they still here.&#8221;  It should be clear from the discussion so far that such a view represents a serious misunderstanding of descent with modification and evolution.  A parent species does not have to go extinct before a child species can emerge.  To take just one simple example, a child species can emerge when the parent species is split into two by the disappearance of, say, a land bridge, creating two islands where there had been just one.  The two groups might now diverge into two species, though one of the species may show almost no change from the original population, while the other shows dramatic change.  This could be the result of very different environmental pressures on each of the two groups.</p>
<p>To recap so far, we see that a tree of life made from comparative anatomy of living forms, which has nothing to do with timing or fossils, independently correlates to a tree of life based only on the appearance of characteristics as you go from deeper to shallower rock strata.</p>
<h3>Biochemistry</h3>
<p>Now if Descent with Modification is the right explanation of the these two independent phenomena, (i.e., the pattern in fossil record and the pattern in living organisms) then any newly discovered features should continue to corroborate these same patterns, while perhaps adding even more detail and filling in open questions.</p>
<p>Since Darwin&#8217;s time, the life and geological sciences have exploded, complete with the emergence of whole new sciences that Darwin could never have imagined, such as molecular genetics, plate tectonics, and geochronology (rock dating). Any good falsifiable theory should not only hold up under the scrutiny of these new sciences, but thrive and contribute to this progress of knowledge.  Looking at the new field of molecular genetics, what happens if we try to make yet <em>another</em> &#8220;tree of life&#8221; diagram, but based only on DNA, independent of anatomy and independent of the fossil record?  If we end up with a tree of life that is completely <em>different</em> from the diagrams we got based on fossils and comparative anatomy,  then Descent with Modification will have a big problem.</p>
<h3>DNA</h3>
<p>Briefly, DNA is a molecule on which is strung a code made up of just a four-letter alphabet.  For example, part of the whole string might read, &#8220;&#8230;GCCTTACGGA&#8230;,&#8221; where the whole string is actually about 3 billion letters long in human DNA.  When that code is read across the entire DNA, one ends up with a recipe for a growing a life form.  This four-letter alphabet really represents the four chemical &#8220;bases,&#8221; each of whose initials are A, T,G, and C (adenine, thymine, guanine, and cytosine).</p>
<p>Until the DNA copies itself (a process called &#8220;replication&#8221;), this string of letters exists as one side of a two-sided zipper-like structure called a double helix.  The other side of the zipper is the mirror image of the left, where T is the mirror of A, and C is the mirror of G.  When a cell divides, this zipper unzips into two halves.  Each half then builds a new sister half, letter by letter:  Ts attract As, As attract Ts, etc.  When all is done and said, we end up with two complete &#8220;zippers,&#8221; each identical to the original single zipper before it split.</p>
<p>Now, each group of three letters makes a &#8220;word,&#8221; (e.g., CCA is a word, or UCU, etc.).  These three-letter words are called &#8220;codons&#8221; and come in two basic types: instructions for building things, or exons; and regulatory instructions, or introns, which can sometimes be thought of as punctuation marks or &#8220;stop reading,&#8221; &#8220;start reading&#8221; instructions.  In the case of exons, each three-letter word corresponds to a particular building block of a protein molecule.  These building blocks are called amino acids. A protein is essentially a string of amino acids in a particular sequence all hooked up end-to-end.  Proteins in living things are made up of very long sequences of just 20 different types of amino acids.  The DNA code for making the whole protein is an example of a &#8220;gene,&#8221; each of which can be thousands of letters long.</p>
<p>A genetic mutation amounts to A, U, G, or C (actually the U stands for urasil, which is used instead of T in RNA, where RNA is an intermediate step before the protein-building process) being accidentally &#8220;flipped&#8221; to something else, or having a one or more letters deleted, added, reversed, or put somewhere else in the sequence.  For example, if the word UCA becomes UCG, then there is no effect since they both code for the same amino acid: serine.  However, if the first position is flipped, turning UCA into GCA, then the amino acid in this part of the completed protein will be alanine instead of serine.  This change to the protein may or may not affect the way it functions or the final &#8220;fitness&#8221; of the completely grown life form.</p>
<p>Some mutations may prevent the protein from even forming at all, such as a mutation affecting one of the &#8220;punctuation marks.&#8221;  If this happens, the entire gene of some thousands of those letters (A,C, T, U) are rendered useless, or &#8220;dead.&#8221;  (Of course, from the standpoint of affecting offspring, and therefore evolution, the only mutations that matter are those that affect the DNA copies that go into the sex cells, since only they are going to be used to grow another organism.)</p>
<p>In the interest of space, I&#8217;ve tried to limit this introduction to genetics to only those points bearing directly upon our discussion.  Hopefully I&#8217;ve described enough of it to make the significance of the next point clear: <em>only around 5% of DNA actually codes for building anything, the rest are the introns along with a vast amount of dead or &#8220;pseudo&#8221; genes</em>.  This means that most random mutations will have no impact because they will land in this vast sea of ignored dead genes.  (All introns, including these dead genes, are actually cut out to leave only the exons just before the instructions are read prior to building proteins.)</p>
<p>Keeping in mind that some 95% of the genetic code is nonfunctional, and also keeping in mind that random mutations appear on a fairly regular basis, we can expect that mutations affecting these dead areas of the DNA will tend to spread throughout the breeding population.  The reason they will tend to spread is that specific mutations are very rare, and they have <em>no effect on survivability (since the dead genes don&#8217;t do anything)</em>.  Consequently, as the creature possessing this mutation reproduces, it will likely pass it on and it will multiply over the generations.  If one could find very old DNA of a particular species, and compare it to new DNA from that same species, one would expect the newer DNA to show an accumulation of these types of mutations.  Even more importantly, if that earlier population had split into two, say by a land bridge being cut creating two islands from one, then each of the two descendant populations should be accumulating mutations <em>independently</em> of each other—getting more and more different from each other over time—since mutations in one group cannot spread to the other group.  The bigger the accumulated difference, the longer the time they have been separated.</p>
<p>Earlier we created a tree based on comparative anatomy, and saw that it corresponded closely to a tree independently built from the fossil record.  In that example, we looked at representatives from disparate branches, but similar anatomical and fossil classifications of just the primates invariably show that the great apes are very close to each other and to humans, with monkeys being more distantly related, and lemurs further still  (i.e., &#8220;more distantly related&#8221; means it represents an earlier split, in the same way that the perch, in our earlier diagram, represents a lineage that split off prior to the lizard&#8217;s lineage).</p>
<p>With our understanding of genetic mutation and of the large amount of non-functional DNA we can make yet another &#8220;tree of life.&#8221;  One way to build a tree based on genetic differences is to &#8220;unzip&#8221; the chromosomes of different species, and take the left half of one species and see how well it bonds to the right half of the other species.    Naturally the bonding will be 100% for the same species.  The greater the genetic similarity, the tighter the bond (measured by heat required to re-separate them).  Here are the results from this DNA-DNA binding technique <sup>3</sup>:<br />
<center></p>
<table width="235" border="1" align="center">
<tbody>
<tr>
<th>Species</th>
<th>Percent DNA Binding</th>
</tr>
<tr>
<td>Human</td>
<td style="text-align: center;">100</td>
</tr>
<tr>
<td>Chimpanzee</td>
<td style="text-align: center;">100</td>
</tr>
<tr>
<td>Gibbon</td>
<td style="text-align: center;">94</td>
</tr>
<tr>
<td>Rhesus monkey</td>
<td style="text-align: center;">88</td>
</tr>
<tr>
<td>Tarsier</td>
<td style="text-align: center;">65</td>
</tr>
<tr>
<td>Lemur</td>
<td style="text-align: center;">47</td>
</tr>
<tr>
<td>Mouse</td>
<td style="text-align: center;">21</td>
</tr>
<tr>
<td>Chicken</td>
<td style="text-align: center;">10</td>
</tr>
</tbody>
</table>
<p></center><br />
This certainly isn&#8217;t expected if each kind were separately created, especially when you consider that the vast majority of the sequences have <em>nothing to do with function</em>.  The dead genes, however, provide much more powerful corroboration of evolution than does this impressive result.</p>
<h3>Shared Typographical Errors</h3>
<p>The discovery of the high proportion of dead or &#8220;pseudo&#8221; genes provides corroboration of the Descent with Modification hypothesis in a startlingly different way.  To see how, let&#8217;s start with an analogy.</p>
<p>Imagine you are a teacher grading essays.  The essays are each a response to the same question you posed to the whole class.  You, of course, made clear to the students that they are to work separately, and that they are not to copy each other&#8217;s work.  So how do you tell whether matching passages in some of the returned essays were plagiarized or were just the result of a coincidentally similar choice of words in response to the same question?  What if 30 consecutive words were identical?  Well, that certainly is not likely, but what if in addition all the punctuation marks also matched exactly?  Well, now things are looking even worse for student honesty; but what if in addition to all of that, grammatical, spelling, and punctuation <em>errors</em> match exactly between the two passages and in exactly the same locations?  Well now the odds of a coincidence are so small as to be considered zero.  An extension of this kind of analysis can also reveal whether one person copied from another, or if two students each separately copied from the same third source, and whether each of those &#8220;child&#8221; copies were themselves copied by others, etc.  The &#8220;junk&#8221; genes, of which so much of DNA is made, allow just this type of analysis on gene &#8220;copying&#8221; between species.</p>
<p>As mentioned earlier, mutations can prevent a gene from making anything at all.  A gene is just a long run of code (often made up of thousands of the code letters A, T, C, and G) that when read produces, for example, an entire protein.  If mutations occur at critical locations , then that protein may not be made at all.  Such a mutation would render the whole string of code, of some thousands of letters, &#8220;dead.&#8221;  Since only a few errors in a string of thousands can make a gene non-functional, then an analysis of the string can often reveal what the gene <em>originally</em> coded for.</p>
<p>For example, humans and the other primates require vitamin C in their diets.  In humans and primates, vitamin C (ascorbic acid) deprivation will lead to debilitating diseases such as scurvy.  &#8220;So what?&#8221; you ask?  Well, this dependence on vitamin C is the exception among mammals, since, besides primates and the guinea pig, other mammalian species produce an enzyme protein that allows their bodies to synthesize their own vitamin C.  This enzyme protein is called LGGLO (which, if you must know, stands for L-gulono-gamma-lactone-oxidase).  Now, the LGGLO gene that codes for this protein has been identified.</p>
<p>Under the evolutionary hypothesis all mammals inherited the LGGLO gene from a common ancestor.  Any mutation that would render this gene nonfunctional in any of this common ancestor&#8217;s descendent species would be pretty rare, and when it did occur it would be fatal unless the gene were no longer needed, such as if the diets of those affected species just happened to be rich in vitamin C.  Now what if one of these descendent species develops a mutation in the LGGLO gene that &#8220;kills&#8221; the gene—that is, makes it a dead gene?  Well, as I mentioned above, this would only be a problem if the diet of this species is not rich in vitamin C.  Bu what if this species with a dead LGGLO does have a diet rich in vitamin C, and it branches into multiple descendent species of its own over the course of evolution?  Well, now we have a testable prediction.   If Descent with Modification is true, we would expect that this same dead gene would appear in each of those descendent species.  In the case of the primates those descendent species are alive today, and include us.  The prediction is confirmed: that broken relic of a once working LGGLO gene has indeed been found in humans and in the other primates. <sup>4</sup></p>
<p>Now humans and the other primates are believed to share a recent common ancestor based on an enormous array of other converging lines of evidence that have <em>nothing to do</em> with the LGGLO gene—such as morphological, other genetic, molecular, and fossil lines of evidence.  So the additional fact that humans and primates <em>as a group</em> need vitamin C in their diets, and the fact that this condition is extremely rare among the mammals, suggests yet another very specific testable prediction—namely, that the particular genetic &#8220;typo&#8221; that makes this LGGLO gene &#8220;dead&#8221; would be the exact <em>same</em> typo in humans as it is in the other primates.  The reason we would expect this is that any number of potential defects can &#8220;kill&#8221; a gene, so if the defect occurred independently in each primate, then it would be extremely unlikely to be the result of the same typo each time—and it would certainly be completely mysterious why such a cluster of independent events would target the primates <em>as a group</em> when it is extremely rare among all mammals.  This &#8220;identical typo&#8221; prediction for the primates/human relationship has now been confirmed:  &#8220;A small section of the GLO pseudogene sequence was recently compared from human, chimpanzee, macaque and orangutan; all four pseudogenes were found to share a common crippling single nucleotide deletion that would cause the remainder of the protein to be translated in the wrong triplet reading frame.&#8221; <sup>5</sup></p>
<p>It is important to see that the strength of this prediction in no way depends on primates being the <em>only</em> group of species with a dead LGGLO gene.  The strength of the prediction comes from two powerful facts: first, that the mutation is extremely <em>rare</em> among mammals but found in <em>all</em> primates <em>as a group</em> (why would this be if the primates are not related?); and second, that for primates <em>as a group</em> the gene is not just dead, but dead from <em>precisely the same genetic typographical error</em>.  Now it shouldn&#8217;t be very surprising if we find a dead LGGLO gene in some other mammalian species that does not share a common ancestor with the primates, so long as it is a rare find.  This is so because it is certainly conceivable for a mutation that kills the LGGLO gene to appear <em>independently</em> in another lineage; however, the strong expectation is that if it did occur independently, then the genetic typo involved would be a <em>different</em> typo from the one found in the primates. This is the expectation, for example, in the case of the guinea pig, which is an example of another rare occurrence of a mammalian species with a dead LGGLO gene.</p>
<p>So the LGGLO case is yet another powerful independent line of evidence that converges with so many others.  The creationist has to explain not just how each of these lines of evidence might be wrong, but how, if they are wrong, they all point to the same answer.  Convergence makes appeals to potential errors extremely implausible since it relies on either a fantastic coincidence (that all these errors are just coincidentally consistent with a single theory), or a fantastic conspiracy (that all international universities have been secretly colluding to hide the truth for over a century).  If the LGGLO case is an example of degeneration after the Fall, then why did it just happen to primates and humans <em>as a group</em> in such a way as to independently corroborate that identical grouping constructed from all the other <em>independent</em> sources already mentioned (fossil layering, morphology, etc.) —was it to &#8220;test our faith&#8221;?</p>
<p>A functional gene that is rendered useless and then persists as a dead gene in the population is rare because most such errors are fatal or horribly debilitating (In the case of LGGLO, the primate diet was rich in vitamin C, so its loss was not a disadvantage).  A more common error found is that of gene duplication, which occurs during the DNA replication process.  It is as if in copying a book someone copies the same paragraph or page twice.  Since one gene is functional, and the copy usually defective and nonfunctional (i.e., dead), mutations can accumulate in the defective copy without affecting the animal carrying it, since they have a second working copy.  Consequently, more of this type of dead gene is found than is the other type.</p>
<p>One example (of many) of duplicated dead genes is the gene that codes for an enzyme that is involved in the metabolism of steroid hormones.  Right next to this gene in humans is a defective copy of the <em>same gene</em>; that is, it&#8217;s a non-functional, &#8220;dead&#8221; copy of the still functional gene right next to it.  Many mutations can render the copy dead; in this case, the particular typo that ruins this gene copy is the deletion of a particular string of just 8 letters (out of a much, much larger number of letters).  Now, Chimpanzees have the same dead gene and here is the &#8220;smoking gun&#8221;:  Chimpanzees have the exact same 8 letter deletion.<sup>6</sup>  <em>This is important: they don&#8217;t just have the same dead gene, they have the same typographical error that we do in a very large &#8220;book&#8221; of letters</em>.</p>
<p>Any appeal to &#8220;similar design for similar function&#8221; is irrelevant here since these are <em>non-functional</em> errors.  Any appeal to &#8220;degeneration since the Fall&#8221; is also irrelevant, unless one is to assume that God intervenes directly to cause this degeneration by first creating redundant copies of a gene and then targeting particular letters out of many thousands in the genetic code, and <em>only in those animals that are grouped closely together based on comparative anatomy and fossil layering</em>.  Keep in mind that this is only one of many examples of specific typos in the same locations of dead genes that are shared between humans and primates.</p>
<p>Of course, God can <em>do anything</em> (which is why saying &#8220;Because God did it that way&#8221; explains nothing), but if He did, it only serves to create false corroboration of evolution.  If we allow for that type of explanation, then we can just as easily accept that the universe was created ten minutes ago with our memories in tact, and that all evidence to the contrary is either a test, or just &#8220;because God did it that way for His reasons, which we are too lowly to comprehend&#8221;).  Again, not only can <em>anything</em> be believed under such an approach, but it also denies us any insights in to the workings of nature since it undermines <em>all</em> of science.</p>
<h3>What else did all those dead genes code for?</h3>
<p>Those dead and dormant genes code for some strange things, indeed—but unsurprising from an evolutionary framework.  For example, embryonic tissue from the jaw of a chicken was induced to grow teeth.<sup>7</sup>  Please pause and consider the significance of this: <em>genes for teeth are in the chicken&#8217;s DNA</em>, but ignored because the chemical signal that activates them no longer occurs.  Of course, this experiment proves that the genes for teeth <em>are in there</em>.  Why a creator would give chickens the genes for teeth, but keep them turned off, is something difficult to image without the help of a qualified creationist.</p>
<p>To recap up to this point, we&#8217;ve seen that a conclusion of descent with modification is corroborated by a tree of life based <em>only</em> comparative anatomy; and again independently corroborated by a tree based <em>only</em> on the position of extinct species in the fossil layers; and again independently corroborated by a tree based <em>only</em> on DNA, which is made up largely of code that doesn&#8217;t do anything; and again independently corroborated by the pattern of shared identical typographical errors in the dead genes found in DNA; and again independently corroborated by the kinds of things those dead genes used to code for—things like teeth in chickens, which fits with where chickens are in a tree of life with respect to their toothed, reptilian  ancestors.</p>
<h3>Embryology</h3>
<p>Earlier I described DNA as a kind of recipe.  This analogy is apt because the form of the final organism depends on the precise timing of various other genes during embryological development.  Indeed, embryological structures are an important factor in identifying homologous structures (as they were for the earlier taxonomists such as the anti-Darwinian, Richard Owen, mentioned above).</p>
<p>A gene typically doesn&#8217;t create an anatomical feature all by itself; instead, the feature arises from the action of the gene working in concert with many other genes, and with each operating under a complex schedule of timing.  Modifications of genes that control timing can cause some features to be suppressed, others to be dramatically modified, and still others that are partially developed at one stage of embryological developed to be completely erased at a later stage.  Because genes work in this manner, we would expect that the developing embryo will sometimes reveal certain aspects of its evolutionary past.</p>
<p>Examples of this include the whalebone whale and the anteater, both of whom develop teeth in an early embryological stage only to reabsorb them in a later embryological stage <em>before</em> birth.<sup>8</sup> (Actually, this example also demonstrates the presence of teeth genes in yet more toothless animals, like the chicken.)  Terrestrial salamanders at one stage develop both fins and gills, but then lose them <em>before</em> hatching.</p>
<p>Not only do examples like this show the presence of silent genes for characteristics alien to the definition of the species in which we find them, but these dormant traits are consistent with the placement of these animals in the tree of life as having descended from species that did express these traits: birds descended from toothed reptiles, amphibians descending from an ancestral fish, etc.</p>
<p>Of course, this embryological process may not cause complete disappearance of ancestral traits as it did in the above examples.  When they don&#8217;t completely disappear, but are still nonfunctional, the structures are described as &#8220;vestigial.&#8221;  Flightless beetles, for example, have wings that remain forever sealed under permanently fused wing covers.  Even Darwin commented on many such examples, including that of the rudimentary hind legs found in Boa Constrictors.  Seeming to anticipate that some might claim these to have an as yet unknown function, Darwin asked, &#8220;why&#8230;have they not been retained by other snakes, which do not possess even a vestige of these same bones?&#8221;<sup>9</sup></p>
<h3>Biogeography</h3>
<p>This final section is perhaps the most straightforward and certainly one of the most persuasive stand-alone bits of evidence that support Descent with Modification (in other words, even if it weren&#8217;t corroborated by all the independent lines of evidence we&#8217;ve discussed so far).  Based on Descent with Modification, if one species is the descendent of another, then there had to be some geographical continuity from where the parent species is found to where the child species is found—they had to be able to get there.</p>
<p>Of course, if this geographical continuity were broken at some point in the past, then there are predictable consequences—but only if Descent with Modification is true.  Without going into the many examples of biodiversity that support Descent with Modification, I will focus only on the Australia example, since it alone is such an overwhelmingly persuasive example—particularly against any notion that all of today&#8217;s air-breathing species came from one point on the globe, such as from an &#8220;Ark.&#8221;</p>
<p>Deeper layers of the fossil record show that marsupial mammals (pouched mammals like the kangaroo) were more common than placental mammals (mammals like us that gestate their young inside their bodies with the use of a placenta).  During this time (i.e., in these layers) some parts of the world were populated <em>only</em> by marsupial mammals, including the land mass that would eventually become Australia.  Shallower (more recent) layers of the fossil record show that placental mammals had displaced the marsupials over much of the earth.</p>
<p>But what if a barrier appeared before the expanding placentals could invade a particular area that had been occupied only by marsupials?  For example, what if a peninsula that had been occupied only by marsupials, became an island <em>before</em> the new placentals migrated there?  Well, Descent with Modification would predict that the isolated marsupials might not only survive, but fill many, if not all, of the same ecological niches that placental mammals occupy elsewhere in the world.  In other words, they would evolve many <em>analogies</em> to placentals, and only in one place: their isolated island.</p>
<p>Of course, this is exactly what we see in Australia.  In the table below<sup>10</sup>, keep in mind that all of the animals in the Marsupial column are more closely related to each other than they are to their counterparts in the other column.  This is an extremely telling observation; it really should make you say, &#8220;Wow!&#8221;</p>
<p>Consider that the Tiger cat is more closely related to the marsupial mouse than it is to the Bob Cat, which looks superficially almost the same.  The same can be said about the Tasmanian Wolf, which looks almost identical to a &#8220;regular&#8221; wolf, but is also in fact a closer relative to the Marsupial mouse, who for all the world looks like a &#8220;regular&#8221; mouse.<br />
<center></p>
<table border="1" align="center">
<tbody>
<tr>
<th>Placental</th>
<th>Marsupial</th>
</tr>
<tr>
<td>Wolf</td>
<td>Tasmanian Wolf</td>
</tr>
<tr>
<td>Flying Squirrel</td>
<td>Flying Phalanger</td>
</tr>
<tr>
<td>Mouse</td>
<td>Marsupial Mouse</td>
</tr>
<tr>
<td>Mole</td>
<td>Marsupial Mole</td>
</tr>
<tr>
<td>Anteater</td>
<td>Numbat</td>
</tr>
<tr>
<td>Bob Cat</td>
<td>Tasmanian Tiger Cat</td>
</tr>
<tr>
<td>Lemur</td>
<td>Spotted Cuscus</td>
</tr>
</tbody>
</table>
<p></center><br />
Keep in mind that all these marsupial species exist in only <em>one part</em> of the world.  Fascinating to be sure, though this is not only <em>explained</em> by Descent with Modification, it is practically <em>expected</em>.  Moreover, it adds yet another independent cross-check of the tree you get based only on the comparative anatomy of marsupials and placentals, which, in turn, is independently cross-checked by the tree drawn only from the layer positions of fossils, which is cross-checked by the tree based on biochemistry, etc., etc.</p>
<p>On the other hand, this is not only completely inexplicable under the creationist &#8220;model,&#8221; but it actually <em>falsifies</em> that &#8220;model.&#8221;  What can the creationist say about such a pattern in biogeography?  All they can say is that God created parallel versions of each of these animals (which alone contradicts &#8220;similar structures for similar functions&#8221;), that they left the Ark at the same time from Mt. Ararat and that somehow the marsupial mouse, Tasmanian wolf, Tiger Cat and the many, many other marsupial species (not shown in the table) that exist only in Australia all cooperated <em>as a group</em> to get to get to Australia ahead of all placental mammals.  As Philip Kitcher puts it,</p>
<div>Some marsupials—wombats, koalas, and marsupial moles, for example—move very slowly.  Koalas are sedentary animals, and it is difficult to coax them out of the eucalyptus trees on which they feed&#8230;The idea of any of these animals engaging in a hectic dash around the globe is patently absurd (On the evolutionary account, of course, they are all descendents of ancestral marsupials who had millions of years to reach their destinations)<sup>11</sup></div>
<p>If they all started at the same time in the same place, as the creationists claim, what was it about their lack of a placenta that made them move <em>as a group, predator and prey, large and small</em> ahead of very fast placental predators to just this one part of the globe?  Without a direct Divine assist, it&#8217;s hard to imagine a coherent explanation.</p>
<h3>Conclusion</h3>
<p>Let&#8217;s think back to the original example of the court case that we discussed at the very beginning.  Can analog watches be wrong? Of course.  Can certain fossils be misidentified, or identified as coming from the wrong layers? Of course.  Can digital watches make mistakes? Definitely.  Are animals sometimes misclassified based on their anatomies? Definitely.  What about the timing of the 5 O&#8217;clock news—is it <em>infallible</em>? Definitely not.  What about the reading of DNA sequences—is it infallible? Definitely not.</p>
<p>But just as in the court case, such criticisms miss the whole point.  In the court case example, we don&#8217;t believe the suspect is guilty <em>just</em> because of what someone&#8217;s watch said, or <em>just</em> because someone heard the 5 O&#8217;clock news coming on at 5 O&#8217;clock, or just because someone heard the 5 O&#8217;clock whistle blow.  We believe it, because what someone&#8217;s watch said was the <em>same thing</em> as what the timing of the 5 O&#8217;clock news was telling us, which was the <em>same thing</em> as what the timing of the 5 O&#8217;clock whistle was telling us.  In other words, we believe because of the <em>agreement</em> between multiple independent sources (not to mention the agreement between multiple samples from the same source—e.g., many watches of different types).</p>
<p>When you find yourself talking about highly technical minutia regarding some particular measurement or method, remember that one particular measurement or one particular method is not why scientists believe that evolution is true.  The critic of Evolution has to show not how a measurement or method may be wrong (we all know <em>that</em>), but how all of the thousands of different measurements using many different independent methods come up with the <em>same wrong answer</em>.  In the court case, ask yourself what the odds are that all those analog and digital watches were all broken in different ways, but still all said 5 O&#8217;clock at the same time; and further that this matched the mis-scheduling of the 5 O&#8217;clock news, which in turn, coincided with the mis-scheduling of the 5 O&#8217;clock whistle.  This conspiracy of errors would have to ensure that as a group they all agreed it was 5:00 PM when it was really, say, 2:02 PM.</p>
<p>It is in fact likely that errors <em>will</em> be made, precisely for the reasons creationists give: these techniques are <em>not perfect</em>.  However, if the prosecution is to have a convincing case, errors should appear as a couple of watches that said it was 4:35 or 5:20, with one perhaps saying it was 11:00 AM, but with the overwhelming majority of independent measurements and methods showing tight agreement around 5 O&#8217;clock, plus or minus a minute or two.  Naturally that would be extremely convincing, and the errors would be recognized as statistical outliers—due precisely to the known fallibility of <em>individual</em> measurements.  This is precisely why science doesn&#8217;t consider any theory strong on a few data points, but only when there are a many data points and a good deal of independent corroboration.  Keep in mind that errors and unexpected results <em>are reported</em> with the rest of the data.  This is how science accounts for the fallibility of measurements, and the imperfections of individual scientists.</p>
<p>So it is with evolution.  To the creationist one has to ask: How did all the possible errors that <em>could</em> happen in any separate case not only <em>did</em> happen, but conspired together so that <em>as a group</em> they would have tight agreement around the <em>same</em> wrong answer?  That is what we mean by independent corroboration; that is what we mean when we say that a theory is well supported by the evidence; and that is what the critic needs to explain.  Indeed, his or her alternative theory must not only explain the same phenomena, but must <em>account for that agreement</em>, and not simply point to the obvious fact that mistakes can be made, or that some questions remain, as they do in every field of science.</p>
<hr align="left" size="1" width="30%" />
<p><sup>1</sup> Arthur N. Strahler, <em>Science and Earth History: The Evolution / Creation Controversy</em> (Buffalo: Prometheus Books, 1987), p. 108.</p>
<p><sup>2</sup> Adapted from Joel Cracraft, &#8220;Systematics, Comparative Biology, and the Case Against Creationism,&#8221; in <em>Scientists Confront Creationism</em>, ed. Laurie R. Godfrey (New York: W. W. Norton &amp; Company, 1983), p. 171.</p>
<p><sup>3</sup> Adapted from Strahler, p. 352</p>
<p><sup>4</sup> Edward E. Max, &#8220;Plagiarized Errors and Molecular Genetics,&#8221; <em>Creation/Evolution</em> XIX (1986) , p. 34.  Reprinted and updated 7/12/99 in TalkOrigins.</p>
<p><sup>5</sup> Ibid.</p>
<p><sup>6</sup> Kawaguchi, <em>American Journal of Human Genetics</em> 50:766-80 (1992), cited in Max.</p>
<p><sup>7</sup> E.J. Ckollar and C. Fisher, Science 207:993 (1980) cited cited in Douglas J. Futuyma, <em>Science on Trial: The Case for Evolution</em> (Sunderland: Sinaur Associates, 1995), p. 48.</p>
<p><sup>8</sup> Stephen Jay Gould, &#8220;Evolution as Fact and Theory,&#8221; in <em>Science and Creationism</em>, ed. Ashley Montagu (New York: Oxford University Press, 1984), p. 122.; see also, Futuyma, p. 189.</p>
<p><sup>9</sup> Quoted in Futuyma, p. 49.</p>
<p><sup>10</sup> Adapted from Tim M. Berra, <em>Evolution and the Myth of Creationism</em> (Stanford: Stanford University Press, 1999), Fig. 16.</p>
<p><sup>11</sup> Philip Kitcher, <em>Abusing Science: The Case Against Creationism</em>  (Cambridge: The MIT Press, 1993), pp. 141.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethoughtdebater.org/2011/12/30/evolution-converging-lines-of-evidence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
