theorem
  3 <= len Gauge(C,n)-'1
proof
  set G = Gauge(C,n);
  4 <= len G by JORDAN8:10;
  then 4 - 1 <= len G-1 by XREAL_1:13;
  hence thesis by XREAL_0:def 2;
end;
