let CPS be CollProjectiveSpace; :: thesis: ( ex p, p1, r, r1 being Point of CPS st
for s being Point of CPS holds
( not p,p1,s is_collinear or not r,r1,s is_collinear ) implies ex M, N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N ) )
given p, p1, r, r1 being Point of CPS such that A1:
for s being Point of CPS holds
( not p,p1,s is_collinear or not r,r1,s is_collinear )
; :: thesis: ex M, N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
set M'' = Line p,p1;
set N'' = Line r,r1;
( p <> p1 & r <> r1 )
then reconsider M' = Line p,p1, N' = Line r,r1 as LINE of CPS by COLLSP:def 7;
reconsider M = M', N = N' as LINE of (IncProjSp_of CPS) by Th2;
take
M
; :: thesis: ex N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
take
N
; :: thesis: for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
thus
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
:: thesis: verum