let n be Element of NAT ; :: thesis: for x1, x2 being Element of REAL n
for L being Element of line_of_REAL n st x1 in L & x2 in L holds
Line x1,x2 c= L

let x1, x2 be Element of REAL n; :: thesis: for L being Element of line_of_REAL n st x1 in L & x2 in L holds
Line x1,x2 c= L

let L be Element of line_of_REAL n; :: thesis: ( x1 in L & x2 in L implies Line x1,x2 c= L )
L in line_of_REAL n ;
then A1: ex L0 being Subset of (REAL n) st
( L = L0 & ex y1, y2 being Element of REAL n st L0 = Line y1,y2 ) ;
assume ( x1 in L & x2 in L ) ; :: thesis: Line x1,x2 c= L
hence Line x1,x2 c= L by A1, EUCLID_4:11; :: thesis: verum