let I be non empty Interval; :: thesis: ( inf I in I & inf I < sup I implies ex e being Real st
( e > 0 & [.(lower_bound I),((lower_bound I) + e).] c= I ) )

assume that
A1: inf I in I and
A2: inf I < sup I ; :: thesis: ex e being Real st
( e > 0 & [.(lower_bound I),((lower_bound I) + e).] c= I )

A3: inf I = lower_bound I by A1, Lm5;
I is non empty Subset of ExtREAL by Lm10;
then consider q being Element of ExtREAL such that
A4: ( q in I & inf I < q ) by A2, XXREAL_2:94;
reconsider q = q as Real by A4;
take e = q - (lower_bound I); :: thesis: ( e > 0 & [.(lower_bound I),((lower_bound I) + e).] c= I )
thus e > 0 by A3, A4, XREAL_1:50; :: thesis: [.(lower_bound I),((lower_bound I) + e).] c= I
thus [.(lower_bound I),((lower_bound I) + e).] c= I :: thesis: verum
proof end;