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 Th64:
  E-bound L~Cage(C,n) = E-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*(len G,q) by Th57;
  f/.p in E-most L~f by A1,A2,A3,Th61;
  then
A4: (f/.p)`1 = (E-min L~f)`1 by PSCOMP_1:47;
  4 <= len G by JORDAN8:10;
  then 1 <= len G by XXREAL_0:2;
  then
A5: [len G,q] in Indices G by A2,MATRIX_0:30;
  thus E-bound L~f = (E-min L~f)`1 by EUCLID:52
    .= |[w+((e-w)/(2|^n))*(len G-2), s+((a-s)/(2|^n))*(q-2)]|`1 by A3,A4,A5,
JORDAN8:def 1
    .= w+((e-w)/(2|^n))*(len G-2) by EUCLID:52
    .= e+(e-w)/(2|^n) by Lm10;
end;
