let a, b, c, d be real number ; :: thesis: ( a <= b & c <= d implies SW-corner (rectangle a,b,c,d) = |[a,c]| )
set K = rectangle a,b,c,d;
assume A1: ( a <= b & c <= d ) ; :: thesis: SW-corner (rectangle a,b,c,d) = |[a,c]|
A2: SW-corner (rectangle a,b,c,d) = |[(W-bound (rectangle a,b,c,d)),(S-bound (rectangle a,b,c,d))]| by PSCOMP_1:def 34;
W-bound (rectangle a,b,c,d) = a by A1, Th46;
hence SW-corner (rectangle a,b,c,d) = |[a,c]| by A1, A2, Th49; :: thesis: verum