$$||v||_1 \le n||v||_\infty$$
I've been unable to prove this or find a relevant proof. My inexperience with summations (n is the summation limit from the norm definition) is likely to blame. Any help would be much appreciated.
$$\sum_{i=1}^n |v_i| \le n(\sum_{i=1}^n |v_i|^\infty)^{1/\infty} $$
The infinity norm is nothing more than the largest absolute value present among the entries of your vector. Clearly the sum of $n$ copies of the largest value (in other words, $n$ times the largest value) is greater than or equal to the sum of the $n$ values.