Back to Problems
rectangles_pack_square_133_div_132
Specification
It is known that packing the rectangles into a square of side length `133/132` is possible. Reference: https://www.sciencedirect.com/science/article/pii/0097316594901163
Lean 4 Statement
theorem rectangles_pack_square_133_div_132 :
(∃ c : Configuration,
(∀ n, (c.rect n).toSet ⊆ Rectangle.toSet ⟨133/132, 133/132, (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.