let PCPP be CollProjectiveSpace; for p, q being Element of st p <> q holds
ex r being Element of st not p,q,r is_collinear
let p, q be Element of ; ( p <> q implies ex r being Element of st not p,q,r is_collinear )
consider a, b, c being Element of such that
A1:
not a,b,c is_collinear
by COLLSP:def 6;
assume
p <> q
; not for r being Element of holds p,q,r is_collinear
then
( p,q,a is_collinear & p,q,b is_collinear implies not p,q,c is_collinear )
by A1, ANPROJ_2:def 8;
hence
not for r being Element of holds p,q,r is_collinear
; verum