META XOR FUTURE FORESIGHT TABLES
Copyright GiridhariDas
An XOR has a present table of

0 0
1 0
0 1
1 1

for possible input values of XOR

FUTURE values of XOR 's output are


                 neither situations exist
0 : either /                                      \ MUST
                \ both situations exist     /

                 one situation exists, OR
1 : either /                                          \ MUST
                \ the other situation exists  /
Summary:
0 : neither, or both
1 : one , or the other


      0                  1
_____________________________________
neither 0 00      one 1 01
both 0 11      other 1 10

==>

00 01
11 10


==> XOR inputs
__________

IF:
00 : then CANNOT BE : 01 11 10
11 : then CANNOT BE : 00 01 10
01 : then CANNOT BE : 00 11 10
10 : then CANNOT BE : 00 01 11


----------------o------------------
1n 2

IF: n then n =n-2-3-4;



Consider, now, for n=00;
00 = 00 + (-1-11-10) = -6 (-1)(1000)
n=11;
11 = 11 + (-00-01-10)= -3 (-1)(0011)
n=01;
01 = 01 + (-00-11-10) = -5 (-1)(0111)
n=10;
10 = 10 + (-00-01-11)= -4 (-1)(0100) ......
---------------------------------------
||
||
||
\/

Converting the inputs to decimal similarly now:
00 = 0
11 = 3
01 = 1
10 = 2
Now combining from these the previous list of decimals:
===> DECIMAL
0+-6 =-6
3+-3 =0
1+-5 =4
2+-4 =-2

Therefore, output of XOR is not sole;
there ARE META FUTURE XOR values to accompany the XOR output, based on the input...
BEFORE THE XOR IS EVEN CALCULATED




FUTURE VALUES TABLE FOR XOR
===========================
XOR
Input           Output       META FUTURE value
00 0 -6
11 0 0
01 1 -4
10 1 -2

META LOGIC FUTURE