You are on page 1of 69

DRAFT.

DRAFT 10/17/2008
Comments
are welcome.

Emergence Explained:
Getting epiphenomena to do real work
Russ Abbott
Department of Computer Science
California State University, Los Angeles
Los Angeles, California
Russ.Abbott@GMail.com

Abstract. Emergence—macro-level ef- level entities but (b) that interactions


fects from micro-level causes—is at the among such higher-level entities is epi-
heart of the conflict between reduction- phenomenal in that they can always be
ism and functionalism. How can there be reduced to primitive physical forces. In
autonomous higher level laws of nature other words, epiphenomena, which we
(the functionalist claim) if everything will identify with emergent phenomena,
can be reduced to the fundamental forces do real higher-level work. The proposed
of physics (the reductionist position)? perspective provides a framework for
We cut through this debate by applying a understanding many thorny issues in-
computer science lens to the way we cluding the nature of entities, stigmergy,
view nature. We conclude (a) that what the evolution of complexity, phase trans-
functionalism calls the special sciences itions, supervenience, and downward en-
(sciences other than physics) do indeed tailment. We also discuss some practical
study autonomous laws and furthermore considerations pertaining to systems of
that those laws pertain to real higher systems and the limitations of modeling.

Emergence Explained:......................................................................................................1
Getting epiphenomena to do real work.......................................................................1
Russ Abbott...................................................................................................................1
1 Introduction.....................................................................................................................4
2 Background and foundations..........................................................................................6
2.1 Functionalism...........................................................................................................7
2.2 Reductionism............................................................................................................7
2.3 Epiphenomena..........................................................................................................9
2.4 Supervenience.........................................................................................................10
2.5 Fundamental forces and strong emergence.........................................................11
2.6 Historical accidents and the environment...........................................................13
3 Emergence in the Game of Life....................................................................................15

Emergence Explained 1/69


DRAFT 10/17/2008

3.1 Epiphenomenal gliders..........................................................................................16


3.2 Gliders in our physics world.................................................................................16
3.3 The Game of Life as a programming platform...................................................16
3.4 Game of Life anthropologists................................................................................18
3.5 Keeping score.........................................................................................................19
3.6 Defining emergence................................................................................................19
4 Implications of emergence............................................................................................21
4.1 Non-reductive regularities.....................................................................................21
4.2 Downward entailment...........................................................................................22
4.3 Reduction proofs....................................................................................................22
4.4 Downward entailment as science..........................................................................23
4.5 The reality of higher level abstractions................................................................23
4.6 Abstractions and abstract designs........................................................................25
4.7 Phase transitions....................................................................................................26
4.8 The constructionist hypothesis revisited..............................................................27
5 Entities...........................................................................................................................28
5.1 Entities, entropy, designs, and functionality........................................................29
5.2 Entities at an energy equilibrium.........................................................................30
5.3 Entities and emergence are fundamental............................................................31
5.4 Dissipative structures.............................................................................................31
5.5 Integrating dissipative structures and at-equilibrium entities..........................33
5.6 Autonomous entities...............................................................................................33
5.7 A naturally occurring autonomous entity that is neither biological nor social
........................................................................................................................................35
5.8 Natural and artificial autonomous entities..........................................................35
5.9 Autonomous entities and phase transitions.........................................................35
5.10 Autonomous entities and energy flows...............................................................36
5.11 Theseus’s ship.......................................................................................................36
5.12 Autonomous entities may act in the world.........................................................37
5.13 Autonomous entities tend not to supervene over their static components .....37
5.14 Entities, objects, and agents................................................................................38
5.15 Thermodynamic computing: nihil ex nihilo......................................................39
5.16 Minimal autonomous entities..............................................................................40

Emergence Explained 2/69


DRAFT 10/17/2008

6 The evolution of complexity..........................................................................................40


6.1 Stigmergy................................................................................................................40
6.2 Design and evolution..............................................................................................42
6.3 The accretion of complexity..................................................................................42
6.4 Increasing complexity increasing efficiency, and historical contingency..........44
7 Entities, emergence, and science..................................................................................45
7.1 Entities and the sciences........................................................................................45
7.2 Science and emergence..........................................................................................45
8 Varieties of Emergence..................................................................................................47
8.1 Static emergence.....................................................................................................47
8.2 Dynamic emergence..............................................................................................48
8.3 Non-stigmergic dynamic emergence....................................................................48
8.4 Dynamic emergence and grand reductionism.....................................................48
8.5 Stigmergic emergence............................................................................................49
9 Some practical considerations.......................................................................................50
9.1 Emergence and software.......................................................................................50
9.2 Bricolage as design.................................................................................................50
9.3 Infrastructure-centric development.....................................................................51
9.4 Service refactoring and the age of services..........................................................52
9.5 A possible undesirable unintended consequence.................................................52
9.6 Modeling: the difficulty of looking downward....................................................53
9.7 Modeling: the difficulty of looking upward.........................................................54
10 Concluding remarks....................................................................................................55
10.1 Computer Science and Philosophy ....................................................................55
10.2 Constructive science.............................................................................................56
11 Acknowledgement .......................................................................................................56
12 Appendix. Game of Life Patterns................................................................................62
12.1 Live cell groups....................................................................................................62
12.2 Basic patterns: temporal sequences of live cell groups.....................................62
12.3 BP is recursively enumerable..............................................................................64
12.4 Game of Life patterns: combinations of basic patterns...................................65

Emergence Explained 3/69


DRAFT 10/17/2008

1 Introduction In a review of Holland’s book, Cosma


Although the field of complex systems is Shalizi wrote the following.
relatively young, the sense of the term Someplace … where quantum
emergence that is commonly associated field theory meets general re-
with it—that micro phenomena often lativity and atoms and void
give rise to macro phenomena1—has merge into one another, we
been in use for well over a century. The may take “the rules of the
article on Emergent Properties in the game” to be given. But the
valuable online Stanford Encyclopedia rest of the observable, exploit-
of Philosophy [O'Connor] begins as fol- able order in the universe —
lows. benzene molecules, PV = nRT,
Emergence [has been] a no- snowflakes, cyclonic storms,
torious philosophical term of kittens, cats, young love,
art [since 1875]. … We might middle-aged remorse, financial
roughly characterize [its] euphoria accompanied with
meaning thus: emergent entit- acute gullibility, prevaricating
ies (properties or substances) candidates for public office,
‘arise’ out of more fundament- tapeworms, jet-lag, and unfold-
al entities and yet are ‘novel’ ing cherry blossoms — where
or ‘irreducible’ with respect to do all these regularities come
them. … Each of the quoted from? Call this emergence if
terms is slippery in its own you like. It’s a fine-sounding
right … . There has been re- word, and brings to mind
newed interest in emergence southwestern creation myths
within discussions of the beha- in an oddly apt way.2
vior of complex systems. The preceding is a poetic echo of the po-
In a 1998 book-length perspective on his sition expressed in a landmark paper
life’s work [Holland], John Holland, the [Anderson] by Philip Anderson when he
inventor of genetic algorithms and one distinguished reductionism from what he
of the founders of the field of complex called the constructionist hypothesis,
systems, offered an admirably honest ac- with which he disagrees, which holds
count of the state of our understanding that the
of emergence. “ability to reduce everything to
It is unlikely that a topic as simple fundamental laws …
complicated as emergence will implies the ability to start from
submit meekly to a concise those laws and reconstruct the
definition, and I have no such universe”
definition to offer.
2
Shalizi also offers his own definition of
emergence on his website [Shalizi] as follows.
1
Recently the term multiscale has gained One set of variables, A, emerges from another, B if
favor as a less mysterious-sounding way to refer to (1) A is a function of B, i.e., at a higher level of
this macro-micro interplay. The fact that abstraction, and (2) the higher-level variables can
multiscale sounds more scientific, however, does be predicted more efficiently than the lower-level
not reflect a correspondingly clearer understanding ones, where "efficiency of prediction" is defined
of the phenomenon itself. using information theory.

Emergence Explained 4/69


DRAFT 10/17/2008

In a statement that is strikingly consist- “[The] workings of all the an-


ent with the Stanford Encyclopedia of imate and inanimate matter of
Philosophy “common understanding” of which we have any detailed
emergence offered above, Anderson ex- knowledge are all … controlled
plained his anti-constructionist position. by the same set of fundament-
At each level of complexity en- al laws [of physics]. … [W]e
tirely new properties appear. … must all start with reduction-
[O]ne may array the sciences ism, which I fully accept.”
roughly linearly in [the follow- In the rest of this paper, we elaborate and
ing] hierarchy [in which] the extend the position that Anderson set
elementary entities of [the sci- forth. We hope to offer a coherent ex-
ence at level n+1] obey the planation for how nature can be both re-
laws of [the science at level n]: ductive and non-reductive simultan-
elementary particle physics, eously.
solid state (or many body) Much of our approach is derived from
physics, chemistry, molecular concepts borrowed from Computer Sci-
biology, cell biology, …, ence—which more than any other hu-
psychology, social sciences. man endeavor has had to deal, on the
But this hierarchy does not im- most concrete terms, with the question
ply that science [n+1] is ‘just of how one can operate on many levels
applied [science n].’ At each simultaneously. How is it possible for
[level] entirely new laws, con- such the amazing panoply of functional-
cepts, and generalization are ity created by software to emerge from
necessary. … Psychology is not (nothing but) electrons in motion?
applied biology, nor is biology
applied chemistry. … The The rest of this paper is organized as fol-
whole becomes not only more lows.
than but very different from • Section 2 develops basic concepts. It
the sum of its parts. explores the notions of reductionism
Although not so labeled, the preceding and functionalism, and it character-
provides a good summary of the position izes their differences and points of
known as functionalism (or in other con- agreement. It defines the term epi-
texts as non-reductive physicalism), phenomenon. It explicates the notion
which argues that autonomous laws of of supervenience and points out an
nature appear at many levels. important limitation. It argues that
one must chose between force reduc-
Anderson thought that the position he tionism and the position that new
was taking was radical enough—how forces of nature come into being
can one be a reductionist, which he mysteriously.
claimed to be, and at the same time ar-
gue that there are autonomous sciences • Section 3 uses the Game of Life to il-
—that it was important to reaffirm his lustrate and then to define emer-
adherence to reductionism. He summed gence.
this up as follows. • Section 4 explores some of the im-
plications of our definition. It defines

Emergence Explained 5/69


DRAFT 10/17/2008

the notion of downward entailment. 2 Background and founda-


It discusses the reality of higher level tions
abstractions, and it offers a novel We begin by contrasting reductionism
view of phase transitions. and functionalism. We use papers writ-
• Section 5 defines the notion of an en- ten by Steven Weinberg, a reductionist
tity as a persistent region of reduced physicist, and Jerrold (Jerry) Fodor, a
entropy. It relates the concepts of en- functionalist philosopher, as our points
tities, dissipative structures, and au- of departure.
tonomy. It shows why emergence is a • Weinberg, a professor of physics at
fundamental feature of nature. It dis- the University of Texas, Austin, was
tinguishes natural from artificial awarded the Nobel prize in physics
autonomous entities. It shows why for his work on unifying the weak
supervenience is not as powerful a and electromagnetic forces. He is an
concept as one might have hoped. It articulate spokesperson for a con-
discusses the conceptual limitations structivist-like form of reductionism,
Computer Science suffers as a result the position that all of science can be
of its self-imposed exile to a world reduced to and are mathematical
of free energy. consequences of the laws of physics.
• Section 6 discusses stigmergy, histor- He presented his views in “Reduc-
ical contingency, and the evolution tionism Redux” [Weinberg], an essay
of complexity. in which he responded to position
papers of participants in a debate on
• Section 7 presents additional implic- reductionism held in 1992 at Jesus
ations for science of entities, emer- College, Cambridge University.
gence, and complexity.
• Fodor, a professor of philosophy at
• Section 8 presents a framework for Rutgers, is one of the founders of
the varieties of emergence that we functionalism, the position that regu-
discuss. larities appear at all levels of science
• Section 9 offers some practical ad- and that these regularities are not re-
vice. about service-oriented architec- ducible to physics. He reviewed
tures, stove-piped systems, and the [Fodor 98] his position in “Special
limitations of modeling. Sciences; Still Autonomous after All
These Years,” which he wrote in
• Section 10 provides brief a summary reply to a more reductionist position
and includes a remark about an area taken [Kim ’92, ‘93] by Jaegwon
for future investigation. Kim, a professor of philosophy at
Brown University.
• The Appendix offers a formal defini-
tion of Games of Life patterns such In the end we will claim that it was
as the glider. It shows how such pat- neither the reductionist Weinberg nor the
terns can be used to create an API of functionalist Fodor but Anderson—who
patterns. It presents some basic un- proposed a marriage between reduction-
solvability results. ism and functionalism—who was right.3
3
All of the extracts from Anderson,
Fodor, and Weinberg are from the three papers
cited above. The emphases in the extracts are all in

Emergence Explained 6/69


DRAFT 10/17/2008

Our job will be to show how the improb- So, then, why is there any-
able couple can live happily ever after. thing except physics? … Well, I
admit that I don’t know why. I
2.1 Functionalism don’t even know how to think
Functionalism [Fodor 74] holds that about why. I expect to figure
there are so-called ‘special sciences’ (in out why there is anything ex-
fact, all sciences other than physics and cept physics the day before I
perhaps chemistry) that study regularit- figure out why there is any-
ies in nature that are in some sense thing at all … .
autonomous of physics. In [Fodor 98]
Fodor wrote the following reaffirmation So, like Holland, Fodor throws up his
of functionalism. hands with respect to explaining emer-
gence.
The very existence of the spe-
cial sciences testifies to the re- One of the tenets of functionalism is that
liable macrolevel regularities within any domain, it is the regularities
that are realized by mechan- that appear at the level of phenomena
isms whose physical substance with which the domain is concerned that
is quite typically heterogen- are important. It is not significant how
eous. Does anybody really those regularities are realized in terms of
doubt that mountains are lower level phenomena—both because
made of all sorts of stuff? Does that doesn’t matter and because they can
often be implemented in any of a num-
anybody really think that,
ber of ways. A term commonly used in
since they are, generalization
Functionalism is multiple realizability,
about mountains-as-such
which refers to the notion that many reg-
won’t continue to serve geo-
ularities (many functions) can be real-
logy in good stead? Damn near
ized in multiple ways. As Fodor remarks,
everything we know about the
world suggests that unimagin- that’s why references to can
ably complicated to-ings and openers, mousetraps, cam-
fro-ings of bits and pieces at shafts, calculators and the like
the extreme microlevel man- bestrew the pages of function-
age somehow to converge on alist philosophy. To make a bet-
stable macrolevel properties. ter mousetrap is to devise a
new kind of mechanism whose
Although Fodor does not use the term,
behavior is reliable with re-
the phenomena studied by the special
spect to the high-level regular-
sciences are the same sort of phenomena
ity “live mouse in, dead mouse
that we now call multiscale, i.e., emer-
out.”
gent.
Why is there emergence? Fodor contin- 2.2 Reductionism
ues as follows. Taking the other side of the debate is
Steven Weinberg, one of the most articu-
[T]he ‘somehow’ [of the pre-
late defenders of reductionism. Weinberg
ceding extract] really is en-
distinguishes two kinds of reductionism.
tirely mysterious … .
We ought first of all to distin-
the originals. guish between what (to borrow

Emergence Explained 7/69


DRAFT 10/17/2008

the language of criminal law) I Weinberg continues his explication of


like to call grand and petty re- grand reductionism by using the weather
ductionism. Grand reduction- as an example.
ism is … the view that all of [T]he reductionist regards the
nature is the way it is (with general theories governing air
certain qualifications about ini- and water and radiation as be-
tial conditions and historical ing at a deeper level than the-
accidents) because of simple ories about cold fronts or thun-
universal laws, to which all derstorms, not in the sense
other scientific laws may in that they are more useful, but
some sense be reduced. Petty only in the sense that the lat-
reductionism is the much less ter can in principle be under-
interesting doctrine that things stood as mathematical con-
behave the way they do be- sequences of the former. The
cause of the properties of their reductionist program of phys-
constituents: for instance, a ics is the search for the com-
diamond is hard because the mon source of all explanations.
carbon atoms of which it is …
composed can fit together
neatly. … Reductionism … provides the
necessary insight that there
Petty reductionism is not worth are no autonomous laws of
a fierce defense. … In fact, weather that are logically inde-
petty reductionism in physics pendent of the principles of
has probably run its course. physics. … We don't know the
Just as it doesn't make sense final laws of nature, but we
to talk about the hardness or know that they are not ex-
temperature or intelligence of pressed in terms of cold fronts
individual "elementary" or thunderstorms. …
particles, it is also not possible
to give a precise meaning to Every field of science operates
statements about particles be- by formulating and testing
ing composed of other generalizations that are some-
particles. We do speak loosely times dignified by being called
of a proton as being composed principles or laws. The library
of three quarks, but if you look of the University of Texas has
very closely at a quark you will thirty-five books with the title
find it surrounded with a cloud "Principles of Chemistry" and
of quarks and anti-quarks and eighteen books with the title
other particles, occasionally "Principles of Psychology". But
bound into protons; so at least there are no principles of
for a brief moment we could chemistry that simply stand on
say that the quark is made of their own, without needing to
protons. be explained reductively from
the properties of electrons and
atomic nuclei, and in the same
way there are no principles of

Emergence Explained 8/69


DRAFT 10/17/2008

psychology that are free-stand- motion, which appears to be motion that


ing, in the sense that they do very small particles of non-organic ma-
not need ultimately to be un- terials are able to engage in on their
derstood through the study of own. Before Einstein, Brownian motion
the human brain, which in turn was a mystery. How could inanimate
must ultimately be understood matter move on its own? We now know
on the basis of physics and that Brownian motion is an epiphen-
chemistry. omenon of collisions of particles with
atoms or molecules.
Thus the battle is joined: are the higher
level sciences derived from physics? With this usage of epiphenomenon as a
guide we define an epiphenomenon as a
Before approaching this question, it is
phenomenon that can be described
reasonable to ask whether any common
(sometimes formally but sometimes only
ground exists between reductionism and
informally) in terms that do not depend
functionalism? To do that, we first exam-
on the underlying phenomena from
ine the concepts of epiphenomena and
which it emerges.4
supervenience. Then we explore the
status of the fundamental forces of phys- This is familiar territory for Engineering
ics and the possibility of the emergence and Computer Science. Requirements
of higher level forces. Finally we look at and specifications are by intention writ-
the role the environment and historical ten in terms that do not depend on the
accidents play in both reductionism and design or implementation of the systems
functionalism. that realize them. Requirements are writ-
ten before systems are designed, and
2.3 Epiphenomena specifications are intended specifically
If one doesn’t already have a sense of to be implementation-independent.
what it means, the term epiphenomenon
Although use of the term epiphenomena
is quite difficult to understand. Here is
in this context sounds strange, a require-
the WordNet definition [WordNet],
ments document or a system specifica-
which is representative.
tion is intended to describe epiphenom-
A secondary phenomenon that ena of systems that satisfy those require-
is a by-product of another phe- ments or that meet that specification.5
nomenon. Even though we just claimed that a spe-
It is not clear that this definition pins cification describes epiphenomena, our
much down. This definition is especially notion of epiphenomena is not the same
troublesome because the terms second- as the notion of functionality. From our
ary and by-product should not be inter- perspective epiphenomena exist only
preted to mean that an epiphenomenon is when there is an implementation. Epi-
separate from and a consequence of the phenomena are, first of all, phenomena.
state of affairs characterized by the “oth- A specification for a system that did not
er” phenomenon.
4
We suggest that a better way to think of We use the term emerges advisedly. We
will soon define emergent and epiphenomenal to
an epiphenomenon is as an alternative be synonyms.
way of apprehending or perceiving a 5
We are not holding our breath waiting
given state of affairs. Consider Brownian for a contracting officer to refer to a system’s inad-
equate epiphenomena.

Emergence Explained 9/69


DRAFT 10/17/2008

exist would not describe epiphenomena. tion of values to the elements of L but
It would describe the epiphenomena of different configuration of values to the
any system that satisfies that specifica- elements of H. In other words when a
tion, but that’s as far as one could go. state of affairs assigns values to predic-
From our perspective, there are no epi- ates in L, that fixes the assignments of
phenomena unless they are epiphenom- values to predicates of H.
ena of something. That is not the case Consider the following simple example.
with functionality, which is understood Let the domain be a sequence of n bits.
in the abstract. Let L be the statements: bit 1 is on; bit 2
It is reasonable to say that the function- is on; etc. Let H be statements of the
ality of most executing software is epi- sort: exactly 5 bits are on; an even num-
phenomenal. The computation con- ber of bits are on; no two successive bits
sidered as an abstraction may be defined are on; the bits that are on form the ini-
independently of the implementation. tial values in the Fibonacci sequence;
But the only real action is at the very etc.
lowest level. No matter how abstract H supervenes on L since any configura-
one’s software, one can always stop a tion of values of the statements in L de-
computation by pulling the plug on the termines the values of the statements in
computer. The computation as an ab- H.
stract epiphenomenon exists only be-
cause electrons are actually flowing. However, if we remove one of the state-
ments from L, e.g., we don’t include in L
2.4 Supervenience a statement about bit 3, but we leave the
A closely related term from the philo- statements in H alone, then H does not
sophical literature is supervenience. The supervene on L.
intended use of this term is to relate a To see why, consider the H statement
presumably higher level set of predicates
or properties6 (call this set H for higher) h1: an even number of bits is on.
to a presumably lower level set of pre- For concreteness, let’s assume that there
dicates or properties (call this set L for are exactly 5 bits. Let’s assume first, as
lower). The properties or predicates in H in the first line of Figure 1, that all the
and L are all presumed to be applicable bits except bit 3, the one for which there
to some common domain of discourse. is no L statement, are on. Thus since
H and L are each ways of characterizing there is no L statement about bit 3, all
the state of affairs of the underlying do- the L statements are true even though bit
main. For any particular state of affairs 3 is off. Since 4 of the 5 bits are on, h 1 is
in the domain of discourse, the predic- also true.
ates in H and L will each be either true Now, assume that bit 3 is on as in the
or false (or perhaps not applicable). second line of Figure 1. All the L state-
One says that H supervenes on (or over)
L if it is never7 the case that two states of 7
Some definitions require that not only is
affairs will assign the same configura- it never the case, it never can be the case. It does
make a formal difference whether we base super-
6
Since properties (e.g., the color of an ob- venience on a logical impossibility or on empirical
ject) may be expressed in terms of predicates about facts. We finesse that distinction by adopting the
that property, from here on we will speak only of rule of thumb of fundamental particle physicists: if
predicates. something can happen it will.

Emergence Explained 10/69


DRAFT 10/17/2008

ments are still true. But since 5 bits are some extent this is the case. When we
now on, h1 is now false. consider autonomous entities, however,
we shall see that supervenience is not as
Since we have found an H statement that
useful as one might have hoped. This is
has two different values for a single con-
one reason that emergence has been so
figuration of values of the L statements,
difficult to pin down.
H does not supervene over L.
One reason that supervenience is less
Although we have not attempted to trace
useful than one might have hoped may
its history, the notion of supervenience
be related to the difficulty one encoun-
may have originated as an attempt to
ters when using supervenience for infin-
capture the relationship between epi-
ite domains. Consider our bit example
phenomena and their underlying phe-
again, but imagine that we have a count-
nomena. Presumably epiphenomena su-
ably infinite number of bits. Consider
pervene on underlying phenomena: dis-
the H statement
tinct epiphenomena must be associated
with distinct underlying phenomena, h2: the bits that are on are prime.
which is what one wants.8 You can’t get Clearly the H set consisting solely of h2
two different sets of epiphenomena from supervenes over the entire set of L state-
the same underlying phenomena.9 ments. Just as clearly, that H set does not
Note that the reverse is not true. Two dif- supervene over any proper subset of the
ferent states of the underlying phenom- L statements, and certainly not over any
ena may result in the same epiphenom- finite subset of the L statements—one
ena. In our bit example, there are many needs to look at all of the bits to determ-
different ways in which an even number ine whether it is exactly the prime bits
of bits may be on. that are on.
The position known as supervenience So even though we can conclude that H,
physicalism might be understood as which contains a single relatively simple
claiming that any higher-level descrip- statement, supervenes over the infinite
tion of nature supervenes over some set set of statements in L, that information
of primitive descriptions. doesn’t buy us much. On the contrary,
supervenience of this sort is like describ-
It would appear that the relationship
ing a tapestry by enumerating the threads
defined by supervenience will be useful
that make it up. The epiphenomena are
in analyzing multi-scale phenomena. To
lost. We will see another example of this
8
On the other hand, searches for the later.
phrase “epiphenomena supervene” on Google, Ya-
hoo msn.com, and AskJeeves conducted on
9/17/2005 found no references—other than to an 2.5 Fundamental forces and
online draft of this paper. This suggests that none strong emergence
of these services had ever scanned a document that
contained the sentence fragment “… epiphenom-
Returning to Weinberg and Fodor, pre-
ena supervene over … .” sumably both would agree that phenom-
9
It’s not really the epiphenomena that su- ena of the special sciences supervene on
pervene over their underlying phenomena. It’s phenomena in physics. A given set of
statements about the epiphenomena or properties
of the epiphenomena that supervene over state-
phenomena at the level of fundamental
ments about the underlying phenomena or their physics is associated with no more than
properties. As a short-hand, however, we will talk one set of phenomena at the level of any
about epiphenomena as supervening (or not) over
underlying phenomena.
of the special sciences. Or looking top-

Emergence Explained 11/69


DRAFT 10/17/2008

down, two different states of affairs in ducible to lower level phenomena.


some special science must be associated Emergence of this sort is what Bedau
with two different states of affairs at the [Bedau] has labeled “strong emergence.”
level of fundamental physics. Superveni- As Bedau also points out, no one takes
ence of this sort seems to correspond this kind of emergence seriously.
more or less to Weinberg’s petty reduc- It is worth noting, however, that even
tionism, a doctrine that he finds of only were evidence of strong emergence to be
minor importance. So perhaps agreement found, science would not shrivel up and
at this level is not very significant. die. Dark energy, the apparently extra
Where Weinberg and Fodor disagree is force that seems to be pushing the Uni-
not about supervenience but about verse to expand may be a new force of
whether the principles of the special sci- nature.
ences can be derived from the principles Furthermore, even if other (spooky)
of physics. forces of nature like vitalism were (mys-
That disagreement aside, we do have a teriously) to appear at various levels of
fundamental area of agreement—which complexity, science would carry on. We
has some quite significant implications. would do our best to understand such
Weinberg makes his case sarcastically. forces by measuring and characterizing
them in any way that we could.
Henry Bergson and Darth
Vader notwithstanding, there is What one doesn’t want is to have new
no life force. This is [the] in- forces of nature popping up indiscrimin-
valuable negative perspective ately. Strong emergence would not be so
that is provided by reduction- terrible as long as it didn’t happen too
ism. often—after all, the existing primitive
forces just seemed to pop up out of
What I believe Weinberg is getting at is
nowhere and we have taken them in
that the current standard model of phys-
stride—or if it did happen often, if we
ics postulates four elementary forces: the
could find a theory that let us predict
strong force, the weak force, the electro-
when they would appear.
magnetic force, and gravity. Since Wein-
berg’s Nobel prize was for his work on What would be especially upsetting
unifying the weak and electromagnetic would be a new force of nature that viol-
force, perhaps one should say there are ated the conservation laws. Suppose one
only three fundamental forces. Either could put certain components together
way, what’s important is that according and produce energy that didn’t depend
to physics there is a small fixed number on the energy or mass of the components
of fundamental forces. I doubt that —the mass and energy of the compon-
Fodor would disagree. ents remained intact, but the combina-
tion of those components created new
Weinberg’s sarcastic reference to a life
energy. That would be scientifically
force is an implicit criticism of an obsol-
quite disturbing—although it would cer-
ete strain of thinking about emergence.
tainly help with the energy problem.
The notion of vitalism—the emergence
of life from lifeless chemicals—postu- Since the appearance of new forces of
lates a new force of nature that appears nature that do not upset the conservation
at the level of biology and that is not re- laws could be taken simply as an accept-

Emergence Explained 12/69


DRAFT 10/17/2008

able extension of physics (but one that are no magical mystery forces; there is
we have not seen and do not know how no strong emergence.
to produce), and since the appearance of The fact that all special (i.e., higher
new forces that violate the conservation level) science interactions are epiphen-
laws is currently unimaginable, from omenal is not a problem for functional-
now on we ignore the possibility of ism. Nor is it news to Fodor, who speaks
strong emergence. freely of “the to-ings and fro-ings of bits
If one dismisses the possibility of strong and pieces at the extreme microlevel.”
emergence and agrees that the only Rather, the functionalist claim is that the
forces of nature are the fundamental regularities (be they epiphenomenal or
forces as determined by physics, then not) that appear at the level of any spe-
Fodor must also agree (no doubt he cial science are of significance on their
would) that any force-like construct pos- own. The fact that the interactions to
tulated by any of the special sciences which one refers in describing those reg-
must be strictly reducible to the funda- ularities are in fact implemented by
mental forces of physics. As Weinberg lower level interactions does not dimin-
says, there is no life force. ish either the importance or the lawful-
ness of the higher level regularities—
Note that this is a truly stark choice:
even though as we have seen Fodor has
strict reductionism with respect to forces
no idea how those regularities come
or strong emergence. There is no third
about.
way.
This leads to an important conclusion. 2.6 Historical accidents and the
Any cause-like effect that results from a environment
force-like phenomenon in the domain of There is a second area of at least implicit
any of the special (i.e., higher level) sci- agreement between Weinberg and Fodor.
ences must be epiphenomenal.10 Since Consider the following from Weinberg.
epiphenomenal forces supervene on fun- [A]part from historical acci-
damental forces, distinct epiphenomenal
dents that by definition cannot
interactions must be manifestations of
be explained, the [human]
distinct fundamental force actions. In
nervous system [has] evolved
other words, anything that happens at the
to what [it is] entirely because
most fundamental level (if there is one)
of the principles of macroscop-
has no more than one manifestation at
ic physics and chemistry,
any higher level.
which in turn are what they are
It is important to note that this perspect- entirely because of principles
ive establishes one of the basic claims of of standard model of element-
reductionism: forces at all levels must be ary particles.
explicable in terms of—i.e., they are epi-
phenomenal of and reducible to—the
fundamental forces of physics.11 There 11
Compare this with the conclusion Hume
reached [Hume] in his considerations of causality
—that when one looks carefully at any allegedly
10
Kim [Kim ‘93] (denigratingly) used the direct causal connection, one will find intermedi-
term epiphenomenal causation to refer to interac- ary links. Since Hume did not presume what we
tions of this sort. We also consider such interac- now consider to be a bottom level of fundamental
tions to be epiphenomenal, but we don’t find them physical forces, he dismissed the notion of causal-
less worthy as a result. ity entirely.

Emergence Explained 13/69


DRAFT 10/17/2008

Note Weinberg’s reference to historical Recall Fodor’s list of artifacts, including


accidents—which we also saw earlier, in a mouse trap, a can opener, etc. All those
both his definition of grand reductionism artifacts are defined functionally, i.e., in
and his discussion of the weather. Wein- terms of the functions they perform—
berg gives historical accidents as import- which necessarily means functions per-
ant a role in shaping the world as he formed in the environment in which they
gives to the principles of physics. But he exist.
gives them a significantly lesser billing A can opener in an environment in
—one might say below the title instead which cans are of an entirely different
of above. size or shape from our cans would not be
The importance of historical accidents is a can opener. The same is true for a
especially clear when thinking about mousetrap in an environment in which
evolution. We suggest that contrary to mice were either the size of fleas or the
Weinberg’s claim, the human nervous size of elephants.
system (and human anatomy in general) And of course, the very name of the
evolved to what they are not primarily school of thought, functionalism, under-
because of the principles of macroscopic lines its concern with how things func-
physics and chemistry but primarily be- tion. Functionality is by definition a rela-
cause of the environment in which that tionship between something and its en-
evolution took place—and in which the vironment—even if we limit the notion
nervous system and anatomy must func- of an environment to the “inputs” and
tion. “outputs” of the element under consider-
Because of the crucial role the environ- ation.
ment plays in evolution, one cannot start It is also important to note that when one
with the principles of physics and chem- speaks of an environment, one must un-
istry and, considering them in isolation, derstand the environment at the level at
derive human anatomy. Certainly human which the object under consideration in-
anatomy must be consistent with the teracts with it—even though as we saw
principles of physics and chemistry. But earlier those interactions are epiphenom-
human anatomy cannot be derived ex- enal. A can opener opens cans, and a
clusively from the principles of physics
mouse trap traps mice. Neither deals
and chemistry. One must also consider with swarms of quarks and other funda-
the environment in which that anatomy mental particles. As Fodor says, “live
is intended to function. mouse in, dead mouse out.”
We don’t think we are putting words into Although neither side of this debate fo-
Weinberg’s mouth when we take his ref- cuses on this issue, they are both appar-
erences to “historical accidents” to mean ently in agreement that the environment
the environment and the context in within which something exists is import-
which something occurs. If one grants us ant.
this, then as Weinberg acknowledges, the
environment is often as significant a Interaction with an environment will
consideration in how things turn out as turn out to be quite significant. We ex-
are the principles of physics. plore it further when we discuss autono-
mous entities and stigmergy.
The same perspective is nearly (but not
quite) explicit in the extracts from Fodor.

Emergence Explained 14/69


DRAFT 10/17/2008

3 Emergence in the Game • All agents update themselves simul-


of Life taneously based on the values of
In this section we use the Game of Life12 their neighbors at that time step.
[Gardner] to illustrate emergence: the It is useful to think of the Game of Life
implementation of a new level of ab- in the following three ways.
straction on top of an existing substrate.
1. Treat the Game of Life is a serious
• The Game of Life is a totalistic13 agent-based model—of something,
two-dimensional cellular automaton. perhaps life and death phenomena.
The Game of Life grid is assumed to For our purposes it doesn’t matter
be unbounded in each direction, like that the Game of Life isn’t a realistic
the tape of a Turing Machine. model—of anything. Many agent-
• An agent occupies each grid cell. based models are at the same time
quite simple and quite revealing.
Agents are fixed and cannot move
around on the grid. This is not un- 2. Treat the Game of Life as a trivial
usual in agent-based modeling. physical universe. Recall Shalizi:
• Each agent is in one of two states: Someplace … where
“alive” or “dead” or more simply on quantum field theory
or off. meets general relativity …
we may take “the rules of
• The 8 surrounding agents are an the game” to be given.”
agent’s neighbors.
The Game of Life rules will be those
• At each time step an agent determ- “rules of the game.” The rules that
ines whether it will be alive or dead determine how cells turn on and off
at the next time step according to the will be taken as the most primitive
following rules. operations of the physics of the
• A live agent with two or three Game of Life universe.14 When think-
live neighbors stays alive; other- ing in terms of this perspective,
wise it dies. rather than thinking of a grid cell as
occupied by (immobile) agents, we
• A dead agent with exactly three think of the cells themselves as
live neighbors is (miraculously) something like primitive particles.
(re)born and becomes alive.
The reductionist agenda within such
12
The Game of Life is a popular example
a Game of Life universe would be to
in discussions of emergence. Bedau uses it as the reduce every higher level phenomen-
primary example in “Downward causation and the on to the underlying Game of Life
autonomy of weak emergence” [Bedau]. We return
to Bedau later. Dennett refers to it in “Real Pat-
rules.
terns” [Dennett] when discussing how his inten- 3. Treat the Game of Life as a program-
tional stance perspective compares to the perspect-
ives of other philosophers with respect to the real- ming platform.
ity of beliefs. (His position is that beliefs should be
considered to be “mildly real,” which is intermedi-
ate within the spectrum of positions he examines.)
13 14
Totalistic means that the action taken by This is the basis of what is sometimes
an agent depends on the number of its neighbors in called “digital physics” (see [Zuse], [Fredkin], and
certain states and not on which neighbors are in [Wolfram]), which attempts to understand nature
which state. in terms of cellular automata.

Emergence Explained 15/69


DRAFT 10/17/2008

Although these three perspectives will either explicitly or implicitly, in


yield three different approaches to the terms of gliders.
phenomena generated, the phenomena When looked at from our agent-based
themselves will be identical. It will al- modeling perspective, gliders may rep-
ways be the same Game of Life rules resent epidemics or waves of births and
which determine what happens. deaths. If one were attempting to demon-
strate that such waves could be gener-
3.1 Epiphenomenal gliders
ated by simple agent-agent interactions,
Figure 2 shows a sequence of 5 time
one might be quite pleased by this result.
steps in a Game of Life run. The dark
It might merit a conference paper.
cells (agents) are “alive;” the light cells
(agents) are “dead.” One can apply the
3.2 Gliders in our physics world
rules manually and satisfy oneself that From our physics perspective, we note
they produce the sequence as shown. that the rules are the only forces in our
Notice that the fifth configuration shows Game of Life universe. Being epiphen-
the same pattern of live and dead cells as omenal, gliders are causally powerless.15
the first except that the pattern is offset The existence of a glider does not
by one cell to the right and one cell change either how the rules operate or
down. which cells will be switched on and off.
If there are no other live cells on the Gliders may be emergent, but they do
grid, this process could be repeated in- not represent a new force of nature in the
definitely, producing a glider-like effect. Game of Life universe. It may appear to
us as observers that a glider looks like it
Such a glider is an epiphenomenon of
is moving across the grid and that when
the Game of Life rules. If one thinks
it reaches a certain cell it will turn that
about it—and forgets that one already
cell on.
knows that the Game of Life can pro-
duce gliders—gliders are quite amazing. But that’s not true. It is only the rules
A pattern that traverses the grid arises that turn cells on and off. A glider does-
from very simple (and local) rules for n’t “go to an cell and turn it on.” A
turning cells on and off. Game of Life run will proceed in exactly
the same way whether one notices the
We should be clear that gliders are epi-
gliders or not. This is a very reductionist
phenomenal. The rules of the Game of
position. Things happen only as a result
Life do nothing but turn individual cells
of the lowest level forces of nature,
on and off. There is nothing in the rules
which in this case are the rules.
about waves of cells turning on and off
sweeping across the grid. Such epiphen-
3.3 The Game of Life as a pro-
omenal gliders exemplify emergence.
gramming platform
• Gliders are not generated explicitly: Amazing as they are, gliders are also
there is no glider algorithm. There is trivial. Once one knows how to produce
no “code” that explicitly decides a glider, it’s a simple matter to make as
which cells should be turned on and
off to produce a glider. 15
All epiphenomena are causally power-
less. Since epiphenomena are simply another way
• Gliders are not visible in the rules. of perceiving underlying phenomena, an epiphen-
omenon itself cannot have an effect on anything. It
None of the rules are formulated, is the underlying phenomena that act.

Emergence Explained 16/69


DRAFT 10/17/2008

many as one wants. If we look at the Turing Machine isn’t real; they are all
Game of Life as a programming plat- (nothing but) epiphenomena.
form—imagine that we are kids fooling Furthermore, even the interactions
around with a new toy—we might exper- between and among patterns aren’t real
iment with it to see whether we can either. They’re also epiphenomenal—
make other sorts of patterns. If we find and epiphenomenal in the sense de-
some, which we will, we might want to scribed above: the only real action is at
see what happens when patterns crash the most fundamental level, the Game of
into each other—boys will be boys. Life rules. Pattern APIs notwithstanding
After some time and effort, we might the only thing that happens on a Game of
compile a library of Game of Life pat- Life grid is that the Game of Life rules
terns, including the API16 of each pattern, determine which cells are to be on and
which describes what happens when that which cells are to be off. No matter how
pattern collides with other patterns.17 real the patterns look to us, interaction
among them is always epiphenomenal.
Since its introduction three decades ago,
So what are we talking about?
a community of such Game of Life pro-
grammers has developed. That com- What does one do to show that a Game
munity has created such libraries—at of Life emulation of a Turing machine is
least on an informal basis.18 correct? What one must do is to adopt a
operational perspective and treat the pat-
It has even been shown [Rendell] that by
terns and their interactions, i.e., the
suitably arranging Game of Life pat-
design itself, independently of the Game
terns, one can simulate a Turing Ma-
of Life.
chine.
It is the design, i.e., the way in which the
Moreover, and this is a crucial point, the
patterns—be they real or epiphenomenal
emulation of a Turing Machine with
—interact that we want to claim simu-
Game of Life patterns is also an example
lates a Turing Machine. To show that we
of emergence. There is no algorithm.
must do two things.
The Turing Machine appears as a con-
sequence of epiphenomenal interactions 1. Show that the abstract design con-
among epiphenomenal patterns! sisting of patterns and their interac-
tions actually does simulate a Turing
What did we just say? What does it
Machine. That is, we reify the
mean to say that epiphenomenal gliders
design, i.e., treat it as real, and argue
and other epiphenomenal patterns simu-
about its properties.
late a Turing Machine? How can it mean
anything? The patterns aren’t real; the 2. Show that the design can be imple-
mented on a Game-of-Life platform.
16
Application Programming Interface
17
Note, however, that interactions among
Note what this perspective does. It un-
patterns are quite fragile. If two patterns meet in shackles the design from its moorings as
slightly different ways, the results will generally a Game of Life epiphenomenon, reifies
be quite different.
18
it as an independent abstraction, and lets
Many of these libraries are available on
the web. To explore this world, a good place to
it float free. (The protestors in the streets
start and one that seems to be kept up to date is chanting “Free the design” can now
Jason’s Life Page [Summers]. The patterns avail- lower their picket signs and go home.)
able on that page and on the pages to which that
page links are quite amazing.

Emergence Explained 17/69


DRAFT 10/17/2008

The design becomes an abstraction, an grid that seems more complex than most
abstract construct on its own. Once we of the others. The Game of Life rules
have such a design as an abstraction we fully explain every light that goes on and
can then reason about its properties, i.e., every light that goes off on Hacka’s
(a) that it accomplishes what we want, pretty face. But somehow that explana-
namely that it simulates a Turing Ma- tion doesn’t seem to capture everything
chine and (b) that it can be reattached to that’s going on. It just seems more com-
its moorings and be implemented on a plex than that. Did we miss something?
Game of Life platform. In other words, To make a long story short, it turns out
emergence is getting epiphenomena to that the tribe was not as isolated as we
do real (functional) work. had thought. In fact they have an Internet
connection. Hacka had learned not only
3.4 Game of Life anthropologists
that she was a Game of Life system but
Let’s forget everything we just said
that the Game of Life can emulate a Tur-
about the Game of Life, and let’s pretend
ing Machine. She had decided to pro-
we are anthropologists. Let’s imagine
gram herself to do just that. Her parents
that a lost tribe of what turn out to be
disapproved. But girls just want to have
Game of Life creatures has been dis-
fun—especially teenage girls.
covered in a remote wilderness. Of
course, when they are first discovered, No wonder we felt uncertain about our
we don’t know that they are Game of results. Even though the Game of Life
Life creatures. All we know is that their rules explained every light that went on
strange grid-like faces are made up of and off on Hacka’s face, it said nothing
cells that blink on and off. about the functionality implemented by
Hacka’s Turing Machine emulation.
We get a grant to study these creatures.
We travel to their far-off village, and we The rules explained everything about
learn their language. They can’t seem to how the system worked; but they said
explain what makes their cells blink on nothing about what the system did. The
and off; we have to figure that out for rules didn’t have a way even to begin to
ourselves. talk about the functionality of the system
—which was logically independent of
After months of study, we come up with
the rules. The rules simply don’t talk
the Game of Life rules as an explanation
about Turing Machines.
for how the grid cells are controlled.
That seems to work. Every single mem- A Turing machine is an autonomous
ber of the tribe operates in a way that is functional abstraction that we (and
consistent with those rules. The rules Hacka) built on top of the rules of the
even explain the unusual patterns that we Game of Life. Our reductive explana-
observe—some of them, glider-like, tra- tion, that a certain set of rules make the
versing the entire grid. Thrilled with our cells go on and off, had no way to cap-
analysis, we return home and publish our ture this sort of additional functionality.19
results.
19
In “Real Patterns” Dennett [Dennett ‘91]
But one thing continues to nag. One of uses the fact that a Turing Machine may be imple-
the teenage girls—she calls herself mented in terms of Game of Life patterns to argue
that the position he takes in The Intentional Stance
Hacka for reasons that we do not under- [Dennett ‘87] falls midway along a spectrum of
stand—has a pattern of activities on her positions ranging from what he calls “Industrial
strength Realism” to eliminative materialism (that

Emergence Explained 18/69


DRAFT 10/17/2008

3.5 Keeping score 3.6 Defining emergence


In the debate between reductionism and With this background, we can define
functionalism, the fact that one can build emergence as a relationship between a
a Game of Life Turing Machine may be phenomenon and a model.
scored as follows. By a model we will mean a collection of
• Reductionism scores a point—with elements with certain interrelationships,
which it was credited earlier—in that e.g., the grid cells and rules of the Game
the only forces operating are (and of Life.
must be) reducible to the fundament- To begin, given some model we will say
al operational rules of the Game of that a phenomenon is emergent over that
Life. model if it is epiphenomenal with re-
In philosophical terms, this would be spect to that model. In other words, all
considered an supervenience physic- epiphenomena are emergent, and all
alism: any apparent higher level emergent phenomena are epiphenomen-
forces or interactions are nothing al. In short, we define epiphenomenal
more than conceptually convenient and emergent to be synonyms.
ways of packaging lower level forces Recall that we defined an epiphenomen-
and interactions. on to be a phenomenon that is apprehen-
• Functionalism scores a point in that ded, conceptualized, or perceived inde-
the functionality of a Turing Ma- pendently of the forces that bring it
chine is beyond the realm of and can about. Thus a phenomenon is emergent
neither be reduced to nor derived if it is conceptualized independently of
from the Game of Life rules. the phenomena that implement it. As we
pointed out in our discussion of epiphen-
Functionalism gets only partial credit omena earlier, this is familiar territory
because it is quite clear (if im- for Engineering and Computer Science.
mensely complicated)—but not at all Requirements and specifications are by
mysterious and not on a par with the intention written in terms that do not de-
question of why anything exists at all pend on the design or implementation of
—how a Turing Machine may be im- the systems that realize them.
plemented in terms of Game of Life
rules. All that is required is that a More concretely we define a phenomen-
design for a Turing Machine emulat- on as emergent over a model if it satis-
or be implemented by using the fies two conditions.
Game of Life as a software develop- 1. The phenomenon as a phenomenon
ment platform. may be understood on its own. Its
conceptualization does not depend
on the model from which it emer-
ges.20

beliefs are nothing but convenient fictions).


Our focus in this paper differs from Dennett’s in
that it is not on psychological states or mental
20
events but on the nature of regularities—independ- We are not requiring that there be a per-
ently of whether those regularities are the subject son to do the conceptualizing, only that such an in-
matter of anyone’s beliefs. dependent conceptualization be possible.

Emergence Explained 19/69


DRAFT 10/17/2008

2. There is an implementation of the To be clear, our definition of emergence


phenomenon in terms of elements of allows us to label as emergent anything
the model.21 that is computable from a model state or
sequence of states. Thus any conceptual
Our prototypical examples are gliders
construct that one can impose on a mod-
and Turing Machines, which we will say
el counts as an emergent phenomenon.
are emergent over the Game of Life.
This may seem overly simple or overly
Notice that we do not require an emer-
broad, and it certainly seems anti-cli-
gent phenomenon to have a formal de-
mactic. But this definition does seem to
scription or specification. Certainly
include everything we think of as emer-
some epiphenomena may be formalized
gent. Whether it also includes phenom-
and understood as formalized abstrac-
ena that we would not want to consider
tions—the Turning Machine for ex-
emergent is open to debate.22
ample. Epiphenomena about which such
independent formal theories may be de- More to the point, though, we are pro-
veloped often tend to be particularly use- posing that the essence of emergence is
ful cases of emergence from a scientific the independent conceptualization of the
or mathematical perspective. emergent phenomenon.
On the other hand, we shall see later that • Any phenomenon that may be under-
there are epiphenomena about which it is stood in its own terms and whose un-
either not feasible or not useful to define derstanding does not depend on
abstract theories but which are important knowing how it is implemented is
to us nevertheless. As an immediate and emergent under our definition.
familiar (if informal) example, consider 22
Let’s contrast our definition of emer-
the so-called edge-of-chaos behavior of gence with Bedau’s. For Bedau, a property or phe-
certain cellular automata. (See, for ex- nomenon is emergent [Bedau] if it is applicable at
ample, [Langton].) Edge-of-chaos auto- some macro level but not at any micro sublevel. If
one identifies macro with epiphenomenal and mi-
mata are those whose runs become cro with underlying, our definition and Bedau’s
neither trivially predictable nor appar- are quite similar except that Bedau explicitly ex-
ently chaotic. We tend to find this sort of cludes what he calls trivially emergent properties.
A property is trivially emergent for Bedau if (to
(emergent) behavior interesting but diffi- use our terms) it is essentially the same property at
cult to formalize. We are not aware of the epiphenomenal and underlying levels. As an
any formal characterization of properties example, Bedau’s definition excludes the mass of
an aggregate from being an emergent property of
that distinguish edge-of-chaos phenom- the aggregate because mass is also a property of
ena from others. the components. Our definition does not make that
exclusion. For us the mass and (perhaps more in-
terestingly) the center of gravity of an aggregate
both qualify as emergent.
21
Our concern with implementations dis- Our definition is similar to but less restrictive than
tinguishes our position from both functionalism Shalizi’s [Shalizi 2001] and [Shalizi 2005], which
and Dennett’s intentional stance, neither of which requires that an emergent phenomenon be compu-
cares much about how higher level phenomena are tationally simpler than the phenomena from which
implemented. it emerges. If an epiphenomenon has its own form-
It may be that emergent phenomena may have alizable abstraction, it will often (but even then not
multiple realizations—Turing Machines may be always) be the case that computations performed
epiphenomena of many computing substrates—but in terms of that abstraction will be simpler than the
this will not be the most commonly occurring situ- equivalent computations performed in terms of the
ation in nature. Non-computational epiphenomena underlying model. But we don’t require this. In ad-
will usually occur as the consequence of a particu- dition, many epiphenomena do not have easily
lar implementation. formalizable abstractions.

Emergence Explained 20/69


DRAFT 10/17/2008

• No phenomenon that cannot be so tion between the abstraction


understood will be emergent for us. and its implementation]23
provide ways to organize the
Emergent phenomena are often associ-
abstract definitions and the in-
ated with a sense of surprise: where did
formation they control. …
that come from? how did that happen?
[P]rogramming languages
Clearly the surprise of an observer has
provide a notation to encode
little to do with how one should under-
abstractions so as to allow
stand nature. Surprise is not uncommon,
their direct execution by com-
however, because phenomena are typic-
puter.
ally thought of as emergent when we
perceive them before we understand how This section explores the implications of
they are brought about. Sometimes it emergence that our Turing Machine ex-
may appear that there is no way for a ample illustrates.
surprising result to be brought about. Of
course there always is, but this reaction 4.1 Non-reductive regularities
is reminiscent of the remark by Arthur C. Recall Weinberg’s statement.
Clarke that [T]here are no autonomous
any sufficiently advanced tech- laws of weather that are logic-
nology is indistinguishable ally independent of the prin-
from magic. ciples of physics.
Clearly there are lots of autonomous
4 Implications of emer- “laws” of Turing Machines (namely
gence computability theory), and they are all
The technique of implementing an ab- logically independent of the rules of the
stract design by using lower level con- Game of Life.
structs is not new; it is the bread and but-
The fact that one can emulate a Turing
ter of Computer Science. In a recent re-
Machine on a Game of Life platform
view [CFCS] of the status of Computer
tells us nothing about Turing Machines
Science, the Committee on the Funda-
—other than that they can be emulated
mentals of Computer Science: Chal-
by using the Game of Life.
lenges and Opportunities, National Re-
search Council wrote (p. 65) the follow- An emulation of a Turing Machine on
ing. the Game of Life is an example of what
might be called a non-reductive regular-
[A]bstraction is a quintessen-
ity. The Turing Machine and its emula-
tial activity of computer sci-
tion is certainly a kind of regularity, but
ence … . Computer scientists
the regularity that it embodies (i.e., that
create and discard abstrac-
it is a model for computability) is not a
tions as freely as engineers
logical consequence of (i.e., is not redu-
and architects create and dis-
cible to and cannot be deduced from) the
card design sketches. …
Game of Life rules.
[S]oftware-design techniques
[which allow one to retain the
independence of an abstrac- 23
Although the bracketed texts says a bit
tion by maintaining the distinc- more than was literally in the original, we believe
it expresses the authors’ intentions.

Emergence Explained 21/69


DRAFT 10/17/2008

Facts about Turing Machines, i.e., the do the same thing with gliders. We can
theorems of computability theory, are establish a domain of discourse about
derived de novo. They are made up out gliders as abstract entities. Within that
of whole cloth; they are not based on the domain of discourse we can reason about
Game of Life rules. The fact that such gliders, and in particular we can reason
abstract designs can be realized using about which cells a glider will turn on
Game of Life rules as an implementation and when it will turn them on. Our the-
platform tells us nothing about comput- ory will tell us how fast an in which dir-
ability theory that we don’t already ection a glider moves
know. Having developed facts and rules about
gliders as independent abstract elements,
4.2 Downward entailment
we can then use the fact that gliders are
On the other hand, the fact that a Turing
epiphenomena of the Game of Life and
Machine can be implemented using the
by appeal to downward entailment apply
Game of Life rules as primitives does
those facts and rules to the Game of Life
tell us something about the Game of Life
cells that implement gliders.
—namely that the results of computabil-
ity theory can be applied to the Game of This sounds more complex than it really
Life. The property of being Turing com- is. What it really amounts to is that
plete applies to the Game of Life pre- downward entailment justifies what we
cisely because a Turing Machine can be as human beings tend to do anyway: no-
shown to be one of its possible epiphen- tice regularities in the world and then en-
omena. gage the world in terms of those regular-
ities.
In other words, epiphenomena are down-
ward entailing. Properties of epiphenom-
4.3 Reduction proofs
ena are also properties of the phenomena Consider how the unsolvability of the
from which they spring. This is not quite halting problem applies to the Game of
as striking as downward causation24 Life. The fact that a Turing Machine can
would be, but it is a powerful intellectual be implemented on a Game of Life plat-
tool. form means, among other things that the
Earlier, we dismissed the notion that a halting problem for the Game of Life—
glider may be said to “go to a cell and which we can define as determining
turns it on.” The only things that turn on whether a game of Life run ever reaches
Game of Life grid cells are the Game of a stable (unchanging or repeating) con-
Life rules. But because of downward en- figuration—is unsolvable.
tailment, there is hope for talk of this When reasoning about insolvability one
sort. often talks of reducing one problem to
To prove that a Turing Machine emula- another. In this case, because we can im-
tion on a Game of Life platform does plement Turing Machines using the
what we claim it does we disengaged the Game of Life, we know that we can re-
design of the emulation from its imple- duce the halting problem for Turing Ma-
mentation, and we reasoned about the chines to the halting problem for the
emulation as an abstract design. We can Game of Life: if we could solve the
24
See, for example [Emmeche] for a num-
Game of Life halting problem, we could
ber of sophisticated discussions of downward solve the Turing Machine halting prob-
causation.

Emergence Explained 22/69


DRAFT 10/17/2008

lem. But we know that the Turing Ma- may be literally incorrect to say that a
chine halting problem is unsolvable. glider “turns on a Game of Life cell” or
Therefore the Game of Life halting prob- that “one billiard ball pushes another one
lem is also unsolvable. This sort of in a particular direction,” because of
downward entailment reduction gives us downward entailment this sort of con-
a lot of intellectual leverage since it’s not ceptual shorthand is not only reasonable
at all clear how difficult it would be to but essential for how we think about the
prove “directly” that the halting problem world. But see the discussion of Newto-
for the Game of Life is unsolvable. nian mechanics in the next section for a
somewhat stronger version of this per-
Thus another consequence of downward
spective.
entailment is that reducibility cuts both
ways. One can conclude that if Downward entailment in the form of the
something is impossible at a higher level process just sketched is, in fact, a reas-
it must be impossible at the lower (im- onable description of how we do sci-
plementation) level as well. But the only ence: we build models, which we then
way to reach that conclusion is to reason apply to the world around us.
about the higher level as an independent We are not saying that there are forces in
abstraction and then to reconnect that ab- the world that operate according to bil-
straction to the lower level. Logically in- liard ball rules or that there are forces in
dependent higher level abstractions, i.e., the Game of Life that operate according
functionality and design, matter on their to glider rules. That would be downward
own. causation, a form of strong emergence,
which we have already ruled out. What
4.4 Downward entailment as sci-
we are saying is that billiard balls,
ence
gliders, Turing Machines, and their inter-
A striking example of downward entail-
actions can be defined in the abstract.
ment is the kind of computation we do
We can reason about them as abstrac-
when computing the effect of one bil-
tions, and then through downward entail-
liard ball on another in a Newtonian uni-
ment we can apply the results of that
verse. It’s a simple calculation involving
reasoning to any implementation of
vectors and the transfer of kinetic en-
those abstractions whenever the imple-
ergy.
mentation preserves the assumptions re-
In truth there is no fundamental force of quired by the abstraction.
physics corresponding to kinetic energy.
If one had to compute the consequences 4.5 The reality of higher level ab-
of a billiard ball collision in terms of stractions
quantum states and the electromagnetic In “Real Patterns” [Dennett ‘91], Den-
force, which is the one that applies, the nett argues that when compared with the
task would be impossibly complex. But work required to compute the equivalent
the computation is easy to do at the epi- results in terms of primitive forces, one
phenomenal level of billiard balls. We gets a “stupendous” “scale of compres-
know that the computation we do at the sion” when one adopts his notion of an
billiard ball level applies to the real intentional stance [Dennett ‘87]. Al-
world because of downward entailment: though “Real Patterns” doesn’t spell out
billiard balls are epiphenomena of the the link explicitly, Dennett’s position ap-
underlying reality. So even though it pears to be that because of that intellec-

Emergence Explained 23/69


DRAFT 10/17/2008

tual advantage, one should treat the on- Newton’s legendary laws have
tologies offered by the intentional stance turned out to be emergent.
as what he calls “mildly real”—although They are not fundamental at
he doesn’t spell out in any detail what all but a consequence of the
regarding something as “mildly real” in- aggregation of quantum mat-
volves. ter into macroscopic fluids and
Our position contrasts with Dennett’s in solids—a collective organiza-
that we claim that nature is often best tional phenomenon. … [New-
understood—the theories of science are ton’s laws] are as exact and
best expressed—in terms of two-level true as anything we know in
(or perhaps multi-level) theories. One physics—yet they vanish into
level is an abstract design; the other nothingness when examined
level is the implementation of that too closely. … [M]any physi-
design. Whether or not one wants to say cists remain in denial. To this
that the abstract design is “mildly real” day they organize conferences
(or real with some other adjective ap- on the subject and routinely
plied) is not our focus.25 speak about Newton’s laws be-
ing an “approximation” for
As we shall see below, our claim will quantum mechanics, valid
also be that the entities (such as billiard when the system is large—
balls) about which higher level abstrac- even though no legitimate ap-
tions are formulated are real in an ob- proximation scheme has ever
jective sense (they have reduced en-
been found.
tropy) but that interactions among those
entities are epiphenomenal—since the A second example to which Laughlin
only forces in nature are the fundamental frequently returns is the solid state of
forces. matter, which, as he points out, exhibits
properties of rigidity and elasticity. The
In a recent book [Laughlin], Laughlin ar-
solid state of matter may be character-
gues for what he calls collective prin-
ized as material that may be understood
ciples of organization, which he finds to
as a three dimensional lattice of compon-
be at least as important as reductionist
ents held together by forces acting
principles. For example in discussing
among those components.
Newton’s laws he concludes from the
fact that (p. 31) Once one has defined an abstract struc-
ture of this sort, one can derive proper-
these [otherwise] overwhelm-
ties of matter having this structure. One
ingly successful laws … make
can do so without knowing anything
profoundly wrong predictions more about either (a) the particular ele-
at [the quantum] scale ments at the lattice nodes or (b) how the
that binding forces are implemented. All one
needs to know are the strengths of the
forces and the shape of the lattice.
25
Furthermore, our position is that the
question of whether or not anyone would find it From our perspective, both Newton’s
advantageous to have beliefs about epiphenomena laws and the solid state of matter are ab-
(which is Dennett’s primary concern) has nothing
to do with the issues we are considering. stract organizational designs, i.e., epi-
phenomena. They are abstractions that

Emergence Explained 24/69


DRAFT 10/17/2008

apply to nature in much the same way as designs and the theories built on them
a Turing Machine as an abstraction ap- are new and creative constructs and are
plies to certain cell configurations in the not consequences of the platform on
Game of Life. Laughlin calls the imple- which they are implemented. The Game
mentation of such an abstraction a pro- of Life doesn’t include the concept of a
tectorate. Turing machine, and quantum physics
doesn’t include the concept of a solid.
Laughlin points out that protectorates
tend to have feasibility ranges, which are The point of all this is to support Laugh-
often characterized by size, speed, and lin position: when nature implements an
temperature. A few molecules of H2O abstraction, the epiphenomena described
won’t have the usual properties of ice. by that abstraction become just as real
And ice, like most solids, melts when any other phenomena, and the abstrac-
heated to a point at which the attractive tion that describes them is just as valid a
forces are no longer able to preserve the description of that aspect of nature as
lattice configuration of the elements. any other description of any other aspect
Similarly Newton’s laws fail at the of nature.
quantum level. Our notion that much of nature is best
The existence of such feasibility ranges understood in terms of implementations
does not reduce the importance of either of abstractions suggests that many sci-
the solid matter abstraction or the New- entific theories are best expressed at two
tonian physics abstraction. They just levels: (1) the level of an abstraction it-
limit the conditions under which those self, i.e., how it is specified, how it
abstractions apply, i.e., under which works on the abstract level, and what its
nature is able to implement them. implications are, and (2) the level that
explains (a) under what circumstances
The more general point is that nature im-
(when and where) that abstraction may
plements a great many such abstract
be found implemented and (b) how that
designs. As is the case with computabil-
implementation works.
ity theory, which includes many sophist-
icated results about the Turing machine The use of agent-based modeling in the
abstraction, there are often sophisticated social sciences illustrates this methodo-
theories that characterize the properties logy. Agent-based models are typically
of such naturally occurring abstractions. used to show both (a) how a higher level
These theories may have nothing to do abstraction functions in its context, i.e.,
with how the abstract designs are imple- what its consequences as a theory are,
mented. They are functional theories that and (b) how that abstraction may come
apply to the abstract designs themselves. to be realized in terms of some particular
To apply such theories to a real physical set of lower level interactions.
example (through downward
entailment), all one needs is for the 4.6 Abstractions and abstract
physical example to implement the ab- designs
stract designs. We have intentionally used the terms ab-
straction and abstract design somewhat
Furthermore and perhaps more import- interchangeably. Abstraction is, of
antly, these abstract designs are neither course, a much more general term. Yet
derivable from nor logical consequences from the perspective of scientific explan-
of their implementations. Abstract

Emergence Explained 25/69


DRAFT 10/17/2008

ation, what one is looking for is, as This operational perspective seems to be
Weinberg says, a description of why somewhat different from that of tradi-
nature is the way it is. tional functionalism. Functionalism is
concerned with the functions and regu-
To some extent, this includes the ques-
larities that characterize the special sci-
tion of why nature is made up of
ences. It tends not to be concerned with
whatever makes it up. But for the most
how those functions or regularities are
part, this question is generally taken to
realized. In fact the opposite seems to be
be asking why nature works the way it
the case. By emphasizing the possibility
does.
of multiple realizability, functionalism
As summarized by Woodward [Wood- minimizes the importance of any partic-
ward], scientific explanations are in- ular realization and dismisses the im-
tended to explain portance of understanding operational
why things happen, where the design issues.
“things” in question can be
4.7 Phase transitions
either particular events or
Those of us in Computer Science know
something more general—e.g.,
that implementations of abstract designs
regularities or repeatable
are often not perfect. Most include some
patterns in nature.
compromises, and some have bugs.
Typically we are looking for an opera- What about nature’s implementation of
tional explanation: how does nature abstract designs?
work?26 Thus when we speak of an ab-
Nature’s implementation of abstract
stract design, we are referring to the
designs are not always perfect either—
design of an operational mechanism that
especially, as Laughlin points out, either
can be understood as bringing about
(a) when the conditions under which an
some consequence. From here on, when
implementation is feasible are not in ef-
we talk about abstractions or abstract
fect or (b) when one approaches the
designs, this is what we have in mind:
boundaries of such feasibility regions.
the abstract design of a mechanism that
produces certain kinds of results. There will almost always be borderline
situations in which the implementation
Note that it is not just the functional res-
of an abstract design is on the verge of
ults that matter; the abstract operational
breaking down. These borderline situ-
design matters also. A Turing Machine is
ations frequently manifest as what we
not just a device whose input-output
call phase transitions—regions or points
functionality satisfies the theorems of
(related to a parameter such as size,
computability theory; it is an abstract
speed, temperature, and pressure) where
device that operates in a particular way.
multiple distinct and incompatible ab-
The theorems of computability theory
stractions may to be implemented.
follow from the way a Turing Machine
operates, not the other way around. It is Newton’s laws fail at both the quantum
the abstract operational design that level and at relativistic speeds. If as
comes first. The theory follows. Laughlin suggests, the Newtonian ab-
straction cannot be shown to be an ap-
26
As Woodward explains, though, the
proximation of quantum theory, phase
question of what should be taken as a scientific ex-
planation is the subject of continuing investigation.

Emergence Explained 26/69


DRAFT 10/17/2008

transitions should appear as one ap- phase transition phenomena. Quantum


proaches the quantum realm. states are discrete. Matter may not oc-
cupy states that are intermediate between
As explained by Sachdev [Sachdev], the
them. Consequently, matter cannot trans-
transition from a Newtonian gas to a
ition smoothly from one quantum state
Boise-Einstein condensate (such as su-
to another. As Hardy suggests [Hardy],
per-fluid liquid helium) illustrates such a
by making such transitions probabilistic-
phase transition.
ally continuous,
At room temperature, a gas
quantum theory offers us a
such as helium consists of rap-
way to have the advantages of
idly moving atoms, and can be
discreteness and continuity at
visualized as classical billiard
the same time.
balls which collide with the
walls of the container and oc- Quantum waves exhibit interference pat-
casionally with each other. terns. It might be worthwhile to attempt
to characterize non-quantum phase trans-
As the temperature is lowered,
itions as wave phenomena and to look
the atoms slow down [and]
for interference patterns there.
their quantum-mechanical
characteristics become import- 4.8 The constructionist hypothe-
ant. Now we have to think of sis revisited
the atoms as occupying specif-
ic quantum states which ex- Note to editor. This subsection
tend across the entire volume may be presented as a sidebar.
of the container. … [I]f the Earlier we noted Anderson’s rejection of
atoms are ‘bosons’ (… as is he- what he called the constructionist hypo-
lium) an arbitrary number of thesis,
them can occupy any single
quantum state … If the tem- “[that the] ability to reduce
perature is low enough … everything to simple funda-
every atom will occupy the mental laws … implies the abil-
same lowest energy … ity to start from those laws and
quantum state. reconstruct the universe”
On the other hand, since Newton’s laws Our considerations in this section clarify
are indeed an approximation of relativ- this rejection.
istic physics, there are no Newtonian-re- The constructionist agenda is simply not
lated phase transitions as one approaches within the realm of science. Even were it
relativistic speeds. theoretically possible, it simply is not
These considerations suggest that one of the tasks that science sets for it-
whenever data that suggests a phase self to reconstruct the universe from the
transition appears, one should look for principles of physics and some initial
two or more abstractions with imple- state of the universe.27 Science simply
mentations having overlapping or adja- does not attempt to imagine all the pos-
cent feasibility regions. sible configurations of matter and energy
27
Although see our comments about theor-
Speculatively, one might even view ies of the origin of the universe and biological
quantum probability amplitude waves as evolution in the final section.

Emergence Explained 27/69


DRAFT 10/17/2008

that are consistent with the constraints Deep Impact's revelations "are
imposed by the fundamental laws of going to change lot of our
physics, i.e., all the possible abstract ideas about comets," predicts
designs that nature may possibly imple- [Jay] Melosh [of the University
ment, and predict which will come to of Arizona in Tucson].
pass.
These are not the words of scientists in
It is worth considering what the role of the process of deriving results about
experiments would be were it possible to comets from the fundamental laws of
start with the fundamental laws of phys- physics. These are scientists building
ics and reconstruct the universe. We can higher level models.
think of two.
It is just as wrong for Weinberg to denig-
1. To help refine our understanding of rate the notion that there can be inde-
the fundamental laws of physics. pendent principles of chemistry or psy-
2. If the laws of physics require that chology as it would be for him to claim
one of a number of possible situ- that the principles of Mathematics and
ations be the case, to decide which of Computer Science are all reducible to
them actually is the case. and derivable from physics.

Most experiments are done for neither of Most sciences are like Mathematics and
these reasons. Most experiments are Computer Science. They really do stand
done to help establish whether some on their own—which is why (as Ander-
higher level regularity actually holds. son says) the constructionist hypothesis
is wrong and why (as Fodor says) the
Recently in the news were the results of special sciences are autonomous..
the impact of a projectile with the comet
Tempel 1. As reported by Cowan [Cow- 5 Entities
an], the experiment So far, we have discussed what one
revealed several surprises. The might characterize as emergence in the
data … are at odds with a lead- large. There is also emergence on a
ing model for the structure of smaller and more local scale. That sort
comets called the dirty-snow- of emergence is related to what we intu-
ball model. … itively think of as entities. This section
discusses entities and how they relate to
[T]he data from the Deep Im- emergence.
pact mission indicate that al-
though Tempel 1 contains We think in terms of entities, i.e., things
some ices, its primary con- or objects. It seems like the most natural
stituent may be dust particles thing in the world. Yet the question of
finer than talcum power. … how one might characterize what should
and should not be considered an entity
What's more, the comet isn't a has long been a subject of philosophical
mere hodgepodge of different study. A brief review of the recent literat-
materials and structures. "The ure (for example, [Boyd], [Laylock],
damn thing is layered like a [Miller], [Rosen], [Varzi Fall ‘04]) sug-
frozen onion," says Deep Im- gests that no consensus about how to un-
pact scientist Joseph Veverka derstand the notion of “an entity” has yet
of Cornell University. … been reached.

Emergence Explained 28/69


DRAFT 10/17/2008

One might adopt a very general position. If the preceding does not formally ex-
For example, Laylock quotes Lowe clude instants, events, and durations, we
[Lowe] as follows. will explicitly exclude them too. Entities
for us will be required to persist in time,
‘Thing’, in its most general
but they will not be aspects of time, i.e.,
sense, is interchangeable with
instants or durations, or events, whatever
‘entity’ or ‘being’ and is
an event is.
applicable to any item whose
existence is acknowledged by An entity for us will be either atomic
a system of ontology, whether (not in the sense of being a chemical ele-
that item be particular, ment but in the more generic sense of
universal, abstract, or having no constituents—if indeed there
concrete. In this sense, not are atomic physical elements in nature),
only material bodies but also or, if an entity has constituents, it will be
properties, relations, events, an epiphenomenon of its constituents.
numbers, sets, and Thus for us non-atomic entities will rep-
propositions are—if they are resent one of the most common forms of
acknowledged as existing—to emergence.
be accounted ‘things’. Our purpose in this section is not to
For our purposes, this is too broad. In settle the grand philosophical question of
this paper we want to exclude properties, what one should mean by the terms
relations, events, numbers, sets and pro- thing, object or entity but to sketch out
positions from our notion of entity. We what it means to be an entity in our
don’t want to think of, say, the American sense. Of course we hope that the frame-
Civil War or happiness as an entity in the work we develop will offer a useful way
same way that we think of an atom is an of thinking about some of the uses to
entity. which we commonly put the terms
thing, object, and entity.
On the other hand, we don’t want to lim-
it ourselves to strictly material objects. 5.1 Entities, entropy, designs,
We want to include countries, teams, and functionality
corporations, and families, for example, The standard model of physics includes
as well as what may seem like quasi- fundamental particles such as electrons,
physical entities such as people and hur- photons, quarks, etc. These are entities
ricanes, whose physical makeup under- which have no constituents. Beyond
goes continual change. these, one has atomic nuclei, atoms, and
For our purposes, entities, by fiat, will molecules, all of which we want to in-
always have some material aspect. That clude in our notion of entity.
is, an entity will at any time consist of For functionalism, entities are every-
physical elements arranged in a particu- where: mice and cans are good exam-
lar way. With this decision we are ex- ples. The higher level sciences speak of
cluding from our notion of entity strictly all sorts of entities, including biological
mental constructs such as sets, numbers, entities (e.g., you and me) and social,
concepts, propositions, relationships, political, and economic entities, such as
designs, abstractions, etc. families, states, and corporations.

Emergence Explained 29/69


DRAFT 10/17/2008

We propose to characterize an entity as mented on a larger scale. Because an en-


either atomic or as any demarcatable re- tity implements a particular design, it ex-
gion that exhibits a persistent and self- hibits the functionality that its design
perpetuating reduced level of entropy. produces. One of the tasks of science,
then, is to decide for any entity (or cat-
Since we are not prepared to define the
egory of entities), what design it embod-
term demarcatable region, perhaps de-
ies and what the implications of that
fining entity in terms of a notion as
design are for the behavior of that entity
loosely defined as demarcatable region
(or those entities).
doesn’t get one very far.28 But the notion
of an entity always seems to imply a When nature implements an abstract
boundary that distinguishes the entity design such as solid matter or Newtonian
from its surroundings. Entities in our mechanics it is the functionalities that
sense always have an “inside.” come along with that design—what the
design implies about how matter that im-
We discuss two kinds of entities: entities
plements it behaves—that make us inter-
at an energy equilibrium and entities that
ested in it. These larger scale abstract
are far from equilibrium.29
designs are typically embodied by sub-
It is important to note that since non- stances or by arbitrary collections of
atomic entities have a reduced level of things. In contrast, the designs that entit-
entropy, they always have an internal ies implement produce a particular kind
structure, i.e., a design. Furthermore, the of functionality in a constrained and
design of an entity often allows it to as- bounded region.
sume one or more states. A good ex-
ample is the design of an atom: a nucleus 5.2 Entities at an energy equilib-
along with associated electrons in vari- rium
ous orbitals. Among the states of an The entities of physics and chemistry are
atom are those differentiated by the dif- at an energy equilibrium. A distinguish-
fering energy levels of its electrons. ing feature of these entities is that the
mass of any one of them is strictly smal-
It seems pretty clear that we (and other
ler than the sum of the masses of its
animals) have evolved the ability to per-
components. This may be seen most
ceive entities in this sense. Our intuitive
clearly in nuclear fission and fusion, in
sense of entity seems to map fairly well
which one starts and ends with the same
onto the notion of a persistent demarcat-
number of atomic components, i.e., elec-
able region that displays some special
trons, protons, and neutrons—which
order that distinguishes it from its envir-
raises the obvious question: which mass
onment, i.e., an area that has an internal
was converted to energy?
design.
The answer has to do with the strong
We use the term design deliberately. En-
nuclear force, which implements what is
tities implement abstract designs in
called the “binding energy” of nucleons
much the same way as abstract designs
within a nucleus. Without going into de-
such as Newtonian mechanics are imple-
tails, the bottom line is that the mass of,
28
As Varzi [Varzi Spring ‘04] points out, say, a helium nucleus (also known as an
the notion of a boundary is itself quite difficult to alpha particle, two protons and two neut-
pin down. Some boundaries, Mt. Everest’s, for ex-
ample, are quite vague. rons), which is one of the products of
29
We first proposed this in [Abbott]. hydrogen fusion, is less than the sum of

Emergence Explained 30/69


DRAFT 10/17/2008

the masses of the protons and neutrons with no extra effort expended anywhere
that make up an alpha particle when not else.
bound together as an alpha particle.30 There really is a free lunch. Atomic nuc-
The same entity-mass relationship holds lei form, atoms form, solar systems and
for all physical and chemical entities. galaxies form—all without depleting any
The mass of an atom or molecule is energy reservoirs. We are so used to this
(negligibly) less than the sum of the fact that we hardly notice it. But if one
masses of its components taken separ- stands back and observes that at-equilib-
ately. The mass of the solar system is rium entities exemplify emergence at its
(negligibly) less than the mass of the sun most basic—an atom is emergent from,
and the planets when taken separately. it is an epiphenomenon of, and it super-
venes over its components—we may
This fact implies that the entropy of
conclude that spontaneous emergence is
these entities is lower than the entropy of
fundamental to how nature works.
the components taken separately. In oth-
er words, an entity at an energy equilib- Even so, one might suppose that beyond
rium is distinguishable by the fact that it combining in these basic ways (as atom-
has lower mass and lower entropy than ic nuclei, atoms, and astronomical ag-
its components taken separately. gregations held together by gravity), at-
equilibrium entities are not very interest-
These entities are trivially self-perpetuat-
ing. Standing back again makes it clear
ing in that they are in what is often
that this is not the case. Given what we
called an energy well and require energy
have learned during the past half century
to pull their components apart. This
(and what we still don’t know)—espe-
gives us a nice metric of entityness for
cially about condensed matter physics
at-equilibrium entities: the amount of en-
and including, as we said earlier, the
ergy required to pull it apart.
startling fact that the same matter is cap-
5.3 Entities and emergence are able of implementing multiple abstrac-
fundamental tions with radically different properties
The mechanisms (gravity, the strong —at-equilibrium entities are far from
nuclear force, and the electromagnetic boring.
force) that expel entropy from at-equilib-
rium entities and that hold these entities 5.4 Dissipative structures
In [Prigogine] (and elsewhere) Prigogine
together are the fundamental forces of
discussed what he called a dissipative
nature.
structure. We see dissipative structures
One can say that these mechanisms in as the essential stepping stone from at-
some sense run for free. To the extent equilibrium entities to autonomous enti-
that we understand how they work at all, ties.
we attribute their operation to virtual
Intuitively, a dissipative structure typic-
particles that pop into and out of exist-
ally manifests when energy is pumped
ence and that do the work of the force—
into a bounded region. D
30
It turns out that the atomic nucleus with
the least mass per nucleon is iron. Energy from fu-
issipative structures typically involve
sion is possible for elements lighter than iron; en- structured activities internal to the re-
ergy from fission is possible for elements heavier gion. A standard example consists of the
than iron. (See [Nave] for a discussion of these
matters.)
Bénard convection cycles that form in a

Emergence Explained 31/69


DRAFT 10/17/2008

liquid when one surface is heated and But any bounded region has only a lim-
the opposite surface is kept cool. (See ited number of ways in which it can re-
Figure 4.) spond to an inflow of energy. We suggest
that it would be difficult if not im-
A number of interesting phenomena may
possible to formalize a principled dis-
be understood as dissipative structures.
tinction between the Bénard convection
Consider the distribution of water over
cycles that arise in a liquid when energy
the earth. Water is transported from
is pumped into it and the structured
place to place via processes that include
activities within a digital watch.31 The
evaporation, atmospheric weather sys-
primary difference seems to be that a di-
tem movements, precipitation, ground-
gital watch has a much more constrained
water flows, ocean current flows, etc.
static structure and can respond in far
Taken as a global system, these cycles
fewer ways.
may be understood as a dissipative struc-
ture that is driven primarily by solar en- Recall that we previously characterized
ergy, which is pumped into the earth’s Newtonian mechanics and the solid
atmosphere and surface structures. All of phase of matter as abstractions that mat-
this is played out against a static frame- ter implements under various conditions.
work defined and held in place by the We can do the same thing for dissipative
earth’s surface and its gravitational field. structures and say that a dissipative
structure appears within a bounded re-
We note that our definition of a dissipat-
gion when the materials within that re-
ive structure is quite broad. It includes
gion implement an energy-driven ab-
virtually any energy-consuming device
stract design.
that operates according to some design.
Consider a digital watch. It converts an An apparent difference between the ab-
inflow of energy into an ongoing series stract designs that dissipative structures
of structured internal activities. Does a implement and the abstract designs dis-
digital watch define a dissipative struc- cussed earlier is that the abstract designs
ture? One may argue that the design of a of dissipative structures seem to appear
digital watch limits the ways in which it unbidden—we don’t expect them—
can respond to an energy inflow. There- whereas the abstract designs discussed
fore the structured activity that arises as earlier are commonplace. The issue for
energy is pumped into it should not be the more commonplace abstract designs
characterized as a dissipative structure. is how to conceptualize them, not why
they appeared at all, whereas the abstract
design that appear as dissipative struc-
tures seem to demand an answer to the
question: why did they appear at all? In
fact, both kinds of abstract design are
part of nature. The difference is that
some are familiar; others aren’t.32
31
One of the other common examples of a
dissipative structure is the Belousov-Zhabotinsky
(BZ) reaction, which in some ways is a chemical
watch.
32
Reliance on a surprise factor as charac-
teristic of emergence is, in our opinion, a common
error. One often hears that emergent phenomena

Emergence Explained 32/69


DRAFT 10/17/2008

If we understand a dissipative structure physical manifestation of a region of sta-


to be the implementation of an energy- bility—but in an environment in which
driven abstract design, the question for there is no energy flow. We would wel-
any dissipative structure becomes: what come a formal integration of the two in
abstract design does it implement? In which at-equilibrium entities are under-
other words, how does it work—which stood as dissipative structures in an en-
is the same question one must ask about vironment in which the rate of energy
any abstract design. flow is zero. Perhaps another way of put-
ting this would be to characterize the en-
Like most abstract designs, those associ-
ergy wells that exist in environments that
ated with dissipative structures generally
include energy flows.
exist only within limited energy ranges.
Thus phase transitions may be expected
5.6 Autonomous entities
as materials transform themselves The notion of an autonomous entity
between configurations in which they seems central to how we look at the
are and are not implanting the abstract world.
design of a particular dissipative struc-
ture. • For millennia we have found it con-
In this section we have referred, some- venient to partition the world into
what awkwardly, to bounded regions two realms: the animate and the in-
within which dissipative structures form. animate. The inanimate world is
We have refrained from calling these ruled by external forces; the animate
bounded regions entities. This may be world is capable of autonomous ac-
pickiness on our part, but our notion is tion. Recall that this is why Browni-
that an entity perpetuates itself. As an motion posed such a problem:
defined, bounded regions of materials how can inanimate particles look so
that are capable of implementing dissip- much like they are moving autonom-
ative structure abstract designs need not ously?
have the capacity to perpetuate them- • For the past half-millennium western
selves. Their boundaries may be im- civilization (and more recently civil-
posed artificially. We shall have more to ization world-wide) has pursued,
say about this in the section on natural with significant success, the dream
vs. artificial autonomous entities. of creating autonomous sources of
action. We have built machines about
5.5 Integrating dissipative struc- which it can be said that in varying
tures and at-equilibrium en- degrees they act on their own. We
tities. do not yet confuse our machines with
A dissipative structure is a physical biological life, and we have not yet
manifestation of a region of energy sta- managed to construct biological life
bility in an environment in which energy “from scratch.” But the differences
is flowing at a relatively constant rate. between human artifacts and natural
An at-equilibrium entity is similarly a biological life are becoming more
appear unbidden, that one’s surprise is fundament- and more subtle—and they are likely
al to whether something should be considered to disappear within the lifetimes of
emergent. On the contrary, we claim that an ob- many of us.
server’s surprise of lack of surprise should have
nothing to do with how we should understand a
phenomenon of nature.

Emergence Explained 33/69


DRAFT 10/17/2008

• Most people will acknowledge that although without implying willfulness—


the kinds of entities that the biologic- how it is affected by outside forces.
al and social sciences deal with seem Putting these ideas together, we suggest
somehow different from those of that a useful way to think about
physics and chemistry. A major part autonomy may be that an entity is
of that difference is the apparent autonomous to the extent that it shapes
ability of the entities in those sci- the way it is affected by outside forces.
ences to act on their own, i.e., their
autonomy. But this is pretty much how we have
defined a dissipative structure. A dissipa-
So, what do we mean by autonomy? tive structure results from the operation
Certainly, we no longer believe in any- of an energy-driven abstract design. In
thing like vitalism, i.e., that there is such other words, a dissipative structure res-
a thing as a “life force” the possession of ults when an energy-driven abstract
which differentiates the animate from design shapes the way outside forces op-
the inanimate. But when we speak of erate within a bounded region.
autonomous entities, have we done much
more than substitute the word autonom- Because this seems to be such a nice fit
ous for other words? Do we have a ser- with our intuition of what it means for an
viceable definition of what it means to entity to be autonomous, we will define
be autonomous? an autonomous entity as an entity that is
implementing the abstract design of a
In non-political contexts, the term auton- dissipative structure.34
omous is generally taken to mean
something like self-directed or not con- In other words, we define an autono-
trolled by outside forces.33 But defini- mous entity as a self-perpetuating region
tions of this sort don’t help much. Per- of reduced entropy that is implementing
haps self-directed is what we mean by a dissipative structure’s abstract design.
autonomous. But what do we mean by By definition, autonomous entities con-
self-directed? sume energy and are far from equilibri-
um. We suggest that most if not all of the
Furthermore any entity (in our sense of entities of the higher level sciences satis-
an entity as having some material aspect) fy our definition of an autonomous en-
is subject to outside, i.e., physical, tity.
forces. Nothing is free from the laws of
physics. So it may not make any sense to Note that most biological, social, and
demand that to be autonomous an entity economic autonomous entities are even
must not be controlled by outside forces. more autonomous than our definition
suggests. Most of these entities acquire
The intuition behind self-directed and energy in some “frozen” form such as
the connection to outside forces may food or money35 and convert it to energy
give us a clue, however. Perhaps one can according to their internal designs. Thus
require that an autonomous entity con- they do more than simply shape how
trol—at least to some extent and in what “raw” energy that they encounter affects
may be considered a self-directed way,
34
This intuitive fit may be one reason that
the notion of a dissipative structure generated as
33
See, for example, the American Herit- much enthusiasm as it has.
age® Dictionary definition. URL as of 9/15/2005: 35
The maxim follow the money is really
http://www.bartleby.com/61/86/A0538600.html. advising to follow the energy.

Emergence Explained 34/69


DRAFT 10/17/2008

them. They are often able to save energy ies are almost always at-equilibrium en-
and to chose in some sense when to use tities through which energy flows. In
it. other words, the nature of human-pro-
duced autonomous entities is that their
5.7 A naturally occurring autono- persistence as entities tends to be inde-
mous entity that is neither pendent of their use of the energy that
biological nor social flows through them. This tends not to be
We suggest that a hurricane qualifies as the case with naturally occurring
an autonomous entity. (See Figure 3.) In autonomous entities.
simple terms (paraphrased from
One of the senses of the word natural is
[NASA]), the internal design of a hur-
to have properties characteristic of ele-
ricane involves a greater than normal
ments found in nature. We suggest that
pressure differential between the ocean
the distinction between entities that rely
surface and the upper atmosphere. That
on an at-equilibrium frame and those
pressure differential causes moist surface
that more actively construct their frame-
air to rise. When the moisture-laden air
work is one of the central intuitive dif-
reaches the upper atmosphere, which is
ferences between what we call artificial
cooler, it condenses, releasing heat. The
and what we call natural. A hurricane
heat warms the air and reduces the pres-
would thus be considered a naturally oc-
sure, thereby maintaining the pressure
curring autonomous entity which is
differential—a marvelous design for a
neither biological nor social.
self-perpetuating process.
As an example of a naturally occurring
In effect, a hurricane is a heat engine in
at-equilibrium entity that becomes
which condensation, which replaces
autonomous, consider an atom that is be-
combustion as the source of heat, occurs
ing excited by a photon stream. Because
in the upper atmosphere.36 Thus, al-
of its design it captures the energy of the
though physically very large, a hurricane
photons, which it releases at some later
has a relatively simple design, which
time in what may be a slightly different
causes it to consume energy and which
form. This is the basis of the laser.
allows it to perpetuate itself as an area of
reduced entropy.
5.9 Autonomous entities and
phase transitions
5.8 Natural and artificial
Many autonomous entities exhibit the
autonomous entities
equivalent of phases—and phase trans-
Most of our energy consuming machines
itions. Such phases differ from phases in
also qualify as autonomous entities. The
at-equilibrium entities in that they reflect
primary difference between human pro-
different ways in which the autonomous
duced autonomous entities and naturally
entity makes use of the energy that is
occurring ones is that the naturally oc-
flowing through it. Examples include
curring autonomous entities use at least
gaits (walking, running, etc.), heart beats
some of the energy they consume to per-
(regular and fibrillation), and possibly
petuate themselves as entities. In con-
psychological conditions such as mania,
trast, human-produced autonomous entit-
depression and psychosis.
36
A characterization of hurricanes as “ver-
tical heat engines” may be found in Wikipedia.
The primary concern about global warm-
URL as of 9/1/2005: ing is not that the temperature will rise
http://en.wikipedia.org/wiki/Hurricane

Emergence Explained 35/69


DRAFT 10/17/2008

by a degree or two—although the melt- ecologies depend on a high ambient tem-


ing of the ice caps resulting from that is perature. But that seems to be a different
potentially destructive—but the possibil- sort of dependency than using a direct
ity that if the temperature warms suffi- energy flow.
ciently, a phase transition will occur, and Most biological autonomous entities ac-
the global climate structure, including at- quire their energy in a packaged form,
mospheric and oceanic currents, will e.g., as “food” of some sort rather than
change abruptly—and possibly dis- as a direct energy flow. Once the energy
astrously. resource has been ingested, energy is ex-
As we suggest later, the fact that paral- tracted from it. This is even the case
lels exist between autonomous and at- with our hurricane example. The energy
equilibrium entities leads to the sugges- of condensation is produced within the
tion that one might be able to integrate hurricane after warm moist air is “inges-
the two and see at-equilibrium entities as ted.”
one end of a continuum that includes This seems to be another distinction
both at-equilibrium and autonomous en- between naturally occurring and artifi-
tities. cial autonomous entities. No artificial
entities procure their own energy re-
5.10 Autonomous entities and en-
sources. Other than plants, all naturally
ergy flows
occurring autonomous entities do.
Autonomous entities require energy
flows for survival. But the kinds of en-
5.11 Theseus’s ship
ergy flows available are limited. The The distinction between natural and arti-
most familiar (at least here on earth) is ficial entities sheds some light on the
the flow of energy from the sun. Plants paradox of Theseus’s ship, a ship that
exploit it. We are also familiar with arti- was maintained (repaired, repainted,
ficial energy flows, as in the flow of etc.) in a harbor for so long that all of its
electricity to a device when the switch is original material had been replaced.
turned on. Other than these, what other Does one say that it is “the same ship”
flows of energy support autonomous en- from year to year?
tities?
We would like to distinguish between
Thermal vents in the ocean are one pos- two ways of looking at Theseus’s ship.
sibility. Yet the primary food producers One way is to consider the material ship
in thermal vents are bacteria that convert as it exists at any one moment. By our
chemicals from the vents to more definition, this is an entity—although it
useable forms of energy.37 It is not clear is not an autonomous entity—since it is
what role, if any, is played by the flow of at an energy equilibrium. It is held to-
thermal energy itself. It would be signi- gether by a large number of relatively
ficant if a life-form were found that used shallow energy wells. Entities of this
thermal energy directly to power an in- sort are particularly vulnerable to every-
ternal process in a way that paralleled day weathering and wear and tear. It
the way plants use energy from the sun. doesn’t take much to push some of the
It may be that some of the chemical re- energy wells beyond their limits.
actions that occur in inhabitants of vent
37
A second way to look at Theseus’s ship
See, for example, Comm Tech Lab and
University of Delaware.
is to include the maintenance process as

Emergence Explained 36/69


DRAFT 10/17/2008

part of a larger autonomous ship entity. Furthermore, the internal design of most
The ship along with its maintenance pro- autonomous entities enable them (a) to
cess is an entity because it is a self-per- store energy, (b) to move it about intern-
petuating region of reduced entropy. It is ally, and (c) to tap it as needed.
a relatively simple example of a social
autonomous entity. Both materials and 5.13 Autonomous entities tend
people cycle through it, but the process not to supervene over their
perpetuates itself by using energy from static components
the society in which it is embedded. As we said earlier, an at-equilibrium en-
tity consists of a fixed collection of com-
So our answer to the question of whether ponent elements over which it super-
“the same ship” is in the harbor from venes. In contrast, autonomous entities
year to year is “No” if we are thinking for the most part tend not to consist of a
about the material ship and “Yes” if we fixed collection of matter. Our hurricane
are thinking about the larger ship-plus- is a good example. A hurricane may be
maintenance entity. relatively stable as a reduced entropy re-
By our definition, the larger ship-plus- gion—even though its boundaries may
maintenance entity would be considered be somewhat vague. But however its
natural rather than artificial because it as boundaries are defined, the material
a social process and is not at-equilib- within its boundaries tends to vary from
rium; it uses some of the energy it con- moment to moment as the hurricane’s
sumes to perpetuate itself. We would winds move air and water about.
consider most social entities to be natur- Similarly, most biological entities re-
al in this sense even though they are con- cycle their physical components, and
structed and maintained by people. most social entities (e.g., families) and
economic entities (e.g., corporations) re-
5.12 Autonomous entities may act
main intact as the people who fill vari-
in the world
ous roles cycle through them. Theseus’s
As we know, hurricanes can cause signi-
ship—when understood as including its
ficant damage. So far we haven’t talked
maintenance process as discussed above
about how that might happen.
—is another example of an autonomous
Since energy flows through autonomous entity that recycles its physical compon-
entities, part of that flowing through in- ents.
volves flowing out. In other words,
Because of this recycling property, most
autonomous entities may include as part
autonomous entities don’t supervene
of their designs means for projecting
over any collection of matter that gives
force into the world by directing outward
us any intellectual leverage.
flows of energy.38
It is easiest to see this when we consider
gliders in the Game of Life, about which
38
This solves a problem that concerned this is true as well. In the Appendix we
Leibniz with respect to monads: how do they inter-
act. Leibniz’s answer was that they don’t. Our
show how to formalize the notion of a
autonomous entities interact with each other and Game of Life pattern. In simplest terms
with the rest of the world though energy flows we define what we call a live cell group
over which they have the ability to exert some
control. Of course our autonomous entities can ex-
to be a connected group of live (i.e.,
ert that control because they have internal designs; “on”) cells. We define a pattern as a con-
Leibniz’s monads didn’t.

Emergence Explained 37/69


DRAFT 10/17/2008

nected sequence of live cell groups. In To connect this to autonomous entities,


general, such sequences may branch or imagine a glider pattern as fixed with the
terminate, but the glider pattern is a lin- grid moving underneath it, i.e., as if the
ear sequence of live cell groups. (See the glider cycles grid cells through itself.
Appendix for the details, which pretty This is quite similar to how most
much match one’s intuition.) A glider is autonomous entities operate. These entit-
such a pattern. ies typically cycle matter through them-
selves. The same reasoning shows that
One may define the state of a glider pat-
such autonomous entities don’t super-
tern to be the particular configuration it
vene over any useful subset of matter
is in (See Figure 2 earlier for the four
other than the collection of all mater
possible configurations.) Alternatively,
with which they may come in contact
one may also define the state of a glider
during their lifetimes.
pattern in either of two ways: the config-
uration (of the four) in which the pattern It appears that the concept of superven-
exists or the configuration along with the ience may not be as useful as one might
pattern’s location on the grid. have hoped for thinking about epiphen-
omena and emergence—at least in the
To satisfy supervenience, for a glider
case of autonomous entities.
pattern to supervene over a set of Game
of Life cells requires that if the glider is
5.14 Entities, objects, and agents
in different states then the grid cells Computer Science has also developed a
must also be in a different state. distinction between entities that do and
Given either of our two definitions of do not act autonomously. Recall that our
state, gliders (if undisturbed) do not su- definition of entity depended on distin-
pervene over any finite set of grid cells. guishing an entity from its environment,
Given any such finite set of cells, a i.e., it was a region of reduced entropy.
glider may assume multiple states when We may therefore refer to the “inside” of
beyond that set, thereby violating super- an entity and to whatever internal struc-
venience. ture and state it may have. This also al-
lows us also to speak of the interface
The only sets of cells over which a glider
(boundary) between an entity and its en-
supervenes is a superset of (an infinite
vironment.
subset of cells within) what one might
call the glider’s “glide path,” the strip of If an entity has an internal state, what, if
cells that a glider will traverse if undis- anything, may cause that state to
turbed. The parenthetical qualification change? Are there outside influences that
allows for the possibility that one can may cause an entity to change state? If
differentiate states without looking at the so, what mechanism enables those influ-
entire glider pattern. ences to act on the entity? Alternatively,
may an entity change state as a result of
In other words, any set of cells over
purely internal activity?
which a glider supervenes must include a
potentially infinite subset of the cells In Computer Science two concepts have
with which the glider comes in contact emerged as fundamental to these issues:
over its lifetime. This may be super- objects and agents. There is a reasonable
venience, but it is supervenience in a not consensus in Computer Science about
very useful way. what we mean by an object, namely an

Emergence Explained 38/69


DRAFT 10/17/2008

encapsulation of a mechanisms for as- out something important. In the real


suming and changing states along with world one needs energy to drive pro-
means for acting on that encapsulated cesses. To run real software in the real
mechanism. world requires a real computer, which
uses real energy. We suggest that a the-
There is far less agreement about the no-
ory of thermodynamic computation is
tion of an agent. For our purposes, we
needed to integrate the notions of energy,
will construe an agent as simply as pos-
entities, and computing.
sible. An agent for us will be an object
(as defined above) that may act on its How do we capture the notion of the
own. In software terms, this means that “energy” that enables software to do its
an agent is a software object that has an “symbolic work?” Is computational
internal thread.39 complexity an equivalent concept? Com-
putational complexity is concerned
Given these definitions of object and
primarily with finding measures for how
agent, we suggest that to a first very
intrinsically difficult particular kinds of
rough approximation40 objects are the
computations are. The focus seems dif-
software equivalent of at-equilibrium en-
ferent.
tities and agents are the software equi-
valent of autonomous entities. Performance analysis is somewhat closer
to what we are attempting to get at. But
5.15 Thermodynamic computing: performance analysis is typically satis-
nihil ex nihilo fied with relatively gross results, not
Note that when discussing software ob- with the fine details of how a computa-
jects and agents, there is no concern with tional energy budget is spent.
entropy: the software system maintains
The problem seems to be that the com-
the integrity (and internal structure) of
putational energy that software uses is
objects and agents. Similarly, we did not
not visible to the software itself. Soft-
claim that gliders or Turing Machines
ware does not have to pay its energy bill;
were entities in the Game of Life.
the rest of nature does.
The problem has to do with the way we
However this issue is resolved, for now a
do Computer Science. In Computer Sci-
thread seems to be a useful software ana-
ence we assume that one can specify a
log for the energy flow that powers a
Turing Machine, a Finite State Auto-
dissipative structure. It also seems reas-
maton, a Cellular Automaton, or a piece
onable to use the term agent as syn-
of software, and it will do its thing—for
onymous with autonomous entity.
free. Software runs for free. Turing ma-
chines run for free. Cellular Automata With this in mind, though, we should
run for free. Gliders run for free. Agents point out that the parallel between ob-
in agent-based models run for free. Al- jects and agents on the one hand and at-
though that may be a useful abstraction, equilibrium and autonomous entities on
we should recognize that we are leaving the other isn’t perfect. An object in soft-
ware is not completely controlled by ex-
39
In adopting this definition, we are delib- ternal forces. An object’s methods do
erately bypassing issues of goals, beliefs, plans,
etc., which appear in some formulations of agent- shape how energy (in the form of threads
based modeling frameworks. that execute them) affects the object.
40
See the next section for a discussion of
why this approximation is indeed very rough.

Emergence Explained 39/69


DRAFT 10/17/2008

Objects differ from agents in that they directly from inorganic materials. Simil-
don’t have what might be considered an arly, simple self-perpetuating organisms
internal source of energy. Agents do. But may not include any stable internal re-
our analogy breaks down entirely if an cord—like DNA—of their design (as
object is allowed to create a thread when hurricanes again illustrate). One would-
one of its methods is executed. (Most n’t expect to see evolution among such
multi-threaded programming languages organisms—at least not evolution that
allow the arbitrary creation of threads.) depends on modifications of such design
For an object to create a thread would be descriptions..
equivalent to an entity in nature creating
an unlimited internal source of energy 6 The evolution of complex-
for itself once it came in contact with ity
any external energy at all.
As we said, a real theory of thermody- 6.1 Stigmergy
namic computing is needed. Once one has autonomous entities (or
agents) that persist in their environment,
5.16 Minimal autonomous entities the ways in which complexity can devel-
In [Kauffman] Kauffman asks what the op grows explosively. Prior to agents, to
basic characteristics are of what he (also) get something new, one had to build it as
calls autonomous agents. He suggests a layer on top of some existing substrate.
that the ability to perform a thermody- As we have seen, nature has found a
namic (Carnot engine) work cycle is fun- number of amazing abstractions along
damental. with some often surprising ways to im-
plement them. Nonetheless, this con-
In what may turn out to be the same an- struction mechanism is relatively pon-
swer we suggest looking for the minimal derous. Layered hierarchies of abstrac-
biological organism that perpetuates it- tions are powerful, but they are not what
self by consuming energy. Bacteria seem one might characterize as lightweight or
to be too complex. Viruses41 and prions responsive to change. Agents change all
don’t consume energy.42 Is there anything that.
in between? We suggest that such a min-
imal autonomous entity may help us un- Half a century ago, Pierre-Paul Grasse
derstand the yet-to-be-discovered trans- invented [Grasse] the term stigmergy to
ition from the inanimate to the animate. help describe how social insect societies
function. The basic insight is that when
Since self-perpetuation does not imply the behavior of an entity depends to at
reproduction (as hurricanes illustrate), least some extent on the state of its en-
simple self-perpetuating organisms may vironment, it is possible to modify that
not be able to reproduce. That means entity’s behavior by changing the state of
that if they are to exist, it must be relat- the environment. Grasse used the term
ively easy for them to come into being “stigmergy” for this sort of indirect com-
41
Viruses are an interesting contrast to our munication and control. This sort of in-
lactose example, however. In both cases, an at-
equilibrium element in the environment triggers a
terplay between agents and their envir-
process in an autonomous entity. In the case of onment often produces epiphenomenal
lactose, the process is advantageous to the entity; effects that are useful to the agents. Of-
in the case of viruses, it is not advantageous to the
entity.
ten those effects may be understood in
42 terms of formal abstractions. Sometimes
Hurricanes aren’t biological.

Emergence Explained 40/69


DRAFT 10/17/2008

it is easier to understand them less form- vironmental effects for each other as
ally. do sexes within species.
Two of the most widely cited examples • The “devo” side is even more stig-
of stigmergic interaction are ant foraging mergic. Genes, the switches that con-
and bird flocking. In ant foraging, ants trol gene expression, and the proteins
that have found a food source leave that genes produce when expressed
pheromone markers that other ants use to all have environmental effects on
make their way to that food source. In each other.
bird flocking, each bird determines how
it will move at least in part by noting the • Interestingly enough, the existence
positions and velocities of its neighbor- of gene switches was discovered in
ing birds. the investigation of another stigmer-
gic phenomenon. Certain bacteria
The resulting epiphenomena are that generate an enzyme to digest lactose,
food is gathered and flocks form. Pre- but they do it only when lactose is
sumably these epiphenomena could be present. How do the bacteria “know”
formalized in terms of abstract effects when to generate the enzyme?
that obeyed a formal set of rules—in the
same way that the rules for gliders and It turns out to be simple. The gene for
Turing Machines can abstracted away the enzyme exists in the bacteria, but
from their implementation by Game of its expression is normally blocked by a
Life rules. But often the effort required protein that is attached to the DNA se-
to generate such abstract theories doesn’t quence just before the enzyme gene.
seem worth the effort—as long as the This is called a gene expression
results are what one wants. switch.
Here are some additional examples of When lactose is in the environment, it
stigmergy. infuses into the body of the bacteria
and binds to the protein that blocks the
• When buyers and sellers interact in a expression of the gene. This causes the
market, one gets market epiphenom- protein to detach from the DNA
ena. Economics attempts to formal- thereby “turning on” the gene and al-
ize how those interactions may be lowing it to be expressed.
abstracted into theories.
The lactose enzyme switch is a lovely
• We often find that laws, rules, and illustration of stigmergic design. As we
regulations have both intended and described the mechanism above, it
unintended consequences. In this seems that lactose itself turns on the
case the laws, rules, and regulations switch that causes the lactose-digesting
serve as the environment within enzyme to be produced. If one were
which agents act. As the environment thinking about the design of such a
changes, so does the behavior of the system, one might imagine that the
agents. lactose had been designed so that it
would bind to that switch. But of
• Both sides of the evo-devo (evolu-
course, lactose wasn’t “designed” to
tion-development) synthesis [Car- do that. It existed prior to the switch.
roll] exhibit stigmergic emergence. The bacteria evolved a switch that
On the “evo” side, species create en- lactose would bind to. So the lactose

Emergence Explained 41/69


DRAFT 10/17/2008

must be understood as being part of the Just as there in nothing in the rules of
environment to which the bacteria ad- the Game of Life about gliders, there is
apted by evolving a switch to which nothing in a computer’s instruction ex-
lactose would bind. How clever; how ecution cycle about exchanging the
simple; how stigmergic! values of x and y—or about any other
algorithm that software implements.
• Cellular automata operate stigmer-
Those effects are all epiphenomenal.
gically. Each cell serves as an envir-
onment for its neighbors. As we have • The instruction execution cycle itself
seen, epiphenomena may include is epiphenomenal over the flow of
gliders and Turing Machines. electrons through gates—which
knows no more about the instruction
• Even the operation of the Turing Ma-
execution cycle than the instruction
chine as an abstraction may be un-
execution cycle knows about al-
derstood stigmergically. The head of
gorithms.
a Turing Machine (the equivalent of
an autonomous agent) consults the In all of the preceding examples it is rel-
tape, which serves as its environ- atively easy to identify the agent(s), the
ment, to determine how to act. By environment, and the resulting epiphen-
writing on the tape, it leaves markers omena.
in its environment to which it may
return—not unlike the way foraging 6.2 Design and evolution
ants leave pheromone markers in It is not surprising that designs appear in
their environment. When the head re- nature. It is almost tautologous to say
turns to a marker, that marker helps that those things whose designs work in
the head determine how to act at that the environments in which they find
later time. themselves will persist in those environ-
ments. This is a simpler (and more ac-
• In fact, one may understand all com- curate) way of saying that it is the fit—
putations as being stigmergic with entities with designs that fit their envir-
respect to a computer’s instruction onment—that survive.
execution cycle. Consider the fol-
lowing familiar code fragment. 6.3 The accretion of complexity
An entity that suits its environment per-
temp:= sists in that environment. But anything
x; that persists in an environment by that
x := very fact changes that environment for
y; everything else. This phenomenon is
y := commonly referred to as an ever chan-
temp; ging fitness landscape.
What has been less widely noted in the
The epiphenomenal result is that x and
complexity literature is that when
y are exchanged. But this result is not
something is added to an environment it
a consequence of any one statement. It
may enable something else to be added
is an epiphenomenon of the three state-
latter—something that could not have
ments being executed in sequence by a
existed in that environment prior to the
computer’s instruction execution
earlier addition.
cycle.

Emergence Explained 42/69


DRAFT 10/17/2008

This is an extension of notions from eco- This notion of building one thing upon
logy, biology, and the social sciences. A another applies to our framework in that
term for this phenomenon from the eco- anything that persists in an environment
logy literature, is succession. (See, for changes that environment for everything
example, [Trani].) Historically succes- else. The Internet provides many inter-
sion has been taken to refer to a fairly ri- esting illustrations.
gid sequence of communities of species,
• Because the Internet exists at all, ac-
generally leading to what is called a cli-
max or (less dramatically) a steady state. cess to a very large pool of people is
available. This enabled the develop-
Our notion is closer to that of bricolage, ment of websites such as eBay.
a notion that originated with the structur-
alism movement of the early 20th century • The establishment of eBay as a per-
[Wiener] and which is now used in both sistent feature of the Internet envir-
biology and the social sciences. Bricol- onment enabled the development of
age means the act or result of tinkering, enterprises whose only sales outlet
improvising, or building something out was eBay. These are enterprises with
of what is at hand. neither brick and mortar nor web
storefronts. The only place they sell
In genetics bricolage refers to the evolu- is on eBay. This is a nice example of
tionary process as one that tinkers with ecological succession.
an existing genome to produce
something new. [Church]. • At the same time—and again be-
cause the Internet provides access to
John Seely Brown, former chief scientist  a very large number of people—oth-
for the Xerox Corporation and former  er organizations were able to estab-
director of the Xerox Palo Alto Research  lish what are known as massively
Center captured its sense in a recent talk. multi-player online games. Each of
these games is a simulated world in
[W]ith bricolage you appropri- which participants interact with the
ate something. That means game environment and with each
you bring it into your space, other. In most of these games, parti-
you tinker with it, and you re- cipants seek to acquire virtual game
purpose it and reposition it. resources, such as magic swords. Of-
When you repurpose ten it takes a fair amount of time, ef-
something, it is yours.43 fort, and skill to acquire such re-
Ciborra [Ciborra] uses bricolage to char- sources.
acterize the way that organizations tailor • The existence of all of these factors
their information systems to their chan- resulted, though a creative leap, in an
ging needs through continual tinkering. eBay market in which players sold
virtual game assets for real money.
43
In passing, Brown claims that this is how This market has become so large that
most new technology develops. there are now websites dedicated ex-
[T]hat is the way we build almost all clusively to trading in virtual game
technology today, even though my law- assets. [Wallace]
yers don't want to hear about it. We
borrow things; we tinker with them; we • BBC News reported [BBC] that
modify them; we join them; we build
stuff. there are companies that hire low-

Emergence Explained 43/69


DRAFT 10/17/2008

wage Mexican and Chinese teen- that it may seem gratuitous even to com-
agers to earn virtual assets, which are ment on it. But it is an important phe-
then sold in these markets. How long nomenon, and one that has not received
will it be before a full-fledged eco- the attention it deserves.
nomy develops around these assets? Easy though this phenomenon is to un-
There may be brokers and retailers derstand once one sees it, it is not trivial.
who buy and sell these assets for After all, the second law of thermody-
their own accounts even though they namics tells us that overall entropy in-
do not intend to play the game. (Per- creases and complexity diminishes. Yet
haps they already exist.) Someone we see complexity, both natural and man
may develop a service that tracks the made, continually increasing. For the
prices of these assets. Perhaps fu- most part, this increasing complexity
tures and options markets will devel- consists of the development of new
op along with the inevitable invest- autonomous entities, entities that imple-
ment advisors. ment the abstract designs of dissipative
The point is that once something fits structures.
well enough into its environment to per- This does not contradict the Second
sist it adds itself to the environment for Law. Each autonomous entity maintains
everything else. This creates additional its own internally reduced entropy by us-
possibilities and a world with ever in- ing energy imported from the environ-
creasing complexity. ment to export entropy to the environ-
In each of the examples mentioned ment. Overall entropy increases. Such a
above, one can identify what we have process works only in an environment
been calling an autonomous entity. In that itself receives energy from outside
most cases, these entities are self-per- itself. Within such an environment, com-
petuating in that the amount of money plexity increases.
they extract from the environment (by Progress in science and technology and
selling either products, services, or ad- the bountifulness of the marketplace all
vertising) is more than enough to pay for exemplify this pattern of increasing
the resources needed to keep it in exist- complexity. One might refer to this kind
ence.
of pattern as a meta-epiphenomenon
In other cases, some Internet entities run since it is an epiphenomenon of the pro-
on time and effort contributed by volun- cess that creates epiphenomena.
teers. But the effect is the same. As long This creative process also tends to exhib-
as an entity is self-perpetuating, it be- it a second meta-epiphenomenon. Over-
comes part of the environment and can all energy utilization becomes continu-
serve as the basis for the development of ally more efficient. As new autonomous
additional entities. entities find ways to use previously un-
used or under-used energy flows (or
6.4 Increasing complexity in-
forms of energy flows that had not exis-
creasing efficiency, and his-
ted until some newly created autonom-
torical contingency
ous entity generated them, perhaps as a
The phenomenon whereby new entities
waste product), more of the energy
are built on top of existing entities is
available to the system as a whole is put
now so widespread and commonplace
to use.

Emergence Explained 44/69


DRAFT 10/17/2008

The process whereby new autonomous al. Even though the activities of higher
entities come into existence and perpetu- level entities may be described in terms
ate themselves is non-reductive. It is cre- that are independent of the forces that
ative, contingent, and almost entirely a produce them (recall that this is our
sequence of historical accidents. As they definition of epiphenomenal), the funda-
say, history is just one damn thing after mental forces of physics are the only
another—to which we add, and nature is forces in nature. There is no strong
a bricolage. We repeat the observation emergence. All other force-like effects
Anderson made more than three decades are epiphenomenal.
ago. Consequently we find ourselves in the
The ability to reduce position of claiming that the higher level
everything to simple funda- sciences study epiphenomenal interac-
mental laws [does not imply] tions among real if often somewhat eth-
the ability to start from those ereal entities.
laws and reconstruct the uni-
verse. 7.2 Science and emergence
The idea that one can use heat and the
7 Entities, emergence, and expansion of gases that it produces to
science implement a particular function is not a
concept of fundamental physics. Of
7.1 Entities and the sciences course the Carnot engine is a conse-
One reason that the sciences at levels quence of fundamental physics, but it is
higher than physics and chemistry seem not a concept of fundamental physics.
somehow softer than physics and chem- The idea of using a force to implement
istry is that they work with autonomous new functionality is simply not within
entities, entities that for the most part do the realm of fundamental physics.
not supervene over any conveniently Physics, like most science, does not con-
compact collection of matter. Entities in sider new functionality. It examines ex-
physics and chemistry are satisfyingly isting phenomena, and it asks how they
solid—or at least they seemed to be be- are brought about. It does not ask how
fore quantum theory. In contrast, the en- knowledge gained from such an analysis
tities of the higher level sciences are not can be used to implement something
defined in terms of material boundaries. new.
These entities don’t exist as stable
clumps of matter; it’s hard to hold them Here is a representative definition of the
completely in one’s hand—or in the grip term science.
of an instrument. • The observation, identifica-
The entities of the special sciences are tion, description, experi-
objectively real—there is some objective mental investigation, and
measure (their reduced entropy relative theoretical explanation of
to their environment) by which they phenomena. [American Her-
qualify as entities. But as we saw earlier, itage]
the processes through which these entit- Science is thus the study of nature, how
ies interact and by means of which they it is designed, i.e., organized, and how
perpetuate themselves are epiphenomen- its designs work. Science does not have

Emergence Explained 45/69


DRAFT 10/17/2008

as part of its charter to take what is If we conceive of science as the study of


known about nature and to create existing phenomena, science is reduc-
something new. tionism. To paraphrase Weinberg, the
goal of science is
Recall our discussion of hurricanes. Ap-
parently they are the only kind of weath- to find simple universal laws
er system with an internal power plant. that explain why nature is the
Let’s imagine that no hurricane ever ex- way it is.
isted—at least not anywhere that an
When science is understood in this way,
earthbound scientist could observe it.
mathematics, computer science, and en-
Under those circumstances no scientist
gineering, all of which create and study
would hypothesize the possibility of
conceptual structures that need not exist,
such a weather system. Doing so just is-
are not science. Indeed scientists and
n’t part of the scientific agenda; it is not
mathematicians are often surprised when
the kind of task that scientists set for
they find that a mathematical construct
themselves.
that had been studied simply because it
Why waste one’s time thinking about seemed mathematically interesting has a
something so strange—a weather system scientific application.
that not only contains its own built-in
Fortunately for us, nature is not a scien-
power plant but one in which the heat is
tist. Like computer scientists and engi-
generated by condensation rather than
neers, she too creates things that need
combustion and the “furnace” in which
not exist—people and hurricanes, for ex-
the heat is generated is located in the up-
ample.
per atmosphere. Thinking through such a
possibility might make interesting sci- What about this paper? We would cate-
ence fiction. gorize this paper as science because one
of its goals is to help explain, i.e., to
In a galaxy far away, on a
provide some intellectual leverage for
planet of a medium size star
understanding, why the nature is the way
near the edge of that galaxy, a
it is.
planet that had storms with
their own built-in heat engines, This immediately raises another ques-
…. tion: if this is science, are we happy with
it? Let’s assume that the simplest and
Certainly nothing so bizarre could ever most universal way to understand nature
occur naturally. It would not be consid- is in terms of multilevel abstractions. Is
ered science. this satisfactory? Is this approach to sci-
Imagine also how bizarre phase transi- entific explanation as real and as con-
tions would seem if they weren’t so crete as explaining nature in terms of
common—matter sometimes obeying more absolute single-level laws? Isn’t
one set of rules and sometimes obeying there something unreal about explaining
another set. It wouldn’t make any sense. nature at least in part as implementations
What would happen at the boundaries? of abstractions?
How would transitions occur? If phase One way to argue for the reality of these
transitions didn’t happen naturally, sci- abstractions is to show that they build
ence almost certainly wouldn’t invent upon each other. When a new abstraction
them. is implemented in terms of the function-

Emergence Explained 46/69


DRAFT 10/17/2008

alities embodied in existing abstractions, egories of emergence: static emergence


there seems little choice but to acknow- and dynamic emergence. We also sug-
ledge the reality of the implementing ab- gest that these categories correspond to
stractions. Weinberg’s notion of petty and grand re-
ductionism.
The obvious place to look for sciences
building upon other sciences is the hier- As in the case of Weinberg’s petty and
archy of the sciences. To take the most grand reductionism, static emergence,
concrete case, chemistry is built on the while of great importance, is of lesser in-
abstraction of the atom as an entity with terest. It is dynamic emergence, and es-
an internal structure. Yet we certainly pecially stigmergic dynamic emergence
don’t wonder about whether chemistry is that is central to complex systems.
a real science. Recall that we defined a phenomenon as
Molecules are the (emergent) entities of emergent over a underlying model if
chemistry. They form when combina- (a) it has an independent conceptualiza-
tions of atoms in are in a lower energy tion and (b) it can be implemented in
state than the atoms would be in isola- terms of elements of that model.
tion. How does nature implement this?
It does it in terms of abstract structures 8.1 Static emergence
known as orbitals. An emergent phenomenon is statically
emergent if its implementation does not
Molecules form when orbitals from pairs depend on time.
of atoms merge. What is an orbital? It is
part of the abstract design—the design As an interesting example of static emer-
that determines how electrons and pro- gence, consider cloth as a collection of
tons relate to each other—that matter im- threads woven together. Cloth has the
plements by following the rules of emergent property that it is able to cover
quantum mechanics. Thus molecular a surface. This property is implicitly two
bonds are implemented by nature dimensional. The components of cloth,
through the quantum mechanical mech- i.e., threads, do not have (or at least are
anisms of orbitals. Like the formation of not understood in terms of) that property.
atoms themselves, chemical bonding is A thread is understood in terms of the
part of the free lunch that nature sets out property length. Yet when threads are
for us—and another illustration that woven together the resulting cloth has
emergence is a fundamental aspect of this new property, which effectively con-
nature. verts a collection of one dimensional
components to a two dimensional object.
Of course, this is just one example. As
we shall saw above, the complexity that Many human manufactured or construc-
we see around us is a direct result of the ted artifacts exhibit static emergence. A
fact that new abstractions may be built house has the statically emergent prop-
on top of the functionalities provided by erty number-of-bedrooms. More gener-
existing abstractions. ally, a house has the emergent property
that it can serve as a residence. Static
8 Varieties of Emergence emergence also occurs in nature. As
In this section we stand back and review Weinberg points out,
the kinds of emergence we have dis-
cussed. In particular we discuss two cat-

Emergence Explained 47/69


DRAFT 10/17/2008

[A] diamond is hard because The quantum wave function is an espe-


the carbon atoms of which it is cially interesting example. As long as it
composed can fit together does not undergo decoherence, i.e., in-
neatly [even though] it doesn't teraction with an environment, the wave
make sense to talk about the function encompasses all possibilities,
hardness … of individual ‘ele- but it realizes none of them.
mentary’ particles. Since quantum states are discrete (hence
Since statically emergent phenomena the term quantum), objects cannot trans-
must be implemented in terms of some ition smoothly from one quantum state
underlying model, and since time is by to another. So how does that transition
definition excluded from that imple- occur? Quantum theory turns these
mentation, static emergence is equival- transitions into probabilities. As Hardy
ent to Weinberg’s petty reductionism. points out [Hardy], by making such
transitions probabilistically continuous,
8.2 Dynamic emergence
quantum theory offers us a
Properties or phenomena of a model are
way to have the advantages of
dynamically emergent if they are defined
discreteness and continuity at
in terms of how the model changes (or
the same time.
doesn’t change) over some time. Dy-
namic emergence occurs either with or For all practical purposes, actually to as-
without autonomous entities. We call the sume a state requires something more,
former stigmergic emergence, but we the so-called collapse of the wave func-
look at non-stigmergic dynamic emer- tion. That happens stigmergically. At the
gence first. quantum level, stigmergy is equivalent
to decoherence.
8.3 Non-stigmergic dynamic
emergence 8.4 Dynamic emergence and
Interactions among at-equilibrium entit- grand reductionism
ies result in non-stigmergic dynamic As static emergence corresponds to
emergence. Two examples are: (a) ob- Weinberg’s petty reductionism, dynamic
jects moving in space and interacting ac- emergence seems to correspond nicely to
cording to Newtonian mechanics and Weinberg’s grand reductionism. Wein-
(b) the quantum wave function. berg explains grand reductionism as fol-
lows
What appears to be distinctive about
such systems is that they are not charac- [T]he reductionist regards the
terized in terms of discrete states that general theories governing air
their elements assume. Elements do not and water and radiation as be-
transition from one state to another. Such ing at a deeper level than the-
systems may be defined in terms of con- ories about cold fronts or thun-
tinuous equations. derstorms, not in the sense
that they are more useful, but
only in the sense that the lat-
ter can in principle be under-
stood as mathematical con-
sequences of the former. The
reductionist program of phys-

Emergence Explained 48/69


DRAFT 10/17/2008

ics is the search for the com- 8.5 Stigmergic emergence


mon source of all explanations. Stigmergic emergence is dynamic emer-
… gence that involves autonomous entities.
What tends to be most interesting about
We hope that Weinberg would not object
autonomous entities are (a) they may as-
to the following paraphrase.
sume discrete states and (b) they change
The reductionist goal (with respect to state as they interact with their environ-
reducing weather terminology to the ments.44
terminology of physics) is to build a
Furthermore, not only do autonomous
model (a) whose elements include air,
entities depend on their environments as
water vapor, and radiation and
sources of energy and other resources,
(b) whose elements interact according
the environment on which any autonom-
to the principles of physics. When that
ous entity depends includes other
model is run it will generate the emer-
autonomous entities. Of course these
gent phenomena that we would recog-
other autonomous entities also depend
nize as cold fronts and thunderstorms.
on their environment, etc. These depend-
Grand reductionism is thus the explana- encies form networks of enormous and
tion of phenomena at one level in terms complexity in which the dependency
of phenomena at a more fundamental links are frequently not higher depend-
level. One shows that when the laws at ing on lower.
the more fundamental level are applied,
Static and non-stigmergic dynamic
the result will be the phenomena of in-
emergence is fairly well-behaved. One
terest at the less fundamental level.
can often write down equations that
Since these sorts of models are inevit-
characterize entire systems in which it
ably dynamic this is dynamic emergence
occurs—even though it may not be prac-
but expressed in other terms.
tical to solve those equations for other
Nor should the equating of grand reduc- than trivial cases. Stigmergic emergence
tionism with dynamic emergence sur- is far worse. Because of the relative in-
prise anyone in the field of complex sys- terdependence of the components, it is
tems. After all, the presumed reason to virtually impossible to provide a global
build a model is to show that a set of equation-like characterization of the sys-
lower level rules will produce higher tem as a whole. Stigmergic emergence is
level results—which is exactly the grand the source of the complexity in nature. It
reductionist agenda. is because of stigmergic emergence that
Of course the terminology that we would complex systems are complex.
use is not just that lower level rules pro- This would seem to put a final stake in
duce higher level results, that lower level the heart of Laplace’s demon, the hypo-
rules may implement a higher level ab- thetical computing device that if given
straction. details about the initial state of the uni-
But no matter how it is expressed, verse would be able to compute all fu-
without the lower level substrate, the ture states. Laplace’s demon may suc-
higher level phenomena would not exist. ceed in a Newtonian universe, for which
44
One might liken an isolated quantum
wave system to the inside of an autonomous entity.
It assumes a state (i.e., collapses) when it interacts
with its environment.

Emergence Explained 49/69


DRAFT 10/17/2008

it was invented. Laplace’s demon may phenomena are often of significant in-
even succeed in a quantum mechanical terest. We also said that formalization
universe in that the quantum wave equa- may not always be in the cards. Soft-
tion is deterministic—even though it ware, which one would imagine to be a
characterizes probability amplitudes and perfect candidate for formalization, now
hence its collapse is not. But if nature in- seems to be a good example of an epi-
cludes asynchronously acting autonom- phenomenon that is unlikely to be form-
ous entities, some of which may them- alized.
selves embody quantum probability It had once been hoped that software de-
transitions, many of which are mutually velopment could evolve to a point at
interdependent, and all of which depend which one need only write down a form-
on their environment, which includes al specification of what one wanted the
other autonomous entities for their oper- software to do. Then some automatic
ation and persistence, Laplace’s demon process would produce software that sat-
will be way beyond its depth. isfied that specification.
One possible simple formal model for That dream now seems quite remote. Be-
such a computational system is a shared sides the difficulty of developing (a) a
tape Turing Machine community: a col- satisfactory specification language and
lection of asynchronously operating Tur- (b) a system that can translate specifica-
ing Machines that share a single tape.45 tions written in such a language into ex-
Some proponents of agent-based model- ecutable code, the real problem is that it
ing argue for that approach on the has turned out to be at least as difficult
grounds that even though some domains and complex to write formal specifica-
may have global characterizations, those tions as it is to write the code that pro-
characterizations are much too complex duces the specified results.
to compute. Our position is that agent- Even if one could write software by
based modeling is appropriate because writing specifications, in many cases—
that’s how nature is. especially cases that involve large and
complex systems, the kinds of cases for
9 Some practical considera- which it really matters—doing so does-
tions n’t seem to result in much intellectual
leverage, if indeed it produces any at all.
9.1 Emergence and software
As noted earlier, the computation that This illustrates quite nicely that we often
results when software is executed is find ourselves in the position of wanting
emergent. It is an epiphenomenon of the to produce epiphenomena (epiphenom-
operation of the (actual or virtual) ma- ena, which may be very important to us),
chine that executes the software. whose formalization as an abstraction
we find to be either infeasible or not par-
Earlier we defined emergence as syn- ticularly useful.
onymous with epiphenomenon. At that
time we suggested that formalizable epi- 9.2 Bricolage as design
45
Wegner’s work [Wegner] on non-tradi-
The process of building one capability
tional Turing Machine models begins to explore on top of another not only drives the
his own models. Cockshott and Michaelson [Cock- overall increase in complexity, it also
shott] dispute whether Wegner’s models extend the
power of the Turing machine.
provides guidance to designers about

Emergence Explained 50/69


DRAFT 10/17/2008

how to do good design work. Any good onment, i.e., our infrastructure, and not
designer—a developer, an architect, a just a piece of closed and isolated func-
programmer, or an engineer—knows that tionality.
it is often best if one can take advantage By infrastructure we mean systems such
of forces and processes already in exist- as the Internet, the telephone system, the
ence as part of one’s design. electric power distribution system, etc.
But even before engineering, we as hu- Each of these systems can be character-
man beings made use of pre-existing ized in isolation in terms of the particu-
capabilities. Agriculture and animal hus- lar functions they perform. But more im-
bandry use both plant reproduction and portant than the functional characteriza-
such animal capabilities as locomotion tion of any of these individual systems is
or material (i.e., skin) production for our the fact that they exist in the environ-
own purposes. The exploitation of exist- ment in such a way that other systems
ing capabilities for our own purposes is can use them as services.
not a new idea. We should apply this perspective to all
An interesting example of this approach new systems that we design: design them
to engineering involves recent develop- as infrastructure services and not just as
ments in robotics. Collins reported bits of functionality. Clearly Microsoft
[Collins] that a good way to make a ro- understands this. Not only does it posi-
bot walk is by exploiting gravity through tion the systems it sells as infrastructure
what he called passive-dynamic motion services, it also maintains tight owner-
—raise the robot’s leg and let gravity ship and control over them. When such
pull it back down—rather than by direct- systems become widely used elements of
ing the robot’s limbs to follow a pre- the economy, the company makes a lot
defined trajectory. of money. The tight control it maintains
and the selfishness with which it controls
This illustrates in a very concrete way
these systems earns it lots of resentment
the use of an existing force in a design.
as well. Society can’t prosper when any
Instead of building a robot whose every
important element of its infrastructure is
motion was explicitly programmed,
controlled primarily for selfish purposes.
Collins built a robot whose motions were
controlled in part by gravity, a pre-exist- The US Department of Defense (DoD) is
ing force. currently reinventing itself [Dick] to be
more infrastructure-centric. This requires
9.3 Infrastructure-centric devel- it to transform what is now a
opment
huge collection of independent
Building new capabilities on top of ex-
isting ones is not only good design, it is “stovepipe” information sys-
highly leveraged design. But now that tems, each supporting only its
we are aware of this strategy a further original procurement specifica-
lesson can be drawn. New systems tion, to a unified assembly of
should be explicitly designed to serve as interoperating systems.
a possible basis for systems yet to come. The evocative term stovepipe is intended
Another way of putting this is that every to distinguish the existing situation—in
time we build a new system, it should be which the DoD finds that it has acquired
built so that it becomes part of our envir- and deployed a large number of func-

Emergence Explained 51/69


DRAFT 10/17/2008

tionally isolated systems (the our more general notion of service in


“stovepipes”)—from the more desirable mind, historians may look back to this
situation in which all DoD systems are period as the beginning of the age of ser-
available to each other as an infrastruc- vices.
ture of services. Recall that a successful service is an
autonomous entity. It persists as long as
9.4 Service refactoring and the
it is able to extract from its environment
age of services
enough resources, typically money, to
The process whereby infrastructure ser-
perpetuate itself.
vices build on other infrastructure ser-
vices leads not only to new services, it
9.5 A possible undesirable unin-
also leads to service refactoring. The
tended consequence
corporate trend toward outsourcing func- The sort of service refactoring we just
tions that are not considered part of the discussed tends to make the overall eco-
core competence of the corporation illus- nomic system more efficient. It also
trates this. Payroll processing is a typical tends to improve reliability: the payroll
example. service organizations are more reliable
Because many organizations have em- than the average corporate payroll de-
ployees who must be paid, these organ- partment.
izations must provide a payroll service On the other hand, by eliminating re-
for themselves. It has now become feas- dundancy, efficiency makes the overall
ible to factor out that service and offer it economic system more vulnerable to
as part of our economic infrastructure. large scale failure. If a payroll service
This outsourcing of internal processes organization has a failure, it is likely to
leads to economic efficiencies in that have a larger impact than the failure of
many such processes can be done more any one corporate payroll department.
efficiently when performed by special- This phenomenon seems to be quite
ized organizations. Such specialized or- common—tending to transform failure
ganizations can take advantage of eco- statistics from a Gaussian to a scale free
nomies of scale. They can also serve as distribution: the tails are longer and fat-
focal points where expertise in their spe- ter. [Colbaugh] Failures may be less fre-
cialized service can be concentrated and quent, but when they occur they may be
the means of providing those services more global.
improved. This may be yet another unintended and
As this process establishes itself ever unexpected emergent phenomenon—a
more firmly, more and more organiza- modern example of the tragedy of the
tions will focus more on offering ser- commons. Increased economic effi-
vices rather than functions, and organiz- ciency leads to increased vulnerability to
ations will become less stovepiped. major disasters at the societal-level.
We frequently speak of the “service in- On the other hand, perhaps our growing
dustries.” For the most part this term has realization that catastrophic failures may
been used to refer to low level services occur along with our ability to factor out
—although even the fast food industry commonly needed services will help us
can be seen as the “outsourcing” of the solve this problem as well. We now see
personal food preparation function. With

Emergence Explained 52/69


DRAFT 10/17/2008

increasing number of disaster planning tion at all.) There certainly are models of
services being offered. population size effects in predator-prey
simulations. But by biological arms
9.6 Modeling: the difficulty of races we are talking about not just popu-
looking downward lation sizes but actual evolutionary
The perspective we have described changes.
yields two major implications for model-
Imagine a situation in which a plant spe-
ing. We refer to them as the difficulty of
cies comes under attack from an insect
looking downwards and the difficulty of
species. In natural evolution the plant
looking upwards. In both cases, the
may “figure out” how to grow bark. Can
problem is that it is very difficult to
we build a computer model in which this
model significant creativity—notwith-
solution would emerge? It is very un-
standing the fact that surprises do appear
likely. To do so would require that our
in some of our models. In this section we
model have built into it enough informa-
examine the difficulty of looking down-
tion about plant biochemistry to enable it
ward. In the next we consider the diffi-
to find a way to modify that biochem-
culty of looking upward.
istry to produce bark, which itself is
Strict reductionism, our conclusion that defined implicitly in terms of a surface
all forces and actions are epiphenomenal that the insect cannot penetrate.
over forces and actions at the funda- Evolving bark would require an enorm-
mental level of physics, implies that it is ous amount of information—especially
impossible to find a non-arbitrary base if we don’t want to prejudice the solu-
level for models. One never knows what tion the plant comes up with.
unexpected effects one may be leaving
The next step, of course, is for the insect
out by defining a model in which inter-
to figure out how to bore through bark.
actions occur at some non-fundamental
Can our model come up with something
level.
like that? Unlikely. What about the
Consider a model of computer security. plant’s next step: “figuring out” how to
Suppose that by analyzing the model one produce a compound that is toxic to the
could guarantee that a communication insect? That requires that the model in-
line uses essentially unbreakable encryp- clude information about both plant and
tion technology. Still it is possible for insect biochemistry—and how the plant
someone inside to transmit information can produce a compound that interferes
to someone outside. with the insect’s internal processes. This
How? By sending messages in which the would be followed by the development
content of the message is ignored but the by the insect of an anti-toxin defense.
frequency of transmission carries the in- To simulate this sort of evolutionary pro-
formation, e.g., by using Morse code. cess would require an enormous amount
The problem is that the model didn’t in- of low level detail—again especially if
clude that level of detail. This is the we don’t want to prejudice the solution
problem of looking downward. in advance.
A further illustration of this difficulty is Other than Tierra (see [Ray]) and its suc-
that there are no good models of biolo- cessors, which seem to lack the richness
gical arms races. (There don’t seem to be to get very far off the ground, as far as
any good models of significant co-evolu- we know, there are no good computer

Emergence Explained 53/69


DRAFT 10/17/2008

models of biological arms races. A seem- computer security or terrorism analysis


ingly promising approach would be an —or virtually anything else that includes
agent-based system in which each agent the possibility of creative adaptation—
ran its own internal genetic program- will always be incomplete. We will only
ming model. But we are unaware of any be able to model effects on the levels for
such work.46 which our models are defined. The ima-
ginations of any agents that we model
Finally, consider the fact that geckos
will be limited to the capabilities built
climb walls by taking advantage of the
into the model.
Van der Walls “force.” (We put force in
quotation marks because there is no Van
9.7 Modeling: the difficulty of
der Walls force. It is an epiphenomenon
looking upward
of relatively rarely occurring quantum We noted earlier that when a glider ap-
phenomena.) To build a model of evolu- pears in the Game of Life, it has no ef-
tion in which creatures evolve to use the fect on the how the system behaves. The
Van der Walls force to climb walls agents don’t see a glider coming and
would require that we build quantum duck. More significantly we don’t know
physics into what is presumably inten- how to build systems so that agents will
ded to be a relatively high-level biolo- be able to notice gliders and duck.
gical model in which macro geckos
climb macro walls It would be an extraordinary achieve-
ment in artificial intelligence to build a
It’s worth noting that the use of the Van modeling system that could notice emer-
der Walls force was apparently not an gent phenomena and see how they could
extension of some other gecko process. be exploited. Yet we as human beings do
Yet the gecko somehow found a way to this all the time. The dynamism of a
reach directly down to a quantum-level free-market economy depends on our
effect to find a way to climb walls. ability to notice newly emergent patterns
The moral is that any base level that we and to find ways to exploit them.
select for our models will be arbitrary, Al Qaeda noticed that our commercial
and by choosing that base level, we may airlines system can be seen as a network
miss important possibilities. Another of flying bombs. Yet no model of terror-
moral is that models used when doing ism that doesn’t have something like that
46
Genetic programming is relevant be- built into it will be able to make that sort
cause we are assuming that the agent has an arbit- of creative leap. Our models are blind to
rarily detailed description of how the it functions
and how elements in its environment function. emergence even as it occurs within
Notice how difficult it would be implement such a them.
system. The agent’s internal model of the environ-
ment would have to be updated continually as the Notice that this is not the same as the
environment changed. That requires a means to difficulty of looking downward. In the
perceive the environment and to model changes in Al Qaeda example one may assume that
it. Clearly that’s extraordinarily sophisticated. Al-
though one could describe such a system without one’s model of the airline system in-
recourse to the word consciousness, the term does cludes the information that an airplane
come to mind. when loaded with fuel will explode
Nature’s approach is much simpler: change during when it crashes. The creative leap is to
reproduction and see what happens. If the result is
unsuccessful, it dies out; if it is successful it per-
notice that one can use that phenomenon
sists and reproduces. Of course that requires an en- for new purposes. This is easier than the
tire generation for each new idea.

Emergence Explained 54/69


DRAFT 10/17/2008

problem of looking downward. But it is ated software development environment


still a very difficult problem. invite virtually unlimited creativity.
The moral is the same as before. Models But there is a major difference between
will always be incomplete. We will only the product produced by an animator and
be able to model effects on the levels for that produced by a programmer. An an-
which our models are defined. The ima- imator produces images that have mean-
ginations of any agents that we model ing only when they enter the mind of an-
will be limited to the capabilities built other human being. They do not stand on
into the model. their own. They are meant strictly as
communication from one human being
10 Concluding remarks to another. Nor are either the physical
medium on which the images are stored
10.1 Computer Science and Philo- or the mechanisms that causes the im-
sophy ages to be displayed of much signific-
• For centuries after Newton, nature ance. The only thing that matters is that
was seen as a perfect clockwork the images arrive as intended in the
mechanism. minds of the viewers.
• After the invention of the telephone, A computer program is stuck in the real
the brain was likened to a switch- world. It’s work is to shape the activity
board. of a computer, a physical device. Many
programs execute without even being
Science and technology tends to shape observed by people—programs in cars
our view of the world. It’s not surprising and other machinery, for example. And
that the perspectives developed in this even programs that perform strictly sym-
article reflect those of Computer Sci- bolic transformations, do work that may
ence, the predominant perspective of this be understood as constraining the forces
age. Is this parochialism? It’s difficult to of nature (the motion of electrons) to
tell from so close. One thing is clear. Be- some formal shape.
cause Computer Science has wrestled—
with some success—with many serious To make the computer a useful reifica-
intellectual challenges, it is not unreas- tion device—to make it possible for pro-
onable to hope that the field may con- grammers to write text that causes a
tribute something to the broader intellec- computer to convert programmers’
tual community. fantasies to some concrete form—Com-
puter Science has had to deal with some
It is useful to think of computers as re- of philosophy’s thorniest issues.
ification machines: they make the ab-
stract concrete. As such they are similar • Computer Science has created lan-
to the drawing tools of an animator— guages that are both formally defined
who draws anything that crosses his or —with formal syntax and semantics
her mind, no matter how wild or fanci-
happening when one creates software. A program-
ful. In the hands of a skilled and creative mer (writes text that) programs, i.e., shapes, the
programmer,47 a computer and an associ- way a computer behaves. That’s really all that mat-
ters: what does the text tell the computer to do?
47
We use the term programmer deliber- In the preceding, note the stigmergy and down-
ately. Fancier terms like software developer (or ward entailment. A program doesn’t tell a com-
software engineer or worse information techno- puter anything. Successful programmers work
logy specialist) lose the focus of what is really from that perspective all the time.

Emergence Explained 55/69


DRAFT 10/17/2008

—and operational, i.e., they actually ergy wells are reasonably well under-
function in the real world. stood—although it is astonishing how
many different epiphenomena nature and
• Computer Science has figured out
technology have produced through the
how to represent information in data- use of energy wells.
bases in ways that allow that inform-
ation to hang together meaningfully. We have not even begun to catalog the
ways in which energy-consuming pro-
• Computer Science has faced—and to cesses may be used to construct stable,
a significant extent resolved—the self-perpetuating, autonomous entities.
problem of working on many levels
of abstraction and complexity simul- Earlier we wrote that science does not
taneously. consider it within its realm to ask con-
structivist questions. That is not com-
If insights gained from these and other pletely true. Science asks about how we
intellectual wrestling matches can be ap- got here from the big bang, and science
plied in a wider context, it is only Com- asks about biological evolution. These
puter Science paying back the debt that are both constructivist questions. Since
it owes to the engineers, scientists, math- science is an attempt to understand
ematicians, and philosophers who set the nature, and since constructive processes
stage for and participated in its develop- occur in nature, it is quite consistent with
ment. the overall goals of science to ask how
these constructive processes work. As far
10.2 Constructive science as we can determine, there is no sub-dis-
For most of its history, science has pur- cipline of science that asks, in general,
sued the goal of explaining existing phe- how the new arise from the existing.
nomena in terms of simpler phenomena.
That’s the reductionist agenda. Science has produced some specialized
answers to this question. The biological
The approach we have taken is to ask evolutionary explanation involves ran-
how new phenomena may be construc- dom mutation and crossover of design
ted from and implemented in terms of records. The cosmological explanation
existing phenomena. That’s the creative involves falling into energy wells of
impulse of artists, computer scientists, various sorts. Is there any more to say
engineers—and of nature. It is these new about how nature finds and then explores
phenomena that are often thought of as new possibilities? If as Dennett argues in
emergent. [Dennett ‘96] this process may be fully
When thinking in the constructive direc- explicated as generalized Darwinian
tion, a question arises that is often under- evolution, questions still remain. Is there
appreciated: what allows one to put ex- any useful way to characterize the search
isting things together to get something space that nature is exploring? What
new—and something new that will per- search strategies does nature use to ex-
sist in the world? What binding forces plore that space? Clearly one strategy is
and binding strategies do we (and human inventiveness.
nature) have at our disposal?
Our answer has been that there are two 11 Acknowledgement
sorts of binding strategies: energy wells We are grateful for numerous enjoyable
and energy-consuming processes. En- and insightful discussions with Debora

Emergence Explained 56/69


DRAFT 10/17/2008

Shuger during which many of the ideas Brown, J.S., Talk at San Diego State
in this paper were developed and re- University, January 18, 2005. URL as of
fined. 6/2005: http://ctl.sdsu.edu/pict/jsb_lec-
ture18jan05.pdf
We also wish to acknowledge the fol-
lowing websites and services, which we Carroll, S.B., Endless Forms Most
used repeatedly. Beautiful: The New Science of Evo Devo
and the Making of the Animal Kingdom,
• Google (www.google.com);
W. W. Norton, 2005.
• The Stanford Encyclopedia of Philo-
sophy (plato.stanford.edu); Chaitin, G. Algorithmic Information
• OneLook Dictionary Search Theory, reprinted 2003. URL as of Sept.
(onelook.com). 6, 2005:
http://www.cs.auckland.ac.nz/CDMTCS/
References chaitin/cup.pdf.
Abbott, R., “Emergence, Entities, En- CFCS, Committee on the Fundamentals
tropy, and Binding Forces,” The Agent of Computer Science: Challenges and
2004 Conference on: Social Dynamics: Opportunities, National Research Coun-
Interaction, Reflexivity, and Emergence, cil, Computer Science: Reflections on
Argonne National Labs and University the Field, Reflections from the Field,
of Chicago, October 2004. URL as of 2004. URL as of 9/9/2005:
4/2005: http://abbott.calstatela.edu/Pa- http://www.nap.edu/books/0309093015/
persAndTalks/abbott_agent_2004.pdf. html/65.html.
American Heritage, The American Her- Church, G. M., “From systems biology
itage® Dictionary of the English Lan- to synthetic biology,” Molecular
guage, 2000. URL as of 9/7/2005: Systems Biology, March, 29, 2005. URL
http://www.bartleby.com/61/67/S014670 as of 6/2005:
0.html. http://www.nature.com/msb/journal/v1/n
Anderson, P.W., “More is Different,” 1/full/msb4100007.html.
Science, 177 393-396, 1972. Ciborra, C. "From Thinking to
BBC News, “Gamer buys $26,500 virtu- Tinkering: The Grassroots of Strategic
al land,” BBC News, Dec. 17, 2004. Information Systems", The Information
URL as of 2/2005: http://news.b- Society 8, 297-309, 1992.
bc.co.uk/1/hi/technology/4104731.stm. Clarke, A. C., "Hazards of Prophecy: The
Bedau, M.A., “Downward causation and Failure of Imagination,” Profiles of The
the autonomy of weak emergence”. Future, Bantam Books, 1961.
Principia 6 (2002): 5-50. URL as of Cockshott, P. and G. Michaelson, “Are
11/2004: http://www.reed.edu/~mab/pa- There New Models of Computation:
pers/principia.pdf. Reply to Wegner and Eberbach.” URL as
Boyd, Richard, "Scientific Realism", of Oct. 10, 2005: http://www.dc-
The Stanford Encyclopedia of Philo- s.gla.ac.uk/~wpc/reports/wegner-
sophy (Summer 2002 Edition), Edward 25aug.pdf.
N. Zalta (ed.), URL as of 9/01/2005: Colbaugh, R. and Kristen Glass, “Low
http://plato.stanford.edu/archives/sum20 Cognition Agents: A Complex Networks
02/entries/scientific-realism/. Perspective,” 3rd Lake Arrowhead Con-

Emergence Explained 57/69


DRAFT 10/17/2008

ference on Human Complex Systems, ration (OASD-NII), June 2005. URL as


2005. of 6/2005:
http://www.dodccrp.org/events/2005/10t
Collins, Steven, Martijn Wisse, and
h/CD/papers/177.pdf.
Andy Ruina, “A Three-Dimensional
Passive-Dynamic Walking Robot with Einstein, A., Sidelights on Relativity, An
Two Legs and Knees,” The International address delivered at the University of
Journal of Robotics Research Vol. 20, Leyden, May 5th, 1920. URL as of
No. 7, July 2001, pp. 607-615, URL as 6/2005: http://www.gutenberg.org/cata-
of 2/2005: log/world/readfile?fk_files=27030.
http://ruina.tam.cornell.edu/research/top- Emmeche, C, S. Køppe and F. Stjernfelt,
ics/locomotion_and_robotics/papers/3d_ “Levels, Emergence, and Three Versions
passive_dynamic/3d_passive_dynam- of Downward Causation,” in Andersen,
ic.pdf P.B., Emmeche, C., N. O. Finnemann
Comm Tech Lab and the Center for Mi- and P. V. Christiansen, eds. (2000):
crobial Ecology, The Microbe Zoo, URL Downward Causation. Minds, Bodies
as of Oct 10, 2005: http://commtech- and Matter. Århus: Aarhus University
lab.msu.edu/sites/dlc- Press. URL as of 11/2004: http://www.n-
me/zoo/microbes/riftiasym.html bi.dk/~emmeche/coPubl/2000d.le3D-
C.v4b.html.
Comte, A. “Positive Philosophy,” trans-
lated by Harriet Martineau, NY: Calvin Fodor, J. A., “Special Sciences (or the
Blanchard, 1855. URL: as of 7/2005: disunity of science as a working hypo-
http://www.d.umn.edu/cla/faculty/jham- thesis),” Synthese 28: 97-115. 1974.
lin/2111/ComteSimon/Comtefpin- Fodor, J.A., “Special Sciences; Still
tro.html. Autonomous after All These Years,”
Cowan, R., “A spacecraft breaks open a Philosophical Perspectives, 11, Mind,
comet's secrets,” Science News Online, Causation, and World, pp 149-163,
Vol. 168, No. 11 , p. 168, Sept. 10, 2005. 1998.
URL as of 9/9/2005: http://www.science-
news.org/articles/20050910/bob9.asp. Fredkin, E., "Digital Mechanics", Phys-
ica D, (1990) 254-270, North-Holland.
URL as of 6/2005: This and related pa-
Dennett, D. C., The Intentional Stance,
pers are available as of 6/2005 at the Di-
MIT Press/Bradford Books, 1987.
gital Philosophy website, URL:
Dennett, D. C. “Real Patterns,” The http://www.digitalphilosophy.org/.
Journal of Philosophy, (88, 1), 1991.
Gardner, M., Mathematical Games: “The
Dennett, D. C., Darwin's Dangerous fantastic combinations of John Conway's
Idea: Evolution and the Meanings of new solitaire game ‘life’," Scientific
Life, V, 1996. American, October, November, Decem-
Dick, D., et. al., “C2 Policy Evolution at ber, 1970, February 1971. URL as of
the U.S. Department of Defense,” 10th 11/2004: http://www.ibiblio.org/lifepat-
International Command and Control Re- terns/october1970.html.
search and Technology Symposium, Of- Grasse, P.P., “La reconstruction du nid et
fice of the Assistant Secretary of De- les coordinations inter-individuelles chez
fense, Networks and Information Integ-

Emergence Explained 58/69


DRAFT 10/17/2008

Bellicosi-termes natalensis et Cubi- Leibniz, G.W., Monadology, for ex-


termes sp. La theorie de la stigmergie: ample, Leibniz's Monadology, ed. James
Essai d'interpretation des termites Fieser (Internet Release, 1996). URL as
constructeurs.” Ins. Soc., 6, 41-83, 1959. of 9/16/2005:
http://stripe.colorado.edu/~morristo/mon
Hardy, L., “Why is nature described by
adology.html
quantum theory?” in Barrow, J.D.,
P.C.W. Davies, and C.L. Harper, Jr. Sci- Lowe, E. J., “Things,” The Oxford Com-
ence and Ultimate Reality, Cambridge panion to Philosophy, (ed T. Honderich),
University Press, 2004. Oxford University Press, 1995.
Holland, J. Emergence: From Chaos to Maturana, H. & F. Varela, Autopoiesis
Order, Addison-Wesley, 1997. and Cognition: the Realization of the
Living., Boston Studies in the
Hume, D. An Enquiry Concerning Hu-
Philosophy of Science, #42, (Robert S.
man Understanding, Vol. XXXVII, Part
Cohen and Marx W. Wartofsky Eds.), D.
3. The Harvard Classics. New York: P.F.
Reidel Publishing Co., 1980.
Collier & Son, 1909–14; Bartleby.com,
2001. URL a of 6/2005:: www.bartleby.- Miller, Barry, "Existence", The Stanford
com/37/3/. Encyclopedia of Philosophy (Summer
2002 Edition), Edward N. Zalta (ed.),
Kauffman, S. “Autonomous Agents,” in
URL as of 9/1/05: http://plato.stan-
Barrow, J.D., P.C.W. Davies, and C.L.
ford.edu/archives/sum2002/entries/exist-
Harper, Jr. Science and Ultimate Reality,
ence/.
Cambridge University Press, 2004.
NASA (National Aeronautics and Space
Kim, J. “Multiple realization and the
Administration), “Hurricanes: The
metaphysics of reduction,” Philosophy
Greatest Storms on Earth,” Earth Obser-
and Phenomenological Research, v 52,
vatory. URL as of 3/2005 http://earthob-
1992.
servatory.nasa.gov/Library/Hurricanes/.
Kim, J., Supervenience and Mind. Cam-
Nave, C. R., “Nuclear Binding Energy”,
bridge University Press, Cambridge,
Hyperphysics, Department of Physics
1993.
and Astronomy, Georgia State Uni-
Langton, C., "Computation at the Edge versity. URL as of 6/2005: http://hyper-
of Chaos: Phase Transitions and Emer- physics.phy-
gent Computation." In Emergent Com- astr.gsu.edu/hbase/nucene/nucbin.html.
putation, edited by Stephanie Forest.
NOAA, Glossary of Terminology, URL
The MIT Press, 1991.
as of 9/7/2005:
Laughlin, R.B., A Different Universe, http://www8.nos.noaa.gov/coris_gloss-
Basic Books, 2005. ary/index.aspx?letter=s.
Laycock, Henry, "Object", The Stanford O'Connor, Timothy, Wong, Hong Yu
Encyclopedia of Philosophy (Winter "Emergent Properties", The Stanford En-
2002 Edition), Edward N. Zalta (ed.), cyclopedia of Philosophy (Summer 2005
URL as of 9/1/05: http://plato.stan- Edition), Edward N. Zalta (ed.), forth-
ford.edu/archives/win2002/entries/ob- coming URL:
ject/. http://plato.stanford.edu/archives/sum20
05/entries/properties-emergent/.

Emergence Explained 59/69


DRAFT 10/17/2008

Prigogine, Ilya and Dilip Kondepudi, Shalizi, C., “Review of Emergence from
Modern Thermodynamics: from Heat Chaos to Order,” The Bactra Review,
Engines to Dissipative Structures, John URL as of 6/2005:
Wiley & Sons, N.Y., 1997. http://cscs.umich.edu/~crshalizi/reviews/
holland-on-emergence/
Ray, T. S. 1991. “An approach to the
synthesis of life,” Artificial Life II, Santa Shalizi, C., “Emergent Properties,”
Fe Institute Studies in the Sciences of Notebooks, URL as of 6/2005: http://csc-
Complexity, vol. XI, Eds. C. Langton, C. s.umich.edu/~crshalizi/notebooks/emer-
Taylor, J. D. Farmer, & S. Rasmussen, gent-properties.html.
Redwood City, CA: Addison-Wesley, Smithsonian Museum, “Chimpanzee
371--408. URL page for Tierra as of Tool Use,” URL as of 6/2005: http://na-
4/2005: tionalzoo.si.edu/Animals/ThinkTank/Too
http://www.his.atr.jp/~ray/tierra/. lUse/ChimpToolUse/default.cfm.
Rendell, Paul, “Turing Universality in Summers, J. “Jason’s Life Page,” URL
the Game of Life,” in Adamatzky, An- as of 6/2005:
drew (ed.), Collision-Based Computing, http://entropymine.com/jason/life/.
Springer, 2002. URL as of 4/2005:
http://rendell.server.org.uk/gol/tmde- Trani, M. et. al., “Patterns and trends of
tails.htm, early successional forest in the eastern
http://www.cs.ualberta.ca/~bulitko/F02/p United States,” Wildlife Society Bullet-
apers/rendell.d3.pdf, and http://www.c- in, 29(2), 413-424, 2001. URL as of
s.ualberta.ca/~bulitko/F02/papers/tm_wo 6/2005:
rds.pdf http://www.srs.fs.usda.gov/pubs/rpc/200
2-01/rpc_02january_31.pdf.
Rosen, Gideon, "Abstract Objects", The
Stanford Encyclopedia of Philosophy University of Delaware, Graduate Col-
(Fall 2001 Edition), Edward N. Za- lege of Marine Studies, Chemosynthesis,
lta (ed.), URL as of 9/1/05: http://pla- URL as of Oct 10, 2005:
to.stanford.edu/archives/fall2001/entries/ http://www.ocean.udel.edu/deepsea/level
abstract-objects/. -2/chemistry/chemo.html
Sachdev, S, “Quantum Phase Trans- Uvarov, E.B., and A. Isaacs, Dictionary
itions,” in The New Physics, (ed G. of Science, September, 1993. URL as of
Fraser), Cambridge University Press, (to 9/7/2005:
appear 2006). URL as of 9/11/2005: http://oaspub.epa.gov/trs/trs_proc_qry.na
http://silver.physics.harvard.edu/newphy vigate_term?p_term_id=29376&p_term
sics_sachdev.pdf. _cd=TERMDIS.
Shalizi, C., Causal Architecture, Com- Varzi, Achille, "Boundary", The Stan-
plexity and Self-Organization in Time ford Encyclopedia of Philosophy (Spring
Series and Cellular Automata, PhD. Dis- 2004 Edition), Edward N. Zalta (ed.),
sertation, Physics Department, Uni- URL as of 9/1/2005: http://plato.stan-
versity of Wisconsin-Madison, 2001. ford.edu/archives/spr2004/entries/bound
URL as of 6/2005: ary/.
http://cscs.umich.edu/~crshalizi/thesis/si Varzi, A., "Mereology", The Stanford
ngle-spaced-thesis.pdf Encyclopedia of Philosophy (Fall 2004
Edition), Edward N. Zalta (ed.), URL as

Emergence Explained 60/69


DRAFT 10/17/2008

of 9/1/2005: URL as of 6/2005: http://etext.lib.virgin-


http://plato.stanford.edu/archives/fall200 ia.edu/cgi-local/DHI/dhi.cgi?id=dv4-42.
4/entries/mereology/ . WordNet 2.0, URL as of 6/2005: www.-
Wallace, M., “The Game is Virtual. The cogsci.princeton.edu/cgi-bin/webwn.
Profit is Real.” The New York Times, Wolfram, S., A New Kind of Science,
May 29, 2005. URL of abstract as of Wolfram Media, 2002. URL as of
6/2005: http://query.nytimes.com/gst/ab- 2/2005: http://www.wolframscience.-
stract.html?res=F20813F- com/nksonline/toc.html.
D3A5D0C7A8EDDAC0894DD404482.
Woodward, James, "Scientific Explana-
Wegner, P. and E. Eberbach, “New Mod- tion", The Stanford Encyclopedia of
els of Computation,” Computer Journal, Philosophy (Summer 2003 Edition), Ed-
Vol 47, No. 1, 2004. ward N. Zalta (ed.). URL as of
Wegner, P. and D.. Goldin, “Computa- 9/13/2005:
tion beyond Turing Machines”, Commu- http://plato.stanford.edu/archives/sum20
nications of the ACM, April 2003. URL 03/entries/scientific-explanation/.
as of 2/22/2005: http://www.cse.ucon- Zuse, K., “Rechnender Raum” (Vieweg,
n.edu/~dqg/papers/cacm02.rtf. Braunschweig, 1969); translated as Cal-
Weinberg, S., “Reductionism Redux,” culating Space, MIT Technical Transla-
The New York Review of Books, October tion AZT-70-164-GEMIT, MIT (Project
5, 1995. Reprinted in Weinberg, S., Fa- MAC), Cambridge, Mass. 02139, Feb.
cing Up, Harvard University Press, 1970. URL as of 6/2005: ftp://ftp.idsi-
2001. URL as of 5/2005 as part of a dis- a.ch/pub/juergen/zuserechnenderraum.p-
cussion of reductionism: http://pespm- df.
c1.vub.ac.be/AFOS/Debate.html
Wiener, P.P., Dictionary of the History of
Ideas, Charles Scribner's Sons, 1973-74.

Emergence Explained 61/69


DRAFT 10/17/2008

12 Appendix. Game of Life Patterns

Intuitively, a Game of Life pattern is the Connectedness is clearly an equivalence


step-by-step time and space progression relation (reflexive, symmetric, and trans-
on a grid of a discernable collection of itive), which partitions a Game of Life
inter-related live cells. We formalize that board into equivalence classes of cells.
notion in three steps. Every dead cell that is not adjacent to a
live cell (does not have a live cell as a
1. First we define a static construct
Game of Life neighbor) becomes a
called the live cell group. This will
singleton class.
be a group of functionally isolated
but internally interconnected cells. Consider only those connectedness equi-
valence classes that include at least one
2. Then we define Game of Life basic
live cell. Call such an equivalence class
patterns as temporal sequences of
a live cell group or LCG.
live cell groups. The Game of Life
glider and still-life patterns are ex- Define the state of an LCG as the specif-
amples ic configuration of live and dead cells in
it. Thus, each LCG has a state.
3. Finally we extend the set of patterns
to include combinations of basic pat- No limitation is placed on the size of an
terns. The more sophisticated Game LCG. Therefore, if one does not limit the
of Life patterns, such the glider gun, size of the Game of Life grid, the num-
are examples. ber of LCGs is unbounded.
Intuitively, an LCG is a functionally
12.1 Live cell groups
isolated group of live and dead cells,
The fundamental construct upon which
contained within a boundary of dead
we will build the notion of a pattern is
cells. Each cell in an LCG is a neighbor
what we shall call a live cell group.
to at least one live cell within that LCG.
A live cell group is a collection of live
As a consequence of this definition, each
and dead cells that have two properties.
live cell group consists of an “inside,”
1. They are functionally isolated from which contains all its live cells (possibly
other live cells. along with some dead cells), plus a “sur-
2. They are functionally related to each face” or “boundary” of dead cells. (The
other. surface or boundary is also considered
part of the LCG.)
More formally, we define cells c0 and cn
in a Game of Life grid to be connected if 12.2 Basic patterns: temporal se-
there are cells c1, c2, …, cn-1 such that for quences of live cell groups
all i in 0 .. n-1 Given this definition, we can now build
temporal sequences of LCGs. These will
1. ci and ci+1 are neighbors, as defined be the Game of Life basic patterns.
by Game of Life, and
2. either ci or ci+1 (or both) are alive, as The Game of Life rules define trans-
defined by Game of Life. itions for the cells in a LCG. Since an
LCG is functionally isolated from other
live cells, the new states of the cells in

Emergence Explained 62/69


DRAFT 10/17/2008

an LCG are determined only by other For any LCG l 0, consider a sequence of
cells in the same LCG.48 successor LCGs generated in this man-
ner:
Suppose that an LCG contains the only
live cells on a Game of Life grid. Con- l0 -> l1 -> l 2 -> l3 -> … .
sider what the mapping of that LCG by
the Game of Life rules will produce. Extend such a sequence until one of
There are three possibilities. three conditions occurs.
1. The live cells may all die. 1. There are no successor LCGs, i.e.,
Game of Life(li) is empty—all the
2. The successor live cells may consist
live cells in the final LCG die. Call
of a single LCG—as in a glider or
these terminating sequences.
still life.
2. There is a single successor LCG, i.e.,
3. The successor live cells may parti-
Game of Life(li) = {lk}, but that suc-
tion into multiple LCGs—as in the
cessor LCG is in the same state as an
so-called bhepto pattern, which starts
LCG earlier in the sequence, i.e., lk =
as a single LCG and eventually sta-
lj, j < k. Call these repeating se-
bilizes as 4 still life LCGs and two
quences.
glider LCGs.
3. The set Game of Life(li) of successor
In other words, the live cells generated LCGs contains more than one LCG,
when the Game of Life rules are applied i.e., the LCG branches into two or
to an LCG will consist of 0, 1, or mul- more LCGs. Call these branching se-
tiple successor LCGs. quences.

More formally, if l is an LCG, let Game Note that some LCG sequences may
of Life(l) be the set of LCGs that are never terminate. They may simply pro-
formed by applying the Game of Life duce larger and larger LCGs. The so-
rules to the cells in l. For any particular called spacefiller pattern, which actually
l, Game of Life(l) may be empty; it may consists of multiple interacting LCGs,
be contain a single element; or it may one of which fills the entire grid with a
contain multiple elements. If l’ is a single LCG as it expands,49 is an amazing
member of Game of Life(l) write l -> l’. example of such a pattern. I do not know
if there is an LCG that expands without
limit on its own. If any such exist, call
these infinite sequences.
48
In particular, no LCG cells have live neighbors For any LCG l0, if the sequence
that are outside the LCG. Thus no cells outside
the LCG need be considered when determining l0 -> l1 -> l2 -> l3 -> … .
the GoL transitions of the cells in an LCG. A
dead boundary cell may become live at the is finite, terminating in one of the three
next time-step, but it will do so only if three of ways described above, let seq(l0) be that
its neighbors within the LCG are live. Its
neighbors outside the LCG are guaranteed to
sequence along with a description of
be dead. how it terminates. If

If a boundary cell does become live, the next- 49


See the spacefiller pattern on http://www.math.-
state LCG of which it is a member will include com/students/wonders/life/life.html or
cells that were not part of its predecessor LCG. http://www.ibiblio.org/lifepatterns.

Emergence Explained 63/69


DRAFT 10/17/2008

l0 -> l1 -> l2 -> l3 -> … . predecessor chains is included in BP


starting at each predecessor LCG.
is infinite, then seq(l0) is undefined.
Clearly BP as defined includes many re-
Let BP (for Basic Patterns) be the set of dundant pattern descriptions. No attempt
finite non-branching sequences as is made to minimize BP either for sym-
defined above. That is, metries or for overlapping patterns in
which one pattern is a suffix of another
BP = {seq(l0) | l0 is an LCG} —as in the fuse patterns. In a computer
program that generated BP, such effi-
Note that it is not necessary to extend ciencies would be important.
these sequences backwards. For any
LCG l0, one could define the pre-image 12.3 BP is recursively enumerable
of l0 under the Game of Life rules. Game The set BP of basic Game of Life pat-
of Life-1(l) is the set of LCGs l’ such that terns may be constructed through a
Game of Life(l’) = l. formal iterative process. The technique
employed is that used for the construc-
For any chain seq(l0) in BP, one could tion of many recursively enumerable
add all the chains constructed by prefix- sets.
ing to seq(l0) each of the predecessors l’
of l0 l’ as long as l’ does not appear in 1. Generate the LCGs in sequence.
seq(l’). But augmenting BP in this way 2. As each new LCG is generated, gen-
would add nothing to BP since by defini- erate the next step in each of the se-
tion seq(l’) is already defined to be in BP quences starting at each of the LCGs
for each l’. generated so far.
We noted above that we do not know if 3. Whenever an LCG sequence termin-
there are unboundedly long sequences of ates according to the BP criteria, add
LCGs beginning with a particular l0. it to BP.
With respect to unboundedly long prede-
cessor chains, it is known that such un- The process sketched above will effect-
bounded predecessor chains (of unboun- ively generate all members of BP. Al-
dedly large LCGs) exist. The so-called though theoretically possible, such a pro-
fuse and wick patterns are LCG se- cedure will be so inefficient that it is
quences that can be extended arbitrarily useless for any practical purpose.51 The
far backwards.50 When run forward such only reason to mention it here is to es-
fuse or wick LCGs converge to a single tablish that BP is recursively enumer-
LCG. Yet given the original definition of able. Whether BP is recursive depends
BP even these LCG sequences are in- on whether one can in general establish
cluded in it. Each of these unbounded for any LCG l0 whether seq(l0) will ter-
minate.

50
A simple fuse pattern is a diagonal configuration
of live cells. At each time step, the two end cells
die; the remaining cells remain alive. A simple
51
fuse pattern may be augmented by adding more Many much more practical and efficient
complex features at one end, thereby building a programs have been written to search for patterns
pattern that becomes active when the fuse exhausts in the GoL and related cellular automata. See
itself. Such a pattern can be built with an arbitrar- http://www.ics.uci.edu/~eppstein/ca/search.html
ily long fuse. for a list of such programs.

Emergence Explained 64/69


DRAFT 10/17/2008

12.4 Game of Life patterns: com- Even though the set BP of basic patterns
binations of basic patterns is infinite, since each LCG is finite, by
Many of the interesting Game of Life using a technique similar to that used for
patterns arise from interactions between generating BP itself, one can (very tedi-
and among basic patterns. For example, ously) enumerate all the possible BP in-
the first pattern that generated an unlim- teractions.
ited number of live cells, the glider gun, More formally, let Pf(BP) be the set of
is a series of interactions among combin-
all finite subsets of BP. For each member
ations of multiple basic patterns that cyc-
of Pf(BP) consider all possible (still
lically generate gliders.
only a finite number) relative configura-
To characterize these more complex pat- tions of its members on the grid so that
terns it is necessary to keep track of how there will be some interaction among
basic patterns interact. In particular, for them at the next time step. One can then
each element in BP, augment its descrip- record all the possible interactions
tion with information describing among finite subsets of BP.

a) its velocity (rate, possibly zero, and These interactions would be equivalent
direction) across the grid, to the APIs for the basic patterns. We
could call a listing of them BP-API.
b) if it cycles, how it repeats, i.e., which Since BP is itself infinite, BP-API would
states comprise its cycle, and also be infinite. But BP-API would be
c) if it branches, what the offspring ele- effectively searchable. Given a set of
ments are and where they appear rel- elements in BP, one could retrieve all the
ative to final position of the terminat- interactions among those elements. BP-
ing sequence. API would then provide a documented
starting point for using the Game of Life
Two or more distinct members of BP as a programming language.
that at time step i are moving relative to
each other may interact to produce one As in traditional programming lan-
or more members of BP at time step i+1. guages, as more complex interactions are
The result of such a BP “collision” will developed, they too could be docu-
generally depend on the relative posi- mented and made public for others to
tions of the interacting basic patterns. use.

Emergence Explained 65/69


Figures and Tables

Table 1. Dissipative structures vs. self-perpetuating entities

Dissipative structures Self-perpetuating entities


Pure epiphenomena, e.g., 2-chamber example. Has functional design, e.g., hurricane.
Artificial boundaries. Self-defining boundaries
Imports, stores, and internally distributes
Externally maintained energy gradient.
energy.
Figure 1. Bit 3 off and then on.
Figure 2. A glider
Figure 3. Anatomy of a hurricane. [Image from [NASA].]

You might also like