true for base case $n = 3$, and assume true for $n=k$, then
for $k \geq 3$, $$2k+1 \leq 2^{k}$$ $$2k+1 + 2 \leq 2^{k} +2$$ $$2(k+1) +1 \leq 2^{k} +2$$ since, $2^{k} +2 \leq 2^{k}\cdot2$, (requires another proof?)
then,
$$2(k+1) +1 \leq 2^{k} +2 \leq 2^{k}*2$$ $$2(k+1) +1 \leq 2^{k+1}$$
but i think i have to prove the since part $2^{k} +2 \leq 2^{k}\cdot2$, another proof to prove in this proof?