let PCPP be CollProjectiveSpace; for p, q being Element of PCPP st p <> q holds
ex r being Element of PCPP st not p,q,r is_collinear
let p, q be Element of PCPP; ( p <> q implies ex r being Element of PCPP st not p,q,r is_collinear )
consider a, b, c being Element of PCPP such that
A1:
not a,b,c is_collinear
by COLLSP:def 6;
assume
p <> q
; not for r being Element of PCPP 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 PCPP holds p,q,r is_collinear
; verum