Prove or Disprove:
For all $n$ contained in positive integers
For any single square removed from a $2^n \times 2^n$ grid, there is a unique tiling with $L$-tiles.
The word that messes with me is "unique", I know that this statement is true, as I can produce examples, however, I am not sure how to formally prove that it is true.
Use induction! Suppose the statement is true for $2^{n-1} \times 2^{n-1}$ sized grids. Now divide the $2^n$ grid into $4$ $2^{n-1}$ sized grids. $3$ will be completely full, one will have a piece taken out. Place $1$ L piece so that it covers one spot in each of the $3$ grids that are completely full. Now use the inductive hypothesis to finish the proof!