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, OR
0 : either /                                      \ MUST
                \ one situation exists     /

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


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

==>

00 01
10 11


==> XOR inputs
__________

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


----------------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=01;
01 = 01 + (-00-11-10) = -5 (-1)(0111)
n=10;
10 = 10 + (-00-01-11)= -4 (-1)(0100) ......
n=11;
11 = 11 + (-00-01-10)= -3 (-1)(0011)
---------------------------------------
||
||
||
\/

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

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
01 1 4
10 1 -2
11 0 0

META LOGIC FUTURE