In teaching multi-variable calculus, it's insightful to discuss with students not only how certain concepts from single-variable calculus extend to multiple variables but also where these extensions fail. For example, while in single-variable calculus, a continuously differentiable function defined on an open interval that has a unique critical point, which is a local minimum, also has a global minimum at that point. However, this is not necessarily the case in multi-variable calculus, as there are known counterexamples. here is one for a two-variable function:
$z= f(x, y) = x^2 + (1 − x)^3y^2$
for this function, $(0, 0)$ is the single critical point that is a local minimum but it is not global

I am compiling a list of such instances to enhance my curriculum. Could you share other specific results or theorems that hold in single-variable calculus but do not necessarily apply in the multi-variable setting? Examples where the multi-variable context introduces significant complexity or entirely new phenomena would be particularly valuable.

