let D be non empty bounded_below Subset of REAL; :: thesis: lower_bound D = lower_bound (Cl D)
A1: for q being Real st ( for p being Real st p in D holds
p >= q ) holds
lower_bound (Cl D) >= q
proof
let q be Real; :: thesis: ( ( for p being Real st p in D holds
p >= q ) implies lower_bound (Cl D) >= q )

assume A2: for p being Real st p in D holds
p >= q ; :: thesis: lower_bound (Cl D) >= q
for p being Real st p in Cl D holds
p >= q
proof
let p be Real; :: thesis: ( p in Cl D implies p >= q )
assume p in Cl D ; :: thesis: p >= q
then consider s being Real_Sequence such that
A3: rng s c= D and
A4: s is convergent and
A5: lim s = p by MEASURE6:64;
for n being Nat holds s . n >= q hence p >= q by A4, A5, PREPOWER:1; :: thesis: verum
end;
hence lower_bound (Cl D) >= q by SEQ_4:43; :: thesis: verum
end;
A7: lower_bound (Cl D) <= lower_bound D by MEASURE6:58, SEQ_4:47;
for p being Real st p in D holds
p >= lower_bound (Cl D)
proof
let p be Real; :: thesis: ( p in D implies p >= lower_bound (Cl D) )
assume p in D ; :: thesis: p >= lower_bound (Cl D)
then lower_bound D <= p by SEQ_4:def 2;
hence p >= lower_bound (Cl D) by A7, XXREAL_0:2; :: thesis: verum
end;
hence lower_bound D = lower_bound (Cl D) by A1, SEQ_4:44; :: thesis: verum