theorem
  width Gauge(D,n) = 2|^n + 3
proof
  thus width Gauge(D,n) = len Gauge(D,n) by JORDAN8:def 1
    .= 2|^n + 3 by JORDAN8:def 1;
end;
