I believe this can probably be shown by applying the binomial theorem, but I am wondering if there is another (hopefully simpler) way
2026-05-05 18:47:59.1778006879
On
Showing $\lim_{n\to\infty} (1-x)^n = 0$ for $0<x<1$
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Note that $0<1-x<1$. Thus we just need to show that $a^n$ goes to zero as n goes to $\infty$. If you don’t know how to show this you can use the fact that there are rational numbers $q$ and $r$ such that $q < a < r$ and then use the Squeeze Theorem. It’s easy to show that for a rational number in $(0, 1)$, $r^n$ goes to zero in the limit.
Note that for any $0<x<1$,
$$0<(1-x)^n<\frac{1}{(1+x)^n}\tag1$$
Using Berenoulli's inequality on the right-hand side of $(1)$ reveals
$$0<(1-x)^n<\frac{1}{1+nx}\tag2$$
Applying the squeeze theorem to $(2)$ yields the coveted limit
$$\lim_{n\to\infty}(1-x)^n=0$$
for $x\in(0,1)$.