A2: ].r,s.] is bounded_above
proof
take s ; :: according to SEQ_4:def 1 :: thesis: for b1 being set holds
( not b1 in ].r,s.] or b1 <= s )

thus for b1 being set holds
( not b1 in ].r,s.] or b1 <= s ) by XXREAL_1:2; :: thesis: verum
end;
].r,s.] is bounded_below
proof
take r ; :: according to SEQ_4:def 2 :: thesis: for b1 being set holds
( not b1 in ].r,s.] or r <= b1 )

thus for b1 being set holds
( not b1 in ].r,s.] or r <= b1 ) by XXREAL_1:2; :: thesis: verum
end;
hence for b1 being Subset of REAL st b1 = ].r,s.] holds
b1 is bounded by A2; :: thesis: verum