Is Reality Digital or Analog - IIIS
Is Reality Digital or Analog - IIIS
by
Jeremy Horne, Ph.D.
mindsurgeon@hotmail.com
Digital and analog
• Etymology of “digital” is “discrete,” or
distinct. “Digit” and its derivatives from the
Latin “digitus,” meaning finger, the simplest
form of expression being binary.
• “Analogue” refers to continuity - άνά, "up to"
+ λόγος "word, speech, reckoning,” this
etymology suggesting approximation or
finding a likeness but not an exact match.
An analogon is a comparison, hence, ratio.
Two essential processes
undergird our universe:
• Holism – Apprehension of a
thing in itself
Reductionism
“…we cannot conceive body unless as
divisible;”
- Rene Descartes (1596 – 1650),
- Discourse On the Method of
- Rightly Conducting the Reason,
And Seeking Truth in the Sciences,
Part III, Page 7,
http://infomotions.com/etexts/philosophy/1600-
1699/descartes-discourse-124.txt
0 0
0 1
1 0
1 1
Binary world/space repeats itself, and is uniform. Because of
the reduction process, everything is expressible in binary form
with the 16 dyadic functions [(fn)(p,q)], each being a homeostat:
f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15
0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
• Theorem creation
• Theorem classification
• Theorem prover
• Shortened truth tables
• Parameter passing in self-annealing
environments
• Machine language programming?
• Explanation of chaos dynamics?
Example of theorem creation
Modus ponens
p ⊃ q = f13(f3, f5)
p = f3
∴ q = f5
Corresponding conditional
Thus - f13 {f1[f13(f3, f5),f3], f5} = f15