[guided]We want to prove that the displayed cosets span the quotient. An arbitrary element of $V/U$ has the form $x+U$ for some $x\in V$, so the problem is to express this coset as a linear combination of $v_1+U,\ldots,v_r+U$.
Since
\begin{align*}
(u_1,\ldots,u_m,v_1,\ldots,v_r)
\end{align*}
is a basis of $V$, the vector $x$ has a unique coordinate expansion in that basis. In particular, there exist scalars $\alpha_1,\ldots,\alpha_m,\beta_1,\ldots,\beta_r\in k$ such that
\begin{align*}
x=\sum_{i=1}^{m}\alpha_i u_i+\sum_{j=1}^{r}\beta_j v_j.
\end{align*}
Now pass this equality to the quotient by applying the map
\begin{align*}
q:V\to V/U,\qquad q(y)=y+U
\end{align*}
The quotient operations are defined so that addition and scalar multiplication of cosets are inherited from $V$, hence
\begin{align*}
q(x)=\sum_{i=1}^{m}\alpha_i q(u_i)+\sum_{j=1}^{r}\beta_j q(v_j).
\end{align*}
For each $i$, the vector $u_i$ lies in $U$, so $u_i+U=U$, the zero vector of $V/U$. Therefore all the $u_i$-terms disappear in the quotient:
\begin{align*}
x+U=q(x)=\sum_{j=1}^{r}\beta_j(v_j+U).
\end{align*}
Since $x+U$ was arbitrary, the cosets $v_1+U,\ldots,v_r+U$ span $V/U$.[/guided]