In the following example at the minute 1:06:43 in this video: https://www.youtube.com/watch?v=z8HKWUWS-lA&t=1810s
While using proof by induction, to make use of the assumption, while validating the implication/inductive step, the 2^n+1 square is divided into 4 squares each is 2^n * 2^n. Now how is that established, how is (2^n+1 * 2^n+1) = 4(2^n * 2^n)?
You have
$$\begin{equation}\begin{aligned} (2^{n+1})(2^{n+1}) & = (2(2^{n}))(2(2^{n})) \\ & = 2(2^{n})2(2^{n}) \\ & = 4(2^{n})(2^{n}) \end{aligned}\end{equation}\tag{1}\label{eq1A}$$