Changes

3,924 bytes added ,  20:08, 29 May 2009
→‎New Versions: copy material to work on
Line 336: Line 336:     
====New Versions====
 
====New Versions====
 +
 +
<br>
 +
 +
{| align="center" border="1" cellpadding="4" cellspacing="0" style="background:lightcyan; font-weight:bold; text-align:center; width:90%"
 +
|+ '''Table 1.  Propositional Forms on Two Variables'''
 +
|- style="background:paleturquoise"
 +
! style="width:15%" | L<sub>1</sub>
 +
! style="width:15%" | L<sub>2</sub>
 +
! style="width:15%" | L<sub>3</sub>
 +
! style="width:15%" | L<sub>4</sub>
 +
! style="width:25%" | L<sub>5</sub>
 +
! style="width:15%" | L<sub>6</sub>
 +
|- style="background:paleturquoise"
 +
| &nbsp;
 +
| align="right" | x :
 +
| 1 1 0 0
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|- style="background:paleturquoise"
 +
| &nbsp;
 +
| align="right" | y :
 +
| 1 0 1 0
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|-
 +
| f<sub>0</sub> || f<sub>0000</sub> || 0 0 0 0 || (&nbsp;) || false || 0
 +
|-
 +
| f<sub>1</sub> || f<sub>0001</sub> || 0 0 0 1 || (x)(y) || neither x nor y || &not;x &and; &not;y
 +
|-
 +
| f<sub>2</sub> || f<sub>0010</sub> || 0 0 1 0 || (x) y || y and not x || &not;x &and; y
 +
|-
 +
| f<sub>3</sub> || f<sub>0011</sub> || 0 0 1 1 || (x) || not x || &not;x
 +
|-
 +
| f<sub>4</sub> || f<sub>0100</sub> || 0 1 0 0 || x (y) || x and not y || x &and; &not;y
 +
|-
 +
| f<sub>5</sub> || f<sub>0101</sub> || 0 1 0 1 || (y) || not y || &not;y
 +
|-
 +
| f<sub>6</sub> || f<sub>0110</sub> || 0 1 1 0 || (x, y) || x not equal to y || x &ne; y
 +
|-
 +
| f<sub>7</sub> || f<sub>0111</sub> || 0 1 1 1 || (x&nbsp;y) || not both x and y || &not;x &or; &not;y
 +
|-
 +
| f<sub>8</sub> || f<sub>1000</sub> || 1 0 0 0 || x&nbsp;y || x and y || x &and; y
 +
|-
 +
| f<sub>9</sub> || f<sub>1001</sub> || 1 0 0 1 || ((x, y)) || x equal to y || x = y
 +
|-
 +
| f<sub>10</sub> || f<sub>1010</sub> || 1 0 1 0 || y || y || y
 +
|-
 +
| f<sub>11</sub> || f<sub>1011</sub> || 1 0 1 1 || (x (y)) || not x without y || x &rarr; y
 +
|-
 +
| f<sub>12</sub> || f<sub>1100</sub> || 1 1 0 0 || x || x || x
 +
|-
 +
| f<sub>13</sub> || f<sub>1101</sub> || 1 1 0 1 || ((x) y) || not y without x || x &larr; y
 +
|-
 +
| f<sub>14</sub> || f<sub>1110</sub> || 1 1 1 0 || ((x)(y)) || x or y  || x &or; y
 +
|-
 +
| f<sub>15</sub> || f<sub>1111</sub> || 1 1 1 1 || ((&nbsp;)) || true || 1
 +
|}
 +
 +
<br>
 +
 +
{| align="center" border="1" cellpadding="6" cellspacing="0" style="font-weight:bold; text-align:center; width:90%"
 +
|+ '''Table 14.  Differential Propositions'''
 +
|- style="background:ghostwhite"
 +
| &nbsp;
 +
| align="right" | A :
 +
| 1 1 0 0
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|- style="background:ghostwhite"
 +
| &nbsp;
 +
| align="right" | dA :
 +
| 1 0 1 0
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|-
 +
| f<sub>0</sub>
 +
| g<sub>0</sub>
 +
| 0 0 0 0
 +
| (&nbsp;)
 +
| False
 +
| 0
 +
|-
 +
|
 +
{|
 +
|
 +
&nbsp;<br>
 +
&nbsp;<br>
 +
&nbsp;<br>
 +
&nbsp;
 +
|}
 +
|
 +
{|
 +
|
 +
g<sub>1</sub><br>
 +
g<sub>2</sub><br>
 +
g<sub>4</sub><br>
 +
g<sub>8</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
0 0 0 1<br>
 +
0 0 1 0<br>
 +
0 1 0 0<br>
 +
1 0 0 0
 +
|}
 +
|
 +
{|
 +
|
 +
(A)(dA)<br>
 +
(A) dA <br>
 +
A (dA)<br>
 +
A dA
 +
|}
 +
|
 +
{|
 +
|
 +
Neither A nor dA<br>
 +
Not A but dA<br>
 +
A but not dA<br>
 +
A and dA
 +
|}
 +
|
 +
{|
 +
|
 +
&not;A &and; &not;dA<br>
 +
&not;A &and; dA<br>
 +
A &and; &not;dA<br>
 +
A &and; dA
 +
|}
 +
|-
 +
|
 +
{|
 +
|
 +
f<sub>1</sub><br>
 +
f<sub>2</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
g<sub>3</sub><br>
 +
g<sub>12</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
0 0 1 1<br>
 +
1 1 0 0
 +
|}
 +
|
 +
{|
 +
|
 +
(A)<br>
 +
A
 +
|}
 +
|
 +
{|
 +
|
 +
Not A<br>
 +
A
 +
|}
 +
|
 +
{|
 +
|
 +
&not;A<br>
 +
A
 +
|}
 +
|-
 +
|
 +
{|
 +
|
 +
&nbsp;<br>
 +
&nbsp;
 +
|}
 +
|
 +
{|
 +
|
 +
g<sub>6</sub><br>
 +
g<sub>9</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
0 1 1 0<br>
 +
1 0 0 1
 +
|}
 +
|
 +
{|
 +
|
 +
(A, dA)<br>
 +
((A, dA))
 +
|}
 +
|
 +
{|
 +
|
 +
A not equal to dA<br>
 +
A equal to dA
 +
|}
 +
|
 +
{|
 +
|
 +
A &ne; dA<br>
 +
A = dA
 +
|}
 +
|-
 +
|
 +
{|
 +
|
 +
&nbsp;<br>
 +
&nbsp;
 +
|}
 +
|
 +
{|
 +
|
 +
g<sub>5</sub><br>
 +
g<sub>10</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
0 1 0 1<br>
 +
1 0 1 0
 +
|}
 +
|
 +
{|
 +
|
 +
(dA)<br>
 +
dA
 +
|}
 +
|
 +
{|
 +
|
 +
Not dA<br>
 +
dA
 +
|}
 +
|
 +
{|
 +
|
 +
&not;dA<br>
 +
dA
 +
|}
 +
|-
 +
|
 +
{|
 +
|
 +
&nbsp;<br>
 +
&nbsp;<br>
 +
&nbsp;<br>
 +
&nbsp;
 +
|}
 +
|
 +
{|
 +
|
 +
g<sub>7</sub><br>
 +
g<sub>11</sub><br>
 +
g<sub>13</sub><br>
 +
g<sub>14</sub>
 +
|}
 +
|
 +
{|
 +
|
 +
0 1 1 1<br>
 +
1 0 1 1<br>
 +
1 1 0 1<br>
 +
1 1 1 0
 +
|}
 +
|
 +
{|
 +
|
 +
(A dA)<br>
 +
(A (dA))<br>
 +
((A) dA)<br>
 +
((A)(dA))
 +
|}
 +
|
 +
{|
 +
|
 +
Not both A and dA<br>
 +
Not A without dA<br>
 +
Not dA without A<br>
 +
A or dA
 +
|}
 +
|
 +
{|
 +
|
 +
&not;A &or; &not;dA<br>
 +
A &rarr; dA<br>
 +
A &larr; dA<br>
 +
A &or; dA
 +
|}
 +
|-
 +
| f<sub>3</sub>
 +
| g<sub>15</sub>
 +
| 1 1 1 1
 +
| ((&nbsp;))
 +
| True
 +
| 1
 +
|}
 +
 +
<br>
    
====Old Versions====
 
====Old Versions====
12,089

edits