Problem: Given a function $b:\mathbb{R}\rightarrow\mathbb{R}$ defined by $b(x)=3x^{\frac{1}{3}}$. Prove that this function is Hölder continuous but not Lipschitz continuous.
My attempt: In order to prove Hölder continuity we have to show that there exist some $C,\alpha>0$ such that the following inequality holds for any $x,y\in\mathbb{R}$ $$|3x^{\frac{1}{3}}-3y^{\frac{1}{3}}|\leq C|x-y|^\alpha$$ I tried to set $\alpha=\frac{1}{3}$, and prove that there exists some $C$ such that we have that $$|3x^{\frac{1}{3}}|\leq C|x-y|^{\frac{1}{3}}+|3y^{\frac{1}{3}}|$$ However, I keep getting stuck with the fact that $x,y$ do not necessarily have to be positive. This is kind of messing up my whole attempt because I'm not sure how to proceed from here.
My plan was to first attempt to prove Hölder continuity and then Lipschitz continuity. Since I wasn't able to prove the first thing, I didn't yet start on proving we do not have Lipschitz continuity.
Any help is appreciated!