My physics textbook presented me with the following relationship:
$$\left( \dfrac{\partial x}{\partial t} \right)_\varphi = \dfrac{-(\partial \varphi / \partial t)_x}{(\partial \varphi / \partial x)_t}$$
In researching this relationship, I encountered this Wikipedia article on the triple product rule. The article says the following:
The triple product rule for such interrelated variables $x$, $y$, and $z$ comes from using a reciprocity relation on the result of the implicit function theorem and is given by
$$\left({\frac {\partial x}{\partial y}}\right)_{z}\left({\frac {\partial y}{\partial z}}\right)_{x}\left({\frac {\partial z}{\partial x}}\right)_{y}=-1.$$
Note: In each factor the variable in the numerator is considered to be an implicit function of the other two. In each factor the subscripted variable is being held constant.
Here the subscripts indicate which variables are held constant when the partial derivative is taken. That is, to explicitly compute the partial derivative of $x$ with respect to $y$ with $z$ held constant, one would write $x$ as a function of $y$ and $z$ and take the partial derivative of this function with respect to $y$ only.
The advantage of the triple product rule is that by rearranging terms, one can derive a number of substitution identities which allow one to replace partial derivatives which are difficult to analytically evaluate, experimentally measure, or integrate with quotients of partial derivatives which are easier to work with. For example,
$$\left({\frac {\partial x}{\partial y}}\right)_{z}=-{\frac {\left({\frac {\partial z}{\partial y}}\right)_{x}}{\left({\frac {\partial z}{\partial x}}\right)_{y}}}$$
However, I'm unsure of how $\left({\frac {\partial x}{\partial y}}\right)_{z}=-{\frac {\left({\frac {\partial z}{\partial y}}\right)_{x}}{\left({\frac {\partial z}{\partial x}}\right)_{y}}}$ was derived from $\left({\frac {\partial x}{\partial y}}\right)_{z}\left({\frac {\partial y}{\partial z}}\right)_{x}\left({\frac {\partial z}{\partial x}}\right)_{y}=-1$, unless there was some, what seems to me to be, abuse of notation? If we proceed as is typical, we get
$$\begin{align} \left({\frac {\partial x}{\partial y}}\right)_{z} \left({\frac {\partial y}{\partial z}}\right)_{x} = \dfrac{-1}{\left({\frac {\partial z}{\partial x}}\right)_{y}} \\ \Rightarrow \left({\frac {\partial x}{\partial y}}\right)_{z} &= \dfrac{ \left( \dfrac{-1}{\left({\frac {\partial z}{\partial x}}\right)_{y}} \right) }{\left({\frac{\partial y}{\partial z}}\right)_{x}} \\ &= \dfrac{-1}{\left({\frac{\partial z}{\partial x}}\right)_{y} \left({\frac{\partial y}{\partial z}}\right)_{x}} \end{align}$$
I would greatly appreciate it if people could please take the time to clarify this.