Question
Let $(a_n)_{n\in\mathbb N}$ be a sequence of real numbers with $|a_k|\le M$ for all $k \in\mathbb N$. Show that for each $x\in\mathbb R$ with $|x|\lt 1$ the series $f(x)=\sum_{k=1}^{\infty}a_{k}x^{k}$ converges.
Proof
We know that:
$|a_k|\le M$ for all $k\in\mathbb N$ and $|x|\lt 1$
$\Rightarrow |a_{k+1}|\le M $ for all $k\in\mathbb N$ and $|x^k|\lt 1$ $\Leftrightarrow |x^{k+1}|\lt 1$
$\Rightarrow |a_{k}x^k|\lt M$ and $|a_{k+1}x^{k+1}|\lt M$
$\Rightarrow |x\frac{a_{k+1}}{a_{k}}|\lt1$
Ratio test:
$\lim_{k\to\infty}\frac{|a_{k+1}x^{k+1}|}{|a_{k}x^k|}$=$\lim_{k\to\infty}|\frac{xa_{k+1}}{a_{k}}|$=$\lim_{k\to\infty}|x\frac{a_{k+1}}{a_{k}}|$$\lt1$
$\Rightarrow \sum_{k=1}^{\infty}|a_{k}x^{k}|$ converges
$\Rightarrow \sum_{k=1}^{\infty}a_{k}x^{k}$ converges absolutley.
Comments
This is a question which was posed to me on my analysis course. Unsure whether I have answered it, having difficulty learning from lecture notes at the moment (my university has closed) :(
Would be great if anyone can refer me to the right theorems or alternatively send their own proofs.
Answer
$|a_k|\le M$ for all $k\in\mathbb N$ and $|x|\lt 1$ $\Leftrightarrow |x^k|\lt 1$
$\Rightarrow |a_k||x^k|\le M|x^k|$
$\Rightarrow \sum_{k=1}^{\infty}|a_{k}x^{k}| \le M\sum_{k=1}^{\infty}|x|^{k}$
Since $|x|\lt 1$ $\Rightarrow \sum_{k=1}^{\infty}|x|^{k}$ converges to some $p$, since it satisfies the converging properties of a geometric series.
$\Rightarrow \sum_{k=1}^{\infty}|a_{k}x^{k}| \le Mp$
$\Rightarrow \sum_{k=1}^{\infty}|a_{k}x^{k}|$ converges
$\Rightarrow \sum_{k=1}^{\infty}a_{k}x^{k}$ converges absolutely
I reckon this is a better approach.