I want to prove that the function $f(x)=\frac{x}{1+x}$ is continuous for $x\geq 0$. I'm using the definition of continuity taking $\varepsilon > 0\:\:and\:\:\delta=\varepsilon\cdot(1+x)(1+c)$:
$$\left | f(x)-f(c)\right |=\left | \frac{x}{1+x}-\frac{c}{1+c} \right |=\left | \frac{x-c}{(1+x)\cdot (1+c)}\right |= \frac{\delta }{(1+x)\cdot (1+c)} = \frac{\varepsilon \cdot (1+x)\cdot (1+c)}{(1+x)\cdot (1+c)}=\varepsilon $$ Does this prove that $f(x)$ is continuous? Thanks
EDIT: $$\left | f(x)-f(c)\right |=\left | \frac{x}{1+x}-\frac{c}{1+c} \right |=\left | \frac{x-c}{(1+x)\cdot (1+c)}\right |=\left | \frac{1}{(1+x)(1+c)} \right |\cdot \left | x-c \right |\leq 1\cdot \left | x-c \right |\leq \delta =\varepsilon $$