Say that $S$ contains binary strings of length $n$ s.t. no two strings in $S$ differ in exactly one position.
How would I prove that $S$ contains no more than $2^{n-1}$ strings (Note $n$ can be any positive integer)
I can't seem to find a way to do even start this problem.