reserve IPS for IncProjSp,
  z for POINT of IPS;
reserve IPP for Desarguesian 2-dimensional IncProjSp,
  a,b,c,d,p,pp9,q,o,o9,o99 ,oo9 for POINT of IPP,
  r,s,x,y,o1,o2 for POINT of IPP,
  O1,O2,O3,O4,A,B,C,O,Q,Q1 ,Q2,Q3,R,S,X for LINE of IPP;

theorem
  not a on A & not b on B & not a on C & not b on C & not A,B,C
  are_concurrent & B,C,Q are_concurrent & not a on Q & B<>Q & a<>b & a on O & b
on O implies ex q st q on O & not q on B & not q on Q & IncProj(C,b,B)*IncProj(
  A,a,C) = IncProj(Q,q,B)*IncProj(A,a,Q)
proof
  assume that
A1: not a on A and
A2: not b on B and
A3: not a on C and
A4: not b on C and
A5: not A,B,C are_concurrent and
A6: B,C,Q are_concurrent and
A7: not a on Q and
A8: B<>Q & a<>b & a on O & b on O;
A9: IncProj(B,b,C) is one-to-one & IncProj(C,a,A) is one-to-one by A1,A2,A3,A4
,Th7;
  not B,A,C are_concurrent
  by A5;
  then consider q such that
A10: q on O and
A11: ( not q on B)& not q on Q and
A12: IncProj(C,a,A)*IncProj(B,b,C) = IncProj(Q,a,A)*IncProj (B,q,Q) by A1,A2,A3
,A4,A6,A7,A8,Th20;
  take q;
  thus q on O & not q on B & not q on Q by A10,A11;
A13: IncProj(B,q,Q) is one-to-one by A11,Th7;
A14: IncProj(Q,a,A) is one-to-one by A1,A7,Th7;
  thus IncProj(C,b,B)*IncProj(A,a,C) = IncProj(B,b,C)"*IncProj(A,a,C) by A2,A4
,Th8
    .= IncProj(B,b,C)"*IncProj(C,a,A)" by A1,A3,Th8
    .= (IncProj(Q,a,A)*IncProj (B,q,Q))" by A12,A9,FUNCT_1:44
    .= (IncProj(B,q,Q))"*(IncProj(Q,a,A))" by A13,A14,FUNCT_1:44
    .= IncProj(Q,q,B)*(IncProj(Q,a,A))" by A11,Th8
    .= IncProj (Q,q,B)*IncProj(A,a,Q) by A1,A7,Th8;
end;
