Assume $n$ square bricks with sides $1,2,3,...,n$ where sides of them are parallel to $x,y-$ axis. They are arranged in a pattern in which each brick touches exactly $2$ bricks and two bricks touches such that they have only a vertex common. Prove that $\forall n\geq5$ such arrangement exists?
So, for this problem I tried proving by induction. It's not a big deal to prove such an arrangement willn't possible for $n=1,2,3,4$. So induction follows as,
I've made structure of $n=5$ which is like this,
Now, I'm unable to get a general conversion from $n=5$ to $n=6$ i.e. $n=i$ to $n=i+1$. Is there a conversion? And what will be the other methods to prove the arrangement to be exist only if $n\geq5$?

