I'm trying since some time now to get the following (see picture) done in LaTeX.
But I don't even have code that works so far, as all I've found by searching the internet wasn't helpful (I'm not even sure what to search for tbh).
I'd like the t's to be aligned with the v's and then draw the arrows like shown below.
That t_1 \in T on the left side, isn't that important, as I'll just write that down below :)
I'm really stuck so any help would be appreciated!
EDIT: I've got the alignment although that isn't good practice I guess:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
&cv_1 &&cv_2 &\ldots &&&cv_i &\ldots &&&&cv_j &&\ldots &&&&&cv_k\\
&t_1 &&t_2 &\ldots &&&t_i &\ldots &&&&t_j &&\ldots &&&&&t_k
\end{align*}
\end{document}


