let SAS be Semi_Affine_Space; :: thesis: for a, b, c, d being Element of SAS st not a,b,c is_collinear & a,b // c,d holds
not a,b,d is_collinear

let a, b, c, d be Element of SAS; :: thesis: ( not a,b,c is_collinear & a,b // c,d implies not a,b,d is_collinear )
assume that
A1: not a,b,c is_collinear and
A2: a,b // c,d ; :: thesis: not a,b,d is_collinear
now end;
hence not a,b,d is_collinear by A1; :: thesis: verum