Squaring the plane
Squaring the plane paper. Famous problem of creating a square of unique squares, also known as tiling. This paper solves the question of whether or not the infinite plane could be tiled using one copy of each square of integer side length: one copy of the squares , and so on.
Imperfect squares problem is if there could be repeated squares. You can use Fibonacci trick to get this easily.
The pape gives an algo which they prove that would fill in the infinite plane with squares.
- Start with any perfect ell and square it up.
- Create a new ell by attaching to the rectangle the smallest square not yet used.
- Square (rectanlge) this ell up, making sure that new squares are added in all four directions.
- Repeat steps 2 and 3 ad infinitum.
Theorem. It is possible to tile the plane with nonoverlapping squares using exactly one square of each integral side. Note the plane is a rectangle.
Related problem by Numberphile