Back to Problems
least_eleven_square_packing_in_square
Specification
What is the smallest square that can contain 11 unit squares? Reference: [Wikipedia](https://en.wikipedia.org/wiki/Square_packing#In_a_square)
Lean 4 Statement
theorem least_eleven_square_packing_in_square :
IsLeast {x : ℝ | Nonempty (Packing 11 UnitSquare (Square x))} answer(sorry)
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.