I am somewhat confident that my answers are correct, but would like a second opinion. Below is the question and my reasoning for each:
~Edited per suggestions below.
Question
For which of the functions below is the following statement true:
For any $\epsilon > 0$, there is a $\delta > 0$ such that if $f(x) > \delta$, then $x > \epsilon$.
$$ (1) f(x) = \sin(x)$$ No, this statement does not hold true for $f(x) = \sin(x)$. The sine function oscillates between -1 and 1, and there are values of $x$ for which $x$ is greater than any given positive $\delta$, yet $\sin(x)$ remains within a bounded interval. Therefore, there is no universal $\delta$ satisfying the condition.
$$ (2) g(x) = e^x + 1$$ Yes, this statement holds true for $g(x) = e^x + 1$. For any positive $ \epsilon $, you can choose $ \delta = 1$ such that if $g(x) > \delta $, then $x > \epsilon$.
$$(3) f(x) = -x$$ No, this statement does not hold true for $f(x) = -x$. If $f(x)>\delta>0$ then $x<-\delta<0$ so you cannot get $x>\epsilon$ for any $\epsilon>0.$
$$(4) g(x) = 0$$ No, this statement does not hold true for $g(x) = 0$. The condition $f(x) > \delta$ cannot be satisfied for any positive $\delta$ since $g(x) = 0$ for all $x$. Therefore, there is no $\delta$ that satisfies the condition.
$$(5) f(x) = \begin{cases} x, & \text{if } x > 0 \\ 0, & \text{if } x \leq 0 \end{cases} $$
If $ x > 0$, then $f(x) = x$. In this case, the statement holds true. If you choose $\delta = \epsilon$, then whenever $f(x) = x > \delta = \epsilon$, it implies that $x > \epsilon$. If $x \leq 0$, then $f(x) = 0$. In this case, the condition $f(x) > \delta$ cannot be satisfied for any positive $\delta $ since $f(x) = 0$ for $x \leq 0$. Therefore, there is no $\delta$ that satisfies the condition. Thus, no.
Please let me know if these statements are valid.
(1) Your conclusion is incorrect. You can always take any $\delta>1.$ That will make $f(x)>\delta$ always be false, which implies that the implication "if $f(x)>\delta,$ then $x>\epsilon$" be trivially true. (Note: I first didn't realize the possibility of vaccuous truth in this part.)
(2) Your conclusion is correct, but not your motivation. Firstly, "This function is strictly increasing" doesn't necessarily imply that it's unbounded. For example $\arctan(x)$ is strictly increasing but bounded above by $\pi/2.$ Secondly, your value of $\delta$ for a given $\epsilon$ is not correct.
(3) Incorrect conclusion. If $f(x)>\delta>0$ then $x<-\delta<0$ so you cannot get $x>\epsilon$ for any $\epsilon>0.$
(4) Incorrect conclusion. Nothing says that you must have $f(x)>\delta>0.$ It says "if $f(x)>\delta$". When the condition is always false, then the consequence is always true, no matter what it is.
(5) Incorrect conclusion. Same comment as for (4).