In my multivariable calculus course they ask me to prove the following propositions:
1) $lim_{(x,y)\to(0,0)}f(x,y) = L \Leftrightarrow \forall\epsilon>0, \exists\delta>0$ such that $|g(r,\theta)-L|<\epsilon, \forall r \in(0,\delta), \theta\in[0,2\pi)$ where g is f in polar coordinates
2) $lim_{(x,y)\to(0,0)}f(x,y) = L \Rightarrow \lim_{r\to0^+}g(r,\theta)=L, \forall \theta \in[0,2\pi)$
I'm also asked to prove that the converse of the second one is false, which means the second proposition is somehow different from the first one. Can someone show me how? They look the same to me.
EDIT: As Jonas pointed out in the comments, θ is fixed in the second proposition but not in the first one. That makes intuitive sense to me, but I wouldn't be able to tell that's how I should interpret the propositions just by reading them. I feel as though I'm artifitially interpreting it that way just to make sense of them. How should I read them to naturally interpret them the right way?
Sorry for slightly changing the question.