let G be IncProjSp; for a, b, c, d being POINT of G st a,b,c,d is_a_quadrangle holds
a,b,c,d are_mutually_distinct
let a, b, c, d be POINT of G; ( a,b,c,d is_a_quadrangle implies a,b,c,d are_mutually_distinct )
assume that
A1:
a,b,c,d is_a_quadrangle
and
A2:
not a,b,c,d are_mutually_distinct
; contradiction
now ( ( a = b & contradiction ) or ( b = c & contradiction ) or ( c = a & contradiction ) or ( d = a & contradiction ) or ( d = b & contradiction ) or ( d = c & contradiction ) )end;
hence
contradiction
; verum