Problem:
Let be the set of all 4-tuples of and . Two such 4-tuples are called neighbors if they coincide exactly at three positions. Let be a subset of with the following property: any two elements of are not neighbors and there exists an element of which is neighbor of exactly one of them. Find the minimum possible cardinality of .
Solution
Solution:
Consider a table with rows corresponding to the elements of and columns corresponding to the elements of . We write in a cell if the element of in the respective row is adjacent to the element of in the respective column. Let . It follows from the given condition that there are no two equal rows, which means that has at least different subsets. Since a set with elements has subsets, we get .
Any row has exactly five adjacent and thus any column contains exactly five , i.e., the total number of is . A minimal number of by rows is attained if one row contains no , rows contain one , rows contain two , etc.
If , then all the subsets of are and hence any subset of appears exactly once as an adjacent set to some element of . Then we have one row with no , rows with one , rows with two , rows with three and one row with four . The total number of becomes , a contradiction.
For one has . Their minimal number by rows is attained when one row contains no , rows contain one and rows contain two . Since the distribution of must be exactly the one described above. This means that any two elements of are simultaneously adjacent to some element of .
It is easy to see that if two elements of do not coincide at at most two positions, then there is no element of that is adjacent to them. Hence any two elements of do not coincide at one or two positions. If there are two elements which do not coincide at one position, we may assume that they are and . The adjacent to and in are and . So the rows of and coincide, a contradiction. This shows that any two elements of are different at exactly two positions. We may assume that . Then the remaining elements are among , , , , and . But among any of the pairs , and at most one element can be chosen, a contradiction.
For the set separates any two elements of .
Hence the desired minimal number is .