lxl + lyl = 1
We need to get rid of the two absolute value signs from x and y:
Since we have two variables and each absolute value has 2 possiblities, we would end up with a total of 4 equations [abs(x) = x / -x & abs(y) = y / -y]:
x + y = 1, x - y = 1, -x + y = 1, & -x - y = 1
1) x + y = 1 --> y = -x + 1 --> Notice, we took positive x and y, so we are interested in values: x and y are >= to 0. If you graph this, you get a line that is only in the 1st quadrant.
2) x - y = 1 --> y = x - 1 --> We took positive x and negative y, so we are interested in values: x is >= 0 and y < 0. If you graph this, you get a line that is only in the 4th quadrant.
3) -x + y = 1 --> y = x + 1 --> Follow the pattern...negative x and positive y means the 2nd quadrant.
4) -x - y = 1 --> y = -x - 1 --> Follow the pattern...negative x and negative y means the 3rd quadrant.
Notice that each of the 4 lines has a slope of 1 or -1.
Now, if you graph each of these, you would find that it looks like the graph Phil posted of a square that has sides of sqrt(2).