I am reading "Mechanics I" (in Japanese) by Akira Harashima.
A quantity is given by three real numbers $(A_x, A_y, A_z)$ in an orthogonal coordinate system $S$, and for another orthogonal coordinate system $S'$ (assuming the origin of $S$ and the orign of $S'$ are the same), it is given by three real numbers $(A_{x'}, A_{y'}, A_{z'})$.
If $(A_x, A_y, A_z)$ and $(A_{x'}, A_{y'}, A_{z'})$ satisfy the following relations, then $(A_x, A_y, A_z)$ and $(A_{x'}, A_{y'}, A_{z'})$ represent a single vector $\mathbf{A}$.
$$ A_{x'}=l_1A_x+m_1A_y+n_1A_z\\ A_{y'}=l_2A_x+m_2A_y+n_2A_z\\ A_{z'}=l_3A_x+m_3A_y+n_3A_z,$$ where $$ l_1^2+m_1^2+n_1^2=1\\ l_2^2+m_2^2+n_2^2=1\\ l_3^2+m_3^2+n_3^2=1\\ l_2l_3+m_2m_3+n_2n_3=0\\ l_3l_1+m_3m_1+n_3n_1=0\\ l_1l_2+m_1m_2+n_1n_2=0. $$
I don't understand what the author wants to say well.
Let $\vec{r}$ be a position vector.
Suppose $\vec{r}$ is represented by $(x,y,z)$ in an orthogonal coordinate system $S$.
We consider the quantity $(x,y,-z)$.
Suppose $r$ is represented by $(x',y',z')$ in an orthogonal coordinate system $S'$.
We can write
$$
x'=l_1x+m_1y+n_1z\\
y'=l_2x+m_2y+n_2z\\
z'=l_3x+m_3y+n_3z,$$
where
$$
l_1^2+m_1^2+n_1^2=1\\
l_2^2+m_2^2+n_2^2=1\\
l_3^2+m_3^2+n_3^2=1\\
l_2l_3+m_2m_3+n_2n_3=0\\
l_3l_1+m_3m_1+n_3n_1=0\\
l_1l_2+m_1m_2+n_1n_2=0.
$$
But in general the following relations don't hold.
$$
x'=l_1x+m_1y+n_1(-z)\\
y'=l_2x+m_2y+n_2(-z)\\
-z'=l_3x+m_3y+n_3(-z),$$
So, the quantity $(x,y,-z)$ is not a vector.
Am I right?
This is a truly wild definition, but I suppose I never understood the way physicists think about things...
An answer your question: no. Also it's worth noting that this passage doesn't define "a vector", it merely defines what it means for two lists of real numbers to represent the same vector. So the question cannot be whether $(x,y,-z)$ is a vector, but only whether it represents the same vector as $(x,y,z)$.
In order to determine whether $(x,y,-z)$ is the same vector as $(x,y,z)$, we need to determine whether an appropriate $S'$ exists that transforms $(x,y,z)$ into $(x,y,-z)$.
Indeed, such an $S'$ does exist. Intuitively, it is the "left-handed" coordinate system, if we assume that $S$ is the "right-handed" coordinate system. Formally, we make the following 9 substitutions for the change-of-variables parameters:
$$\begin{bmatrix} l_1&m_1&n_1 \\ l_2&m_2&n_2 \\ l_3&m_3&n_3 \end{bmatrix} = \begin{bmatrix} 1&0&0 \\ 0&1&0 \\ 0&0&-1 \end{bmatrix}.$$
Check that these substitutions satisfy the 6 constraints on the parameters (i.e. the 6 equations after "where" in your quote). The notation is a bit awkward, but if you're doing it right the checks will be very easy.
Thus you can see that, using the book's definition, $(x,y,z)$ in the system $S$ and $(x,y,-z)$ in the system $S'$ represent the same vector.