let r, s be ExtReal; ( r <= s implies [.r,s.] = ].r,s.[ \/ {r,s} )
assume A1:
r <= s
; [.r,s.] = ].r,s.[ \/ {r,s}
let t be ExtReal; MEMBERED:def 14 ( ( not t in [.r,s.] or t in ].r,s.[ \/ {r,s} ) & ( not t in ].r,s.[ \/ {r,s} or t in [.r,s.] ) )
thus
( t in [.r,s.] implies t in ].r,s.[ \/ {r,s} )
( not t in ].r,s.[ \/ {r,s} or t in [.r,s.] )
assume
t in ].r,s.[ \/ {r,s}
; t in [.r,s.]
then
( t in ].r,s.[ or t in {r,s} )
by XBOOLE_0:def 3;
then
( t in ].r,s.[ or t = r or t = s )
by TARSKI:def 2;
hence
t in [.r,s.]
by A1, Th1, Th16; verum