reserve i, i1, i2, j, j1, j2, k, m, n, t for Nat,
  D for non empty Subset of TOP-REAL 2,
  E for compact non vertical non horizontal Subset of TOP-REAL 2,
  C for compact connected non vertical non horizontal Subset of TOP-REAL 2,
  G for Go-board,
  p, q, x for Point of TOP-REAL 2,
  r, s for Real;

theorem Th62:
  W-bound L~Cage(C,n) = W-bound C - (E-bound C - W-bound C)/(2|^n)
proof
  set a = N-bound C, s = S-bound C, w = W-bound C, e = E-bound C, f = Cage(C,n
  ), G = Gauge(C,n);
  consider p, q being Nat such that
A1: 1 <= p & p < len f and
A2: 1 <= q & q <= width G and
A3: f/.p = G*(1,q) by Th55;
  f/.p in W-most L~f by A1,A2,A3,Th59;
  then
A4: (f/.p)`1 = (W-min L~f)`1 by PSCOMP_1:31;
  4 <= len G by JORDAN8:10;
  then 1 <= len G by XXREAL_0:2;
  then
A5: [1,q] in Indices G by A2,MATRIX_0:30;
  thus W-bound L~f = (W-min L~f)`1 by EUCLID:52
    .= |[w+((e-w)/(2|^n))*(1-2), s+((a-s)/(2|^n))*(q-2)]|`1 by A3,A4,A5,
JORDAN8:def 1
    .= w-(e-w)/(2|^n) by EUCLID:52;
end;
