I know this is probably a trivial proof but I'm struggling with it for some reason. The base case is trivial. I'm stuck at the inductive step where $$\frac1{2^{n+1}}<\frac1{n+1}$$ I'm completely stumped and I have no idea how to proceed.
2026-04-18 07:48:34.1776498514
Proving $\frac1{2^n}<\frac1n$ inductively
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Starting from $$\frac1{2^n}<\frac1n$$ we divide both sides by 2: $$\frac1{2^{n+1}}<\frac1{2n}$$ Since $2n>n+1$ if $n>1$: $$\frac1{2n}<\frac1{n+1}$$ Hence $$\frac1{2^{n+1}}<\frac1{n+1}$$