[step:Verify that the sum and maximum formulas define norms on $V\times W$]
Let $0_V\in V$ and $0_W\in W$ denote the zero vectors. Let $0_{V\times W}:=(0_V,0_W)$ denote the zero vector in $V\times W$.
For every $(v,w)\in V\times W$, both quantities $\|v\|_V+\|w\|_W$ and $\max\{\|v\|_V,\|w\|_W\}$ are non-negative because $\|\cdot\|_V$ and $\|\cdot\|_W$ are norms. Moreover,
\begin{align*}
\|(v,w)\|_1=0
\end{align*}
if and only if $\|v\|_V=0$ and $\|w\|_W=0$, which holds if and only if $v=0_V$ and $w=0_W$. Thus $\|(v,w)\|_1=0$ if and only if $(v,w)=0_{V\times W}$. Similarly,
\begin{align*}
\|(v,w)\|_\infty=0
\end{align*}
if and only if $\|v\|_V=0$ and $\|w\|_W=0$, so $\|(v,w)\|_\infty=0$ if and only if $(v,w)=0_{V\times W}$.
Let $\lambda\in\mathbb{F}$ and let $(v,w)\in V\times W$. Using homogeneity of the component norms,
\begin{align*}
\|\lambda(v,w)\|_1=\|(\lambda v,\lambda w)\|_1=|\lambda|\,\|v\|_V+|\lambda|\,\|w\|_W=|\lambda|\,\|(v,w)\|_1.
\end{align*}
Likewise,
\begin{align*}
\|\lambda(v,w)\|_\infty=\max\{|\lambda|\,\|v\|_V,|\lambda|\,\|w\|_W\}=|\lambda|\,\|(v,w)\|_\infty.
\end{align*}
Let $(v_1,w_1),(v_2,w_2)\in V\times W$. By the triangle inequalities in $V$ and $W$,
\begin{align*}
\|(v_1,w_1)+(v_2,w_2)\|_1=\|v_1+v_2\|_V+\|w_1+w_2\|_W\leq \|v_1\|_V+\|v_2\|_V+\|w_1\|_W+\|w_2\|_W.
\end{align*}
Rearranging the right-hand side gives
\begin{align*}
\|(v_1,w_1)+(v_2,w_2)\|_1\leq \|(v_1,w_1)\|_1+\|(v_2,w_2)\|_1.
\end{align*}
For the maximum norm, the component triangle inequalities give
\begin{align*}
\|v_1+v_2\|_V\leq \|v_1\|_V+\|v_2\|_V\leq \|(v_1,w_1)\|_\infty+\|(v_2,w_2)\|_\infty
\end{align*}
and
\begin{align*}
\|w_1+w_2\|_W\leq \|w_1\|_W+\|w_2\|_W\leq \|(v_1,w_1)\|_\infty+\|(v_2,w_2)\|_\infty.
\end{align*}
Taking the maximum of the two component bounds,
\begin{align*}
\|(v_1,w_1)+(v_2,w_2)\|_\infty\leq \|(v_1,w_1)\|_\infty+\|(v_2,w_2)\|_\infty.
\end{align*}
Hence $\|\cdot\|_1$ and $\|\cdot\|_\infty$ are norms on $V\times W$.
[/step]