2023 Fall Theme p3C
Source:
December 23, 2023
2023FAlLthemegeo
Problem Statement
Determine the least integer such that for any set of lines in the 2D plane, there exists either a subset of lines that are all parallel, or a subset of lines that are pairwise nonparallel.Proposed by Samuel WangSolution.
Since being parallel is a transitive property, we note that in order for this to not exist, there must exist at most groups of lines, all pairwise intersecting, with each group containing at most lines. Thus, .