Base Step: Let
\(n=3\text{.}\) Then
\(2n+1=2(3)+1=7\text{,}\) and
\(2^n=2^3=8\) We know
\(7<8\text{.}\)
Thus,
\(2n+1< 2^n\) for
\(n=3\text{.}\)
Assume
\(2k+1< 2^k\) for some
\(k\geq 3\text{.}\)
Show
\(2(k+1)+1< 2^{k+1}\text{.}\)
Scratchwork:
\begin{gather*}
\text{LHS: } 2(k+1)+1=2k+2+1=2k+1+2\\
\text{RHS: } 2^{k+1}=2(2^k)
\end{gather*}
Now we want to make a useful observation: in the LHS expression we are addding. In the RHS expression we are multiplying. We need a way to go between them. One way is to notice that \(2(A)=A+A\text{.}\) Then
\begin{gather*}
2^{k+1}=2(2^k)=2^k+2^k
\end{gather*}
We know \(2k+1< 2^k\) and \(2<2^k\text{,}\) so we can put all this together into the proof.
We note
\(2k+1< 2^k\) by the induction assumption.
Then starting with the LHS of the inequality we want to prove
\begin{align*}
2(k+1)+1 &= 2k+2+1\\
&=2k+1+2\\
&<2^k+2\ \ \textrm{ by the induction assumption}\\
&<2^k+2^k\ \ \textrm{ since } 2< 2^k\\
&=2(2^k)\\
&=2^{k+1}.
\end{align*}
Thus, \(2(k+1)+1< 2^{k+1}\text{,}\) which is what we wanted to show.
Hence, by induction
\(2n+1< 2^n\) for
\(n\geq 3\text{.}\)