
theorem
  for A be Interval holds L-Meas.A = diameter A
  proof
    let A be Interval;
    A \/ {} = A; then
    L-Meas.A = B-Meas.A by Th73,Th75,MEASURE3:def 5;
    hence thesis by Th72;
  end;
