Given the set $B$ of all possible sequences of binary digits of finite length ("finite binary sequences"), construct a finite binary sequence $S$ such that each member of the sequence is the logical negation of the corresponding submember of the corresponding member of $B$, or because that sounds a bit ridiculous: $$\textrm{let}\ S = \{ S_n \ | \ S_n = \neg{B_{n_n}} \forall n \in [1, 2, 3,...] \}$$
$$B_1 = {\color{blue}{1}, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,...} \\ B_2 = {0, \color{blue}{1}, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0,...} \\ B_3 = {1, 0, \color{blue}{0}, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0,...} \\ B_4 = {1, 0, 0, \color{blue}{1}, 1, 0, 0, 1, 0, 0, 1, 0, 1,...} \\ B_5 = {1, 1, 0, 0, \color{blue}{1}, 1, 1, 0, 1, 1, 1, 1, 0,...} \\ B_6 = {0, 1, 1, 1, 1, \color{blue}{0}, 0, 1, 0, 1, 0, 1, 0,...} \\ B_7 = {1, 1, 0, 0, 0, 0, \color{blue}{1}, 0, 1, 0, 1, 0, 1,...} \\ B_8 = {1, 1, 1, 0, 1, 0, 1, \color{blue}{0}, 0, 0, 1, 1, 0,...} \\ B_9 = {1, 0, 0, 0, 0, 0, 0, 1, \color{blue}{1}, 1, 0, 1, 0,...} \\ B_{10} = {0, 1, 1, 0, 0, 0, 0, 1, 0, \color{blue}{1}, 0, 0, 1,...} \\ B_{11} = {0, 0, 1, 0, 0, 1, 0, 1, 1, 0, \color{blue}{1}, 0, 0,...} \\ B_{12} = {1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, \color{blue}{1}, 1,...} \\ B_{13} = {0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, \color{blue}{0},...} \\ \vdots \\ ------------------- \\ \ \ \ S = {\color{red}{0}, \color{red}{0}, \color{red}{1}, \color{red}{0}, \color{red}{0}, \color{red}{1}, \color{red}{0}, \color{red}{1}, \color{red}{0}, \color{red}{0}, \color{red}{0}, \color{red}{0}, \color{red}{1},...}$$
Because each member $S_n$ of $S$ is defined as the logical negation of the corresponding value in the corresponding member of $B$, $S$ cannot be equal to any member of $B$. $S$ differs from $B_1$ at position $1$, $B_2$ at position $2$, $B_3$ at position $3$, and so on. So $S$ is not in $B$. And we've got a contradiction.
We defined $B$ as the set of possible finite binary sequences, and yet we created a set $S$ that is both a finite binary sequence and not in $B$, so where's the contradiction? Considering I never tried to construct $B$ but was simply provided it as the set of all possible binary sequences, am I to conclude that it is simply impossible for a set to contain all possible binary sequences? Or that it is impossible to evaluate membership of such a set? Or perhaps that because the sequences are by definition of finite length, there simply aren't enough digits to accommodate negating all possible members of $B$?
I'm a bit confused, because while I understand the theory behind the use of this diagonal argument in proof, there's a logical contradiction where it seems all math is sound. Things get even more odd when the requirement for the sequences to be of finite length is dropped and $B$ is made to be the set of all possible binary sequences. What am I missing?
We defined B as the set of possible finite binary sequences, and yet we created a set S that is both a finite binary sequence and not in B, so where's the contradiction?– Jul 18 '17 at 01:13