let SAS be Semi_Affine_Space; for a, b, c, d being Element of SAS st a,b // c,d holds
a,b // d,c
let a, b, c, d be Element of SAS; ( a,b // c,d implies a,b // d,c )
assume
a,b // c,d
; a,b // d,c
then
c,d // a,b
by Th2;
then
d,c // a,b
by Th4;
hence
a,b // d,c
by Th2; verum