I have a function $F(x,y)=z$ and two points $(x_1,y_1),(x_2,y_2)$ s.t. $F(x_1,y_1)=F(x_2,y_2)=c$, $x_1<x_2$. I know that $\frac{\partial F}{\partial y}<0$ in $ [x_1,x_2]\times\mathbb{R}$.
I'd like to prove that there is a continuous contour line between the two points.
I know that there's a rectangle $V\times W $ that contains $(x_1,y_1)$ s.t. $F^{-1}(c)\cap V\times W $ is the graphic of a function, i.e., I have in there a continuous contour line.
I'd like to know if the fact that I have $\frac{\partial F}{\partial y}<0$ in the entire interval $[x_1,x_2]$ allows that I consider $V=[x_1,x_2]$ and $W=\mathbb{R}$, so I can prove the statement.
Many thanks!
==========
Edit for comment on 12/26




There may not be a contour line between the two points. Indeed, consider the function $$F(x,y) = (x^2+1) \arctan y$$ with $\frac{\partial F}{\partial y}(x,y) = \frac{x^2+1}{y^2+1}> 0$ on $\mathbb{R}^2$. At the points $(-1,1)$ and $(1,1)$ the functions takes the value $c=\frac{\pi}{2}$, but the level curve $F(x,y) = c$, that is $$(x^2+1)\arctan y = \frac{\pi}{2}$$ does not intersect the vertical axis $x=0$.
The idea is simple: for every fixed $x$ , the function $F(x,y)$ is strictly increasing in $y$, with image an open interval $I_x$. As $x$ varies, this interval varies too. It may be that the interval $I_x$ contains $c$ for $x=x_1$, $x_2$, but, for some intermediate point $x_3$, $I_{x_3}$ does not contain $c$. The example is chosen so that the $c$ will be one end of the interval $I_{x_3}$.
Note: The level curve $F(x,y) = \frac{\pi}{2}$ is the graph of the function $y = \tan \frac{\pi}{2(x^2+1)}$ defined on $\mathbb{R} \backslash \{0\}$.
$\bf{Added:}$ I changed the sign so that $\frac{\partial F}{\partial y} > 0$, with $F\mapsto -F$.