Define $f:\mathbb R^3\to \mathbb R$ as $f(x,y,z)=x+e^yz$. Is $f$ Lipschitz?
I'm having a hard time with this question. Simply chugging $(x,y,z),(x',y',z') \in \mathbb R^3$ and calculating $$|f(x,y,z)-f(x',y',z')|$$ seems like a dead end. However, I don't see any combination of variables in $\mathbb R^3$ that would disprove that $f$ is Lipschitz. I tried $(x,x,x),(y,y,y)$ but that doesn't work. I know $e^x$ is Lipschitz, but I'm not sure if this means that $f$ is Lipschitz. Any hints?