let SAS be Semi_Affine_Space; for a, b, c, d being Element of SAS st congr a,b,c,d holds
a,c // b,d
let a, b, c, d be Element of SAS; ( congr a,b,c,d implies a,c // b,d )
assume A1:
congr a,b,c,d
; a,c // b,d
then A2:
( a <> b implies a,c // b,d )
by Th49;
now ( a = b implies a,c // b,d )assume A3:
a = b
;
a,c // b,dthen
c = d
by A1, Th54;
hence
a,
c // b,
d
by A3, Th1;
verum end;
hence
a,c // b,d
by A2; verum