let A be non empty Subset of ExtREAL ; :: thesis: for a, b being R_eal st A c= [.a,b.] holds
( a <= inf A & sup A <= b )

let a, b be R_eal; :: thesis: ( A c= [.a,b.] implies ( a <= inf A & sup A <= b ) )
assume A1: A c= [.a,b.] ; :: thesis: ( a <= inf A & sup A <= b )
reconsider B = [.a,b.] as non empty Subset of ExtREAL by A1, MEMBERED:2;
A3: a <= inf A
proof end;
sup A <= b
proof end;
hence ( a <= inf A & sup A <= b ) by A3; :: thesis: verum