let n be Element of NAT ; :: thesis: [#] (TOP-REAL n) is convex
let w1, w2 be Point of (TOP-REAL n); :: according to RLTOPSP1:def 1 :: thesis: for b1 being Element of REAL holds
( not 0 <= b1 or not b1 <= 1 or not w1 in [#] (TOP-REAL n) or not w2 in [#] (TOP-REAL n) or (b1 * w1) + ((1 - b1) * w2) in [#] (TOP-REAL n) )

thus for b1 being Element of REAL holds
( not 0 <= b1 or not b1 <= 1 or not w1 in [#] (TOP-REAL n) or not w2 in [#] (TOP-REAL n) or (b1 * w1) + ((1 - b1) * w2) in [#] (TOP-REAL n) ) ; :: thesis: verum