$$S = \{(a,b)\in \mathbb{R}^{2}:ax_1+bx_2\leq 1, \forall (x_1,x_2)\in \mathbb{R}^{2}\text{ such that }|x_1|+|x_2|\leq 1\}$$
I want to sketch the solutions of this set in $\mathbb{R}^{2},$ but I am not sure what it looks like. I tried taking specific vectors $(x_1,x_2)$ but this does not help either. Any ideas will be much appreciated.
Edit:
If I take the vector $(\pm 1,0)$ then $|a|\leq 1$ and similarily $(0,\pm1)$ implies that $|b|\leq 1.$ Can I still conclude that $S$ is a square such that $|a|\leq 1$ and $|b|\leq 1.$
$$|x_1|+|x_2|\leq 1\implies \begin{cases}x_1+x_2\leq1 & x_1,x_2\geq0\\-x_1+x_2\leq1 &x_1<0,\:x_2\geq0\\x_1-x_2\leq1 &x_1\geq0,\:x_2<0\\-x_1-x_2\leq1 &x_1,x_2<0\end{cases}$$
Thus $$ax_1+bx_2\leq 1\: \text{such that}\: |x_1|+|x_2|\leq 1\implies \begin{cases}ax_1+bx_2\leq1 & x_1,x_2\geq0\\-ax_1+bx_2\leq1 &x_1<0,\:x_2\geq0\\ax_1-bx_2\leq1 &x_1\geq0,\:x_2<0\\-ax_1-bx_2\leq1 &x_1,x_2<0\end{cases}$$
(*You shall end up with some form of a rectangle in the plane $\mathbb{R}^2$).