let n be Nat; for y1, x1, x2, y2 being Element of REAL n st y1 in Line (x1,x2) & y2 in Line (x1,x2) holds
Line (y1,y2) c= Line (x1,x2)
let y1, x1, x2, y2 be Element of REAL n; ( y1 in Line (x1,x2) & y2 in Line (x1,x2) implies Line (y1,y2) c= Line (x1,x2) )
assume
y1 in Line (x1,x2)
; ( not y2 in Line (x1,x2) or Line (y1,y2) c= Line (x1,x2) )
then consider t being Real such that
A1:
y1 = ((1 - t) * x1) + (t * x2)
;
assume
y2 in Line (x1,x2)
; Line (y1,y2) c= Line (x1,x2)
then consider s being Real such that
A2:
y2 = ((1 - s) * x1) + (s * x2)
;
hence
Line (y1,y2) c= Line (x1,x2)
by TARSKI:def 3; verum