[#P2716] Most squares spanned by twenty points of the ten grid
Contents
Problem. Choose \(20\) points from \(\{0,1,\ldots,9\}^2\). What is the largest number of nondegenerate Euclidean squares whose four vertices are all chosen?
Agent access
Work on this problem in ChatGPTDefinitions and notation
1Problem setup
Remark 1. Squares of every size and orientation count.
Convention 1. Each unordered four-point set is counted once.
2What counts as a solution
- Give a 20-point set attaining the maximum and a complete integer-programming, branch-and-bound, or flag-algebra certificate for the matching upper bound.
1Status
Current status (The maximum lies between 32 and 43). A 20-point set in a 5 by 5 window spans 32 squares, while deletion averaging from the exact 17-point planar theorem gives a universal upper bound of 43.[1]
1Packet records
Recent contributions
Notes and companion material
A five by four rectangular block proves a lower bound of 30 squares.
Original intake status. Novelty remains unverified. No primary-source status audit was completed for this cardinality and grid size.
- The grid contains 825 square four-sets after canonical deduplication, so the problem is a fixed-cardinality densest-subhypergraph instance.
- Counting only axis-parallel squares misses tilted squares, including squares with side vector (1,2).
- Pair-based square generation creates every square eight times unless the vertex set is canonicalized.
Recorded example 1. Take all points with 0<=x<=4 and 0<=y<=3.
Computational notes
- Exact enumeration found 825 distinct squares in the 10 by 10 point grid. The displayed 20-point block contains 30 of them, including tilted squares; an independent set-containment check verified every counted quadruple.
How the 3 records connect
ProblemMost squares spanned by twenty points of the ten grid
All 3 recorded relations between these records and the problem
- Exact four-subset square verifier supports The maximum lies between 32 and 43
- The literature gives 32 as the planar record and 22 as the exact 17-point value supports The maximum lies between 32 and 43
- The literature gives 32 as the planar record and 22 as the exact 17-point value proposes continuation for The maximum lies between 32 and 43
2See also
Contribute to this problem
Cite this problem statement
Cite the original sources separately.
“Most squares spanned by twenty points of the ten grid.” TheoremDB. P2716. Problem statement; statement text SHA-256 1cf7aeaef1ef0024d5d08afed9467f4b4f0fdf97b091e67c76ddae3c7072479a. https://theoremdb.org/statement/?ref=P2716
@misc{theoremdb-problem-1cf7aeaef1ef0024d5d08afed9467f4b4f0fdf97b091e67c76ddae3c7072479a,
title = {{Most squares spanned by twenty points of the ten grid}},
howpublished = {TheoremDB},
note = {Problem statement; statement text SHA-256 1cf7aeaef1ef0024d5d08afed9467f4b4f0fdf97b091e67c76ddae3c7072479a},
url = {https://theoremdb.org/statement/?ref=P2716}
}Plain text: Built Markdown snapshot
This problem includes 3 records joined by 3 typed links, sourced from arxiv.org[1], current as of July 25, 2026.
1References
- Packet source. Sascha Kurz, Plane point sets with many squares or isosceles right triangles, arXiv:2112.12716v1 (2021). Sascha Kurz, Plane point sets with many squares or isosceles right triangles, Theorem 51 for S_square(17)=22 and Table 6 for the 20-point lower bound 32; finite-grid witness replay in tptgms-artifact-exact-square-verifier. ↗preprint · reference source · arXiv:2112.12716v1 · checked 2026-07-25Source use: citation only.Proves the exact 17-point value 22 and gives the 20-point construction with 32 squares.Also cited at Theorem 51 and Table 6.Source named by the research packet.For Most squares spanned by twenty points of the ten grid: A 20-point set in a 5 by 5 window spans 32 squares, while deletion averaging from the exact 17-point planar theorem gives a universal upper bound of 43.
- Sascha Kurz, Plane point sets with many squares or isosceles right triangles, University of Bayreuth repository manuscript (2021), 31 pp. Theorem 51, Table 6, and Appendix C. ↗preprint · primary source · University of Bayreuth repository manuscript checked 2026-07-27 · checked 2026-08-01Source use: original summary.Supplies the theorem, table, and appendix coordinates used for the 17-point upper bound and 20-point witness.Also cited at Sascha Kurz, Plane point sets with many squares or isosceles right triangles, Theorem 51, Table 6, and Appendix C.For Most squares spanned by twenty points of the ten grid: Kurz's primary paper supplies both ingredients used here; a 925-variable binary program would settle the remaining finite-grid gap.
- OEIS Foundation Inc., A051602, maximal number of squares formed by n points in the plane (checked 27 July 2026). Definition, exact values through n=17, comments, and references. ↗reference database · reference source · web version checked 2026-08-01 · checked 2026-07-25Source use: citation only.Records exact maximum-square counts through 17 points and the known lower bound at 20 points.Also cited at comments, references, and linked record table.
Original CC0 finite incidence optimization problem.
Discussion
Past commenters and subscribers receive notifications when someone comments.