reserve r, s, t, g for Real,

          r3, r1, r2, q3, p3 for Real;
reserve T for TopStruct,
  f for RealMap of T;
reserve p for Point of TOP-REAL 2,
  P for Subset of TOP-REAL 2,
  Z for non empty Subset of TOP-REAL 2,
  X for non empty compact Subset of TOP-REAL 2;

theorem Th30:
  (SW-corner X)`2 <= (W-min X)`2 & (SW-corner X)`2 <= (W-max X)`2
& (SW-corner X)`2 <= (NW-corner X)`2 & (W-min X)`2 <= (W-max X)`2 & (W-min X)`2
  <= (NW-corner X)`2 & (W-max X)`2 <= (NW-corner X)`2
proof
  set LX = W-most X;
A1: (W-min X)`2 = lower_bound (proj2|LX) by EUCLID:52;
A2: (SW-corner X)`2 = lower_bound (proj2|X) by EUCLID:52;
  hence (SW-corner X)`2 <= (W-min X)`2 by A1,Th16,XBOOLE_1:17;
A3: (W-max X)`2 = upper_bound (proj2|LX) by EUCLID:52;
  then
A4: (W-min X)`2 <= (W-max X)`2 by A1,Th7;
  (SW-corner X)`2 <= (W-min X)`2 by A2,A1,Th16,XBOOLE_1:17;
  hence
A5: (SW-corner X)`2 <= (W-max X)`2 by A4,XXREAL_0:2;
A6: (NW-corner X)`2 = upper_bound (proj2|X) by EUCLID:52;
  then
A7: (W-max X)`2 <= (NW-corner X)`2 by A3,Th17,XBOOLE_1:17;
  hence (SW-corner X)`2 <= (NW-corner X)`2 by A5,XXREAL_0:2;
  thus (W-min X)`2 <= (W-max X)`2 by A1,A3,Th7;
  thus (W-min X)`2 <= (NW-corner X)`2 by A4,A7,XXREAL_0:2;
  thus thesis by A3,A6,Th17,XBOOLE_1:17;
end;
