If I have the statement $\lim_{x\to 0}f(x)=0$ and $$ f(x)=\begin{cases} x,&x>0\\ x-0.3,&x<0 \end{cases} $$ how do I prove that the statement is false?
Is this correct? $[f(x)-0]$ < e for every $[x-0]<d$
So if we choose e= 0.3 then it is $[f(x)]<0.3$ For every $[x]<d$
$-0.3<f(x)<0.3$ for x<d But where do i go next?
Hint.
The definition $\lim_{x\to 0}f(x)=0$ implies that for every $\epsilon>0$, there exists $\delta>0$ such that $-\delta<x<0$ implies $|f(x)-0|<\epsilon$.
But when $x<0$ and close to $0$, $f(x)$ is close to $-0.3$.
So your goal is showing the following:
Let $\epsilon=0.1$. For every $\delta>0$, $x=-\frac{\delta}{2}\in(-\delta,0)$ and $$ |f(x)-0|=|x-0.3|=\frac\delta2+0.3>\epsilon. $$ So the statement must be false.