Erdős problem 101
Given points in , no five of which are on a line, the number of lines containing four points is .
Sources
FormalConjectures/ErdosProblems/
101.lean
Retained formal statement
Given points in , no five of which are on a line, the number of lines containing four points is .
(fun n => ↑(Erdos101.numLinesWithFourPointMax n)) =o[Filter.atTop] fun n => ↑n ^ 2OpenStatement only, no proof