MathDB
2023 Fall Theme p3C

Source:

December 23, 2023
2023FAlLthemegeo

Problem Statement

Determine the least integer nn such that for any set of nn lines in the 2D plane, there exists either a subset of 10011001 lines that are all parallel, or a subset of 10011001 lines that are pairwise nonparallel.
Proposed by Samuel Wang
Solution. 1000001\boxed{1000001} Since being parallel is a transitive property, we note that in order for this to not exist, there must exist at most 10011001 groups of lines, all pairwise intersecting, with each group containing at most 10011001 lines. Thus, n=10002+1=1000001n = 1000^2 + 1 = \boxed{1000001}.