Changes

MyWikiBiz, Author Your Legacy — Tuesday September 09, 2025
Jump to navigationJump to search
Line 2,991: Line 2,991:  
===Differential Logic===
 
===Differential Logic===
   −
<pre>
+
====Note 1====
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
     −
Note 1
+
One of the first things that you can do, once you have a really decent calculus for boolean functions or propositional logic, whatever you want to call it, is to compute the differentials of these functions or propositions.
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
Now there are many ways to dance around this idea, and I feel like I have tried them all, before one gets down to acting on it, and there many issues of interpretation and justification that we will have to clear up after the fact, that is, before we can be sure that it all really makes any sense, but I think this time I'll just jump in, and show you the form in which this idea first came to me.
   −
One of the first things that you can do, once you
+
Start with a proposition of the form <math>x ~\operatorname{and}~ y,</math> which I graph as two labels attached to a root node, so:
have a really decent calculus for boolean functions
  −
or propositional logic, whatever you want to call it,
  −
is to compute the differentials of these functions or
  −
propositions.
  −
 
  −
Now there are many ways to dance around this idea,
  −
and I feel like I have tried them all, before one
  −
gets down to acting on it, and there many issues
  −
of interpretation and justification that we will
  −
have to clear up after the fact, that is, before
  −
we can be sure that it all really makes any sense,
  −
but I think this time I'll just jump in, and show
  −
you the form in which this idea first came to me.
  −
 
  −
Start with a proposition of the form x & y, which
  −
I graph as two labels attached to a root node, so:
      +
<pre>
 
o---------------------------------------o
 
o---------------------------------------o
 
|                                      |
 
|                                      |
Line 3,024: Line 3,008:  
|                x and y                |
 
|                x and y                |
 
o---------------------------------------o
 
o---------------------------------------o
 +
</pre>
   −
Written as a string, this is just the concatenation "x y".
+
Written as a string, this is just the concatenation "<math>x~y</math>".
   −
The proposition xy may be taken as a boolean function f(x, y)
+
The proposition <math>xy\!</math> may be taken as a boolean function <math>f(x, y)\!</math> having the abstract type <math>f : \mathbb{B} \times \mathbb{B} \to \mathbb{B},</math> where <math>\mathbb{B} = \{ 0, 1 \}</math> is read in such a way that <math>0\!</math> means <math>\operatorname{false}</math> and <math>1\!</math> means <math>\operatorname{true}.</math>
having the abstract type f : B x B -> B, where B = {0, 1} is
  −
read in such a way that 0 means "false" and 1 means "true".
     −
In this style of graphical representation,
+
In this style of graphical representation, the value <math>\operatorname{true}</math> looks like a blank label and the value <math>\operatorname{false}</math> looks like an edge.
the value "true" looks like a blank label
  −
and the value "false" looks like an edge.
      +
<pre>
 
o---------------------------------------o
 
o---------------------------------------o
 
|                                      |
 
|                                      |
Line 3,043: Line 3,025:  
|                true                  |
 
|                true                  |
 
o---------------------------------------o
 
o---------------------------------------o
 +
</pre>
    +
<pre>
 
o---------------------------------------o
 
o---------------------------------------o
 
|                                      |
 
|                                      |
Line 3,053: Line 3,037:  
|                false                |
 
|                false                |
 
o---------------------------------------o
 
o---------------------------------------o
 +
</pre>
    +
<pre>
 
Back to the proposition xy.  Imagine yourself standing
 
Back to the proposition xy.  Imagine yourself standing
 
in a fixed cell of the corresponding venn diagram, say,
 
in a fixed cell of the corresponding venn diagram, say,
Line 3,204: Line 3,190:     
Have to break here -- will explain later.
 
Have to break here -- will explain later.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 2====
 
  −
Note 2
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
We have just met with the fact that
 
We have just met with the fact that
 
the differential of the "and" is
 
the differential of the "and" is
Line 3,467: Line 3,451:  
Center Cell,
 
Center Cell,
 
Chateau Dif.
 
Chateau Dif.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 3====
 
  −
Note 3
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
Last time we computed what will variously be called
 
Last time we computed what will variously be called
 
the "difference map", the "difference proposition",
 
the "difference map", the "difference proposition",
Line 3,678: Line 3,660:  
as telling you what you have to do from each point
 
as telling you what you have to do from each point
 
of U in order to change the value borne by f(x, y).
 
of U in order to change the value borne by f(x, y).
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 4====
 
  −
Note 4
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
We have been studying the action of the difference operator D,
 
We have been studying the action of the difference operator D,
 
also known as the "localization operator", on the proposition
 
also known as the "localization operator", on the proposition
Line 3,738: Line 3,718:  
of its meaning.  We will encounter more and
 
of its meaning.  We will encounter more and
 
more of these alternative readings as we go.
 
more of these alternative readings as we go.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 5====
 
  −
Note 5
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
The enlargement operator E, also known as the "shift operator",
 
The enlargement operator E, also known as the "shift operator",
 
has many interesting and very useful properties in its own right,
 
has many interesting and very useful properties in its own right,
Line 3,901: Line 3,879:  
as telling us all the different ways to reach
 
as telling us all the different ways to reach
 
a model of f from any point of the universe U.
 
a model of f from any point of the universe U.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 6====
 
  −
Note 6
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
To broaden our experience with simple examples, let us now contemplate the
 
To broaden our experience with simple examples, let us now contemplate the
 
sixteen functions of concrete type X x Y -> B and abstract type B x B -> B.
 
sixteen functions of concrete type X x Y -> B and abstract type B x B -> B.
Line 3,916: Line 3,892:  
By way of initial orientation, Table 0 lists equivalent expressions for the
 
By way of initial orientation, Table 0 lists equivalent expressions for the
 
sixteen functions in a number of different languages for zeroth order logic.
 
sixteen functions in a number of different languages for zeroth order logic.
      
Table 0.  Propositional Forms On Two Variables
 
Table 0.  Propositional Forms On Two Variables
Line 3,961: Line 3,936:  
|        |        |        |          |                  |          |
 
|        |        |        |          |                  |          |
 
o---------o---------o---------o----------o------------------o----------o
 
o---------o---------o---------o----------o------------------o----------o
      
The next four Tables expand the expressions of Ef and Df
 
The next four Tables expand the expressions of Ef and Df
Line 3,967: Line 3,941:  
Notice that the functions are given in a different order,
 
Notice that the functions are given in a different order,
 
here being collected into a set of seven natural classes.
 
here being collected into a set of seven natural classes.
      
Table 1.  Ef Expanded Over Ordinary Features {x, y}
 
Table 1.  Ef Expanded Over Ordinary Features {x, y}
Line 4,021: Line 3,994:  
|      |            |            |            |            |            |
 
|      |            |            |            |            |            |
 
o------o------------o------------o------------o------------o------------o
 
o------o------------o------------o------------o------------o------------o
      
Table 2.  Df Expanded Over Ordinary Features {x, y}
 
Table 2.  Df Expanded Over Ordinary Features {x, y}
Line 4,075: Line 4,047:  
|      |            |            |            |            |            |
 
|      |            |            |            |            |            |
 
o------o------------o------------o------------o------------o------------o
 
o------o------------o------------o------------o------------o------------o
      
Table 3.  Ef Expanded Over Differential Features {dx, dy}
 
Table 3.  Ef Expanded Over Differential Features {dx, dy}
Line 4,135: Line 4,106:  
|                  |            |            |            |            |
 
|                  |            |            |            |            |
 
o-------------------o------------o------------o------------o------------o
 
o-------------------o------------o------------o------------o------------o
      
Table 4.  Df Expanded Over Differential Features {dx, dy}
 
Table 4.  Df Expanded Over Differential Features {dx, dy}
Line 4,189: Line 4,159:  
|      |            |            |            |            |            |
 
|      |            |            |            |            |            |
 
o------o------------o------------o------------o------------o------------o
 
o------o------------o------------o------------o------------o------------o
      
If the medium truly is the message,
 
If the medium truly is the message,
 
the blank slate is the innate idea.
 
the blank slate is the innate idea.
 +
</pre>
    +
====Note 7====
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
<pre>
 
+
If you think that I linger in the realm of logical difference calculus
Note 7
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
  −
 
  −
If you think that I linger in the realm of logical difference calculus
   
out of sheer vacillation about getting down to the differential proper,
 
out of sheer vacillation about getting down to the differential proper,
 
it is probably out of a prior expectation that you derive from the art
 
it is probably out of a prior expectation that you derive from the art
Line 4,350: Line 4,316:  
three group elements fix 4 propositions each, and so we get:
 
three group elements fix 4 propositions each, and so we get:
 
Number of orbits  =  (4 + 4 + 4 + 16) / 4  =  7.  Amazing!
 
Number of orbits  =  (4 + 4 + 4 + 16) / 4  =  7.  Amazing!
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 8====
 
  −
Note 8
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
We have been contemplating functions of the type f : U -> B
 
We have been contemplating functions of the type f : U -> B
 
studying the action of the operators E and D on this family.
 
studying the action of the operators E and D on this family.
Line 4,449: Line 4,413:  
for j = 1 to k.  The proposition (u_1, ..., u_k) indicates the disjunctive
 
for j = 1 to k.  The proposition (u_1, ..., u_k) indicates the disjunctive
 
region consisting of the cells that are just next door to u_1 · ... · u_k.
 
region consisting of the cells that are just next door to u_1 · ... · u_k.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 9====
 
  −
Note 9
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might conceivably have
 
| Consider what effects that might conceivably have
 
| practical bearings you conceive the objects of your
 
| practical bearings you conceive the objects of your
Line 4,539: Line 4,501:     
More on the pragmatic maxim as a representation principle later.
 
More on the pragmatic maxim as a representation principle later.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 10====
 
  −
Note 10
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might conceivably have
 
| Consider what effects that might conceivably have
 
| practical bearings you conceive the objects of your
 
| practical bearings you conceive the objects of your
Line 4,577: Line 4,537:  
behind Schönfinkel's combinators {S, K, I}, and hence of lambda calculus,
 
behind Schönfinkel's combinators {S, K, I}, and hence of lambda calculus,
 
and I reckon you know where that leads.
 
and I reckon you know where that leads.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 11====
 
  −
Note 11
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 4,698: Line 4,656:  
Your paraphrastic interpretation of what this all
 
Your paraphrastic interpretation of what this all
 
means would come out precisely the same as before.
 
means would come out precisely the same as before.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 12====
 
  −
Note 12
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
Erratum
 
Erratum
   Line 4,711: Line 4,667:  
2.  The inessential difference between two conventions of presenting matrices.
 
2.  The inessential difference between two conventions of presenting matrices.
 
I will sort this out and correct it later, as need be.
 
I will sort this out and correct it later, as need be.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 13====
 
  −
Note 13
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 4,789: Line 4,743:  
I think that will serve to fix notation
 
I think that will serve to fix notation
 
and set up the remainder of the account.
 
and set up the remainder of the account.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 14====
 
  −
Note 14
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 4,892: Line 4,844:  
So I still have a few wrinkles to iron out before
 
So I still have a few wrinkles to iron out before
 
I can give this story a smooth enough consistency.
 
I can give this story a smooth enough consistency.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 15====
 
  −
Note 15
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 4,997: Line 4,947:  
This is consistent with the convention that Peirce uses in
 
This is consistent with the convention that Peirce uses in
 
the paper "On a Class of Multiple Algebras" (CP 3.324-327).
 
the paper "On a Class of Multiple Algebras" (CP 3.324-327).
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 16====
 
  −
Note 16
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 5,032: Line 4,980:  
I will have to leave that question as it is for now,
 
I will have to leave that question as it is for now,
 
in hopes that a solution will evolve itself in time.
 
in hopes that a solution will evolve itself in time.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 17====
 
  −
Note 17
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 5,086: Line 5,032:     
And now I need to go out of doors and weed my garden for a time ...
 
And now I need to go out of doors and weed my garden for a time ...
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 18====
 
  −
Note 18
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 5,235: Line 5,179:  
and so the two representations have the very
 
and so the two representations have the very
 
same effects on each point of their bearing.
 
same effects on each point of their bearing.
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 19====
 
  −
Note 19
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 5,325: Line 5,267:  
(CP 4.227-323), with particular reference to the section
 
(CP 4.227-323), with particular reference to the section
 
that treats of "Trichotomic Mathematics" (CP 4.307-323).
 
that treats of "Trichotomic Mathematics" (CP 4.307-323).
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
===Work Area===
   −
Work Area
+
====Note 20====
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
  −
 
  −
Note 20
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
Line 5,364: Line 5,302:  
|        |        |        |        |        |        |
 
|        |        |        |        |        |        |
 
o---------o---------o---------o---------o---------o---------o
 
o---------o---------o---------o---------o---------o---------o
 +
</pre>
   −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
+
====Note 21====
 
  −
Note 21
  −
 
  −
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
      +
<pre>
 
| Consider what effects that might 'conceivably'
 
| Consider what effects that might 'conceivably'
 
| have practical bearings you 'conceive' the
 
| have practical bearings you 'conceive' the
12,089

edits

Navigation menu