Weak induction on the number of nodes in the tree. (h+1 <= e <= 2h) Show for some small constant (n=3 nodes) -> Clearly true (e=2 = 1+1 = 21) Assume for all n<k Prove for n=k. Split the tree into two sub trees by removing the root. Argue each has height h-1, and therefore h <= e <= 2h-1 Thus when we recombine the trees, the proposition holds