It's hard to elaborate hazy ideas, but I'll try.
First, the idea that one can determine whether the rectangle statisfies a given constraint by determining whether [tex]\mathbf{u}[/tex] and [tex]\mathbf{l}[/tex] do is, in general, false. Think about 2D where they are opposite corrners of a rectangle. You can imagine a situation where [tex]\mathbf{u}[/tex] and [tex]\mathbf{l}[/tex] are on one side of line, but some other corner falls on the opposite side.
Second, there are special cases where determining whether [tex]\mathbf{u}[/tex] and [tex]\mathbf{l}[/tex] satisfy a constraint
does determine whether the rectangle satisifies it. In 2D, consider the case where a row of [tex]\mathbf{A}[/tex] is (2,3). The constraint it defines is given by a line perpendicular to the vector (2,3). Let's say that constraint is 2x + 3y < 5. If we have a rectangle where the upper (i.e. northeast) corner [tex]\mathbf{u}[/tex] satisfies the constraint( i.e. falls on the southwest side of the line) then the whole rectangle must.
Edit: I posted the problem to the SOS Mathematics Cyberboard
http://www.sosmath.com/CBB/viewtopic.php?p=215893#215893
Notice how Prof. Boyds constraint economically tests this:
In [tex]\mathbf{A^+}[/tex] the row is (2,3). In [tex]\mathbf{A^-}[/tex] the row is (0,0)
The test is whether [tex]( 2 u_1 + 3 u_2 ) - ( (0)(l_1) + (0)(l_2)) < 5[/tex]
So it amounts to testing whether [tex]\mathbf{u}[/tex] satisfies the constraint.
It's like Prof. Boyds constraint has some sort of built-in intelligence that adapts the test to fit the situation.
Edit: I posted this problem on the SOS mathematics cyberboard