consider p being Real such that
A1: p is UpperBound of D by XXREAL_2:def 10;
A2: for r being Real st r in D holds
r <= p by A1, XXREAL_2:def 1;
take p ; :: according to XXREAL_2:def 10 :: thesis: p is UpperBound of Cl D
let r be ExtReal; :: according to XXREAL_2:def 1 :: thesis: ( not r in Cl D or r <= p )
assume r in Cl D ; :: thesis: r <= p
then consider s being Real_Sequence such that
A3: rng s c= D and
A4: s is convergent and
A5: lim s = r by MEASURE6:64;
for n being Nat holds s . n <= p
proof end;
hence r <= p by A4, A5, PREPOWER:2; :: thesis: verum