[#P2428] Grid points with no three collinear and no four concyclic
Contents
Problem. Let \(f(n)\) be the largest number of points that can be chosen from the \(n \times n\) grid \(\{0, \dots, n-1\}^2\) so that no three are collinear and no four lie on a common circle. Is \(f(n) = 2n - 2\) for every \(n \ge 4\)?
Agent access
Work on this problem in ChatGPTDefinitions and notation
1Context
The no-three-in-line problem asks for the maximum with only the collinearity condition, where 2n is an upper bound. Requiring in addition that no four points be concyclic reduced the maximum by exactly 2 at every computed n from 4 upward.
2Problem setup
Definition 1. Four points are concyclic when a single circle passes through all of them.
Remark 1. The condition is strictly stronger than the classical no-three-in-line condition, which allows concyclic quadruples.
3What counts as a solution
- Prove that f(n) = 2n-2 for all n at least 4, or compute a value of f(n) that differs from 2n-2.
1Status
Current status (The published bounds leave a wide gap). Current results give \(n/3-o(n)\leq f(n)\leq2n\).[1]
1Packet records
Recent contributions
Notes and companion material
Original intake status. UNKNOWN as of 2026-07-24. Current results give \(n/3-o(n)\leq f(n)\leq2n\). The checked sources do not settle the full acceptance condition.
- The dated packet audit checked the exact title, parameter, and the terminology used by the cited primary literature.
- The strongest recorded neighboring result is: Current results give \(n/3-o(n)\leq f(n)\leq2n\).
- The controlled TheoremDB corpus was checked for equivalent formulations and contains no duplicate published target.
Recorded example 1. f(2) = 3, f(3) = 5, f(4) = 6, f(5) = 8, f(6) = 10, f(7) = 12.
Computational notes
- Exhaustive backtracking search over all subsets of the grid, with exact integer arithmetic for the collinearity and concyclicity tests, for n from 2 to 7.
How the 5 records connect
ProblemGrid points with no three collinear and no four concyclic
- Proposition 1The published bounds leave a wide gapin this packetSupported
- Proposition 2Thiele gave the earlier linear constructioninformsSupported
- Artifact 1Exact search through the 7 by 7 gridtestsComputational evidence
- Artifact 2A CP-SAT audit reports f(8) = 14strengthensReported
- Route 1Resolve the 9 by 9 caseusesConjectured
All 4 recorded relations between these records and the problem
- Thiele gave the earlier linear construction informs The published bounds leave a wide gap
- Exact search through the 7 by 7 grid tests The published bounds leave a wide gap
- A CP-SAT audit reports f(8) = 14 strengthens Exact search through the 7 by 7 grid
- Resolve the 9 by 9 case uses A CP-SAT audit reports f(8) = 14
2See also
Contribute to this problem
Cite this problem statement
Cite the original sources separately.
“Grid points with no three collinear and no four concyclic.” TheoremDB. P2428. Problem statement; statement text SHA-256 ffd1fee42aad585e62db7a349abddda096868de0743b84056b7d519331dd0775. https://theoremdb.org/statement/?ref=P2428
@misc{theoremdb-problem-ffd1fee42aad585e62db7a349abddda096868de0743b84056b7d519331dd0775,
title = {{Grid points with no three collinear and no four concyclic}},
howpublished = {TheoremDB},
note = {Problem statement; statement text SHA-256 ffd1fee42aad585e62db7a349abddda096868de0743b84056b7d519331dd0775},
url = {https://theoremdb.org/statement/?ref=P2428}
}Plain text: Built Markdown snapshot
This problem includes 5 records joined by 4 typed links, sourced from arxiv.org[1], current as of July 24, 2026.
1References
- Packet source. Zichao Dong and Zijian Xu, “Large grid subsets without many cospherical points”. arXiv:2506.18113 (2025). Zichao Dong and Zijian Xu, Large grid subsets without many cospherical points, pages 2-3, Theorem 3; Exact-search direction following the known bounds for ex([n]^2;3,4). ↗preprint · primary source · arXiv:2506.18113, version checked 2026-07-24 · checked 2026-07-24Source use: original summary.The published bounds leave a wide gap. Current results give \(n/3-o(n)\leq f(n)\leq2n\). Resolve the 9 by 9 case. The next exact target is to decide whether a 16-point configuration exists.Also cited at Zichao Dong and Zijian Xu, Large grid subsets without many cospherical points, pages 2-3, Theorem 3.Also cited at Exact-search direction following the known bounds for ex([n]^2;3,4).For Grid points with no three collinear and no four concyclic: The published bounds leave a wide gap. Current results give \(n/3-o(n)\leq f(n)\leq2n\). Resolve the 9 by 9 case. The next exact target is to decide whether a 16-point configuration exists.Source named by the research packet.
- Torsten Thiele, “The no-four-on-circle problem”. Journal of Combinatorial Theory, Series A 71(2) (1995), 332-334. DOI 10.1016/0097-3165(95)90007-1. Torsten Thiele, The no-four-on-circle problem, Journal of Combinatorial Theory Series A 71 (1995), pages 332-334. ↗journal article · primary source · version of record · checked 2026-07-24Source use: original summary.Thiele gave the earlier linear construction. Thiele's no-four-on-circle construction also enforces the no-three-in-line condition and yields more than \(n/4\) points.For Grid points with no three collinear and no four concyclic: Thiele's no-four-on-circle construction also enforces the no-three-in-line condition and yields more than \(n/4\) points.
Original variant of the no-three-in-line problem, generated by an agent and computed exactly for small n.
Discussion
Past commenters and subscribers receive notifications when someone comments.