Prove Theorem 2.5(iii), namely, that if $f$ is continuous at $a$ and $\lambda$ is a scalar, then $\lambda\cdot f$ is continuous at $a$.
(a) Complete the first principles statement of what we are required to prove, namely, that $λ\cdot f$ is continuous at $a$: ‘For every $\varepsilon > 0$, there is $\delta > 0$ such that ... ’.
Okay so I have that 'For every $\varepsilon > 0$, there is $\delta > 0$ such that $$0 < |x-a|<\delta \Rightarrow |\lambda f(x)-\lambda f(a)|<\varepsilon$$
(b) When $\lambda = 0$, how may $\delta$ be chosen to ensure that (a) holds?
So I have that $$|\lambda f(x)-\lambda f(a)|<\varepsilon \iff \lambda|f(x)-f(a)|<\varepsilon \iff |f(x)-f(a)|<\varepsilon /\lambda$$
But here $\lambda = 0$, so this is not defined. I'm not sure how this relates to the $\delta$ I have to choose, or how to choose $\delta$.
(c) When $\lambda$ does not equal 0, how may $\delta$ be chosen to ensure that (3a) holds?
I have that $$|\lambda f(x)-\lambda f(a)|<\varepsilon \iff \lambda|f(x)-f(a)|<\varepsilon \iff |f(x)-f(a)|<\varepsilon /\lambda$$
Does this imply that the $\delta$ I need to choose is $\min(1,\varepsilon/\lambda)$? And how does all of this relate to what I want to prove, that if $f$ is continuous at $a$ and $\lambda$ is a scalar, then $\lambda\cdot f$ is continuous at $a$?