reserve S for Subset of TOP-REAL 2,
  C,C1,C2 for non empty compact Subset of TOP-REAL 2,
  p,q for Point of TOP-REAL 2;
reserve i,j,k for Nat,
  t,r1,r2,s1,s2 for Real;
reserve D1 for non vertical non empty compact Subset of TOP-REAL 2,
  D2 for non horizontal non empty compact Subset of TOP-REAL 2,
  D for non vertical non horizontal non empty compact Subset of TOP-REAL 2;

theorem Th76:
  N-min L~SpStSeq C = NW-corner C
proof
  set X = L~SpStSeq C, S = N-most X;
A1: S = LSeg(NW-corner C,NE-corner C) by Th67;
A2: W-bound C <= E-bound C by Th21;
  lower_bound (proj1|S) = lower_bound rng(proj1|S) by RELSET_1:22
    .= lower_bound(proj1.:S) by RELAT_1:115
    .= lower_bound [.W-bound C,E-bound C.] by A1,Th71
    .= W-bound C by A2,JORDAN5A:19;
  hence thesis by Th60;
end;
