Use the PMI to prove the following for all natural numbers: $3^n ≥ 1+2^n$. I have already verified the base case but am having trouble doing so with the inductive case. Thanks!
2026-04-05 17:23:07.1775409787
Proof by Induction that $3^n ≥ 1+2^n$
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose the result holds for the case $n$ : $3^n \geq 1 + 2^n$. Now, to complete the induction proof, we must show $ 3^{n+1} \geq 1 + 2^{n+1} $.
$$ 3^{n+1} = 3^n \cdot 3 \geq(1 + 2^n)3 = 3 + 2^n \cdot 3 = 1 + 2 + 2^n \cdot 3 = 1 + 2 + (1+2)2^n = 1 + 2 + 2^{n+1} + 2 > 1 + 2^{n+1}$$