A1: [.r1,r2.] is bounded_below
proof
take r1 ; :: according to SEQ_4:def 2 :: thesis: for b1 being set holds
( not b1 in [.r1,r2.] or r1 <= b1 )

thus for b1 being set holds
( not b1 in [.r1,r2.] or r1 <= b1 ) by XXREAL_1:1; :: thesis: verum
end;
[.r1,r2.] is bounded_above
proof
take r2 ; :: according to SEQ_4:def 1 :: thesis: for b1 being set holds
( not b1 in [.r1,r2.] or b1 <= r2 )

thus for b1 being set holds
( not b1 in [.r1,r2.] or b1 <= r2 ) by XXREAL_1:1; :: thesis: verum
end;
hence for b1 being Subset of REAL st b1 = [.r1,r2.] holds
b1 is bounded by A1; :: thesis: verum