let SAS be Semi_Affine_Space; :: thesis: for p, q being Element of SAS st p <> q holds
ex r being Element of SAS st not p,q,r are_collinear

let p, q be Element of SAS; :: thesis: ( p <> q implies ex r being Element of SAS st not p,q,r are_collinear )
assume p <> q ; :: thesis: not for r being Element of SAS holds p,q,r are_collinear
then consider r being Element of SAS such that
A1: not p,q // p,r by Th13;
take r ; :: thesis: not p,q,r are_collinear
thus not p,q,r are_collinear by A1; :: thesis: verum