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