Question: Use ordinary induction to show the minimum number of nodes for a full binary tree of height h.
I started to play with it and I believe I got the answer $2^{h+1}-1$. However, I am not able to write the proof by induction.
And another small question, I believe that in this case the minimal and maximal amount of nodes are similar (since it's a full binary tree). Am I wrong?
Thanls