019. Tiling
Prove that the following two propositions are equivalent when and are natural numbers greater than or equal to 2.
- is a multiple of 8.
- Using multiple shapes in the following figure, a rectangle with width and height can be tiled.
Let be the tiled rectangle with width and height using the above shape. Then, and are possible as follows.
Since , the condition that is a multiple of 8 can be considered only in the following two cases.
- case 1: is a multiple of 4 and is even.
- is possible because it is a combination of multiple .
- case 2: is a multiple of 8 and is odd.
- can be tiled by dividing it into and . Here, can be made by combining multiple , and is also possible because it corresponds to case 1.
Now, to prove the converse, assume that there exists some possible tiling . Since the area of this L-shaped figure is 4, is a multiple of 4. That is, since at least one of and is even, let be even.
Let’s divide into unit squares and assign 1, -1, 0 to each unit square as follows.
- Odd rows: 1, -1, 1, -1, , 1, -1
- Since is even, the total number assigned is even.
- Even rows: all 0s
Then, no matter how the L-shaped figure is placed inside , the sum of the numbers inside this shape is either 1 or -1. As can be seen in the figure below, the result is the same even when symmetrically placed.
However, since the sum of all numbers inside is 0, the number of the L-shaped figures whose inner sum is 1 and the number of the ones whose inner sum is -1 are equal. That is, the number of the L-shaped figures that make up is even. Therefore, the area of is , so is a multiple of 8.