let SAS be Semi_Affine_Space; :: thesis: for a, b, c, d being Element of SAS st a <> b & a,b,c is_collinear & a,b,d is_collinear holds
a,c,d is_collinear
let a, b, c, d be Element of SAS; :: thesis: ( a <> b & a,b,c is_collinear & a,b,d is_collinear implies a,c,d is_collinear )
assume
( a <> b & a,b,c is_collinear & a,b,d is_collinear )
; :: thesis: a,c,d is_collinear
then
( a <> b & a,b // a,c & a,b // a,d )
by Def2;
then
a,c // a,d
by Def1;
hence
a,c,d is_collinear
by Def2; :: thesis: verum