let f1, f2 be PartFunc of the Points of IPP,the Points of IPP; :: thesis: ( dom f1 c= the Points of IPP & ( for x being POINT of IPP holds
( x in dom f1 iff x on K ) ) & ( for x, y being POINT of IPP st x on K & y on L holds
( f1 . x = y iff ex X being LINE of IPP st
( p on X & x on X & y on X ) ) ) & dom f2 c= the Points of IPP & ( for x being POINT of IPP holds
( x in dom f2 iff x on K ) ) & ( for x, y being POINT of IPP st x on K & y on L holds
( f2 . x = y iff ex X being LINE of IPP st
( p on X & x on X & y on X ) ) ) implies f1 = f2 )

assume that
dom f1 c= the Points of IPP and
A22: for x being POINT of IPP holds
( x in dom f1 iff x on K ) and
A23: for x, y being POINT of IPP st x on K & y on L holds
( f1 . x = y iff ex X being LINE of IPP st
( p on X & x on X & y on X ) ) and
dom f2 c= the Points of IPP and
A24: for x being POINT of IPP holds
( x in dom f2 iff x on K ) and
A25: for x, y being POINT of IPP st x on K & y on L holds
( f2 . x = y iff ex X being LINE of IPP st
( p on X & x on X & y on X ) ) ; :: thesis: f1 = f2
for x being set holds
( x in dom f1 iff x in dom f2 )
proof
let x be set ; :: thesis: ( x in dom f1 iff x in dom f2 )
A26: ( x in dom f2 implies x in dom f1 )
proof
assume A27: x in dom f2 ; :: thesis: x in dom f1
then reconsider x = x as Element of the Points of IPP ;
x on K by A24, A27;
hence x in dom f1 by A22; :: thesis: verum
end;
( x in dom f1 implies x in dom f2 )
proof
assume A28: x in dom f1 ; :: thesis: x in dom f2
then reconsider x = x as Element of the Points of IPP ;
x on K by A22, A28;
hence x in dom f2 by A24; :: thesis: verum
end;
hence ( x in dom f1 iff x in dom f2 ) by A26; :: thesis: verum
end;
then A29: dom f1 = dom f2 by TARSKI:2;
for x being POINT of IPP st x in dom f1 holds
f1 . x = f2 . x
proof
let x be POINT of IPP; :: thesis: ( x in dom f1 implies f1 . x = f2 . x )
consider A2 being LINE of IPP such that
A30: ( p on A2 & x on A2 ) by INCPROJ:def 10;
consider y2 being POINT of IPP such that
A31: ( y2 on A2 & y2 on L ) by INCPROJ:def 14;
assume x in dom f1 ; :: thesis: f1 . x = f2 . x
then A32: x on K by A22;
then f2 . x = y2 by A25, A30, A31;
hence f1 . x = f2 . x by A23, A32, A30, A31; :: thesis: verum
end;
hence f1 = f2 by A29, PARTFUN1:34; :: thesis: verum