This is a homework problem, so please give hints or tips instead of full answers.
The problem is as follows:
Let $G$ be the iteration matrix of the Gauss-Seidel method; i.e. $$G=I-(D-L)^{-1} A$$ where $D-L$ is the lower triangular part of $A$, and $A$ is strictly row diagonally dominant. Suppose $x$ is any vector with $||x||_\infty=1$, and let $y=Gx$. Show that $||y||_\infty<1$.
The problem is that I have absolutely no idea where to even start. I've tried expanding $y=Gx$ to $y=x-((D-L)^{-1}A)x$, but that's obviously useless.