2018 VNTST Problem 2
Source: 2018 Vietnam Team Selection Test
March 30, 2018
combinatoricsrectangle
Problem Statement
For every positive integer , a rectangle consists of unit squares (called "cell") is called complete if the following conditions are met:
i. In each cell is written either a "", a "" or nothing;
ii. For any binary string with length , one may choose a row and complete the empty cells so that the numbers in that row, if read from left to right, produce (In particular, if a row is already full and it produces in the same manner then this condition ii. is satisfied).
A complete rectangle is called minimal, if we remove any of its rows and then making it no longer complete.a. Prove that for any positive integer there exists a minimal rectangle with exactly columns containing both and .
b. A minimal rectangle has exactly columns containing at least some or and the rest of columns are empty. Prove that .