let SAS be Semi_Affine_Space; for a, b, c, d, x being Element of SAS st not a,b,c is_collinear & a,b // c,d & c <> d & c,d,x is_collinear holds
not a,b,x is_collinear
let a, b, c, d, x be Element of SAS; ( not a,b,c is_collinear & a,b // c,d & c <> d & c,d,x is_collinear implies not a,b,x is_collinear )
assume that
A1:
( not a,b,c is_collinear & a,b // c,d & c <> d )
and
A2:
c,d,x is_collinear
; not a,b,x is_collinear
c,d // c,x
by A2, Def2;
hence
not a,b,x is_collinear
by A1, Th20, Th43; verum