1

Suppose that $f$ is a continuous function defined on an interval $I$. Prove that $|f|$ is continuous on $I$.

Our definition of continuity: Let $I$ be an interval, let $f:I\rightarrow\Bbb{R}$, and let $c\in I$. The function $f$ is continuous at $c$ if for each $\epsilon>0$ there exists $\delta>0$ such that $|f(x)-f(c)| < \epsilon$ for all $x\in I$ that satisfy $|x-c|<\delta$. The function $f$ is continuous on $I$ if $f$ is continuous at each point of $I$.

Arnold
  • 829

1 Answers1

7
  • Use the fact that $|x|$ is continuous and hence $|f|$ is continuous.(Composition of continuous functions)
  • $||x|-|y||\le|x-y|$ therefore for every $\varepsilon>0$ there exists a $\delta>0$ such that $|x-t|<\delta \implies ||f(x)|-|f(t)||\le |f(x)-f(t)|<\varepsilon$.
hrkrshnn
  • 6,287