Back to Problems
rectangles_pack_square_501_div_500
Specification
It is known that packing the rectangles into a square of side length `501/500` is possible. Reference: https://www.sciencedirect.com/science/article/pii/S0167506008706009
Lean 4 Statement
theorem rectangles_pack_square_501_div_500 :
(∃ c : Configuration,
(∀ n, (c.rect n).toSet ⊆ Rectangle.toSet ⟨501/500, 501/500, (0, 0), 0⟩) ∧
c.IsPacking)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.