I'm trying to learn the proof of the minimum number of nodes in an AVL tree of height h and I'm stumped on how $2N_{h-2}$ becomes $2^{h/2}$. I've read this [answer](How does $2N_{h-2}$ become $2^{h/2}$?$2n-h-2$-become-$2h-2)$ and I'm still confused as to why you keep doing this until $k = h/2$.
I understand how $N_h > 2^kN_{h-2k}$. I just am not grasping how that is simplified to $2^{h/2}$. I'm looking for a slightly more detailed answer than the one I linked to. Thanks a lot. Sorry if it's a really stupid question. I bet it's something simple, but it's just flying over my head.
$2^{h/2}$gives $2^{h/2}$;$$2^{h/2}$$gives $$2^{h/2} \quad (\textrm{i.e., on a new line});$$*2^{h/2}*gives 2^{h/2}; and**2^{h/2}**gives 2^{h/2}. See also this very helpful formatting reference page. – Théophile Jul 05 '15 at 16:47