Bipolarity
- 773
- 2
Suppose that A is an n-digit binary string: a_{0}a_{1}a_{2}...a_{n} where a_{i} is a member of the set \{0,1\}
Now define the following sequence of operations:
1) Complement each digit in A to get a binary string A'
2) A'' = A' + 1 (here + is taken to mean binary addition rather than the boolean OR)
3) Complement each digit in A'' to get a new binary string A'''
4) A'''' = A''' + 1 (here + is taken to mean binary addition rather than the boolean OR)
Prove that for all A, A'''' = A
I appreciate all the help.
BiP
Now define the following sequence of operations:
1) Complement each digit in A to get a binary string A'
2) A'' = A' + 1 (here + is taken to mean binary addition rather than the boolean OR)
3) Complement each digit in A'' to get a new binary string A'''
4) A'''' = A''' + 1 (here + is taken to mean binary addition rather than the boolean OR)
Prove that for all A, A'''' = A
I appreciate all the help.
BiP