I have any array which I would like to consider two cases from it so to write it firstly then to consider two diagonal arrows lead to two vertical arrays.
I wrote the above but
$$x = \left( {\begin{array}{c}
x_1 \\
x_2 \\
x_3 \\
\vdots \\
x_n \\
\end{array} } \right) \nearrow y_1 =
\left( {\begin{array}{c}
y_1 \\
y_2 \\
y_3 \\
\vdots \\
y_n \\
\end{array} } \right) \searrow y_2 =
\left( {\begin{array}{c}
y_1 \\
y_2 \\
y_3 \\
\vdots \\
y_n \\
\end{array} } \right)$$
As you see in the picture that y_1 and y_2 are not vertical! How could I bring y_2 below y_1.
P.S: I am interested to solve this problem without using tikZ

