let G be IncProjSp; :: thesis: 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; :: thesis: ( 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 ; :: thesis: contradiction
now :: thesis: ( ( 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 ; :: thesis: verum