let a, b be real number ; :: thesis: ( a <= b implies [.a,b.] = { (((1 - l) * a) + (l * b)) where l is Real : ( 0 <= l & l <= 1 ) } )
assume A1:
a <= b
; :: thesis: [.a,b.] = { (((1 - l) * a) + (l * b)) where l is Real : ( 0 <= l & l <= 1 ) }
set X = { (((1 - l) * a) + (l * b)) where l is Real : ( 0 <= l & l <= 1 ) } ;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in { (((1 - l) * a) + (l * b)) where l is Real : ( 0 <= l & l <= 1 ) } or x in [.a,b.] )
assume
x in { (((1 - l) * a) + (l * b)) where l is Real : ( 0 <= l & l <= 1 ) }
; :: thesis: x in [.a,b.]
then consider l being Real such that
A6:
x = ((1 - l) * a) + (l * b)
and
A7:
0 <= l
and
A8:
l <= 1
;
( a <= ((1 - l) * a) + (l * b) & ((1 - l) * a) + (l * b) <= b )
by A1, A7, A8, XREAL_1:174, XREAL_1:175;
hence
x in [.a,b.]
by A6, XXREAL_1:1; :: thesis: verum