let SAS be Semi_Affine_Space; for a, b, c, d being Element of SAS st parallelogram a,b,c,d holds
( a <> b & a <> c & c <> b & a <> d & b <> d & c <> d )
let a, b, c, d be Element of SAS; ( parallelogram a,b,c,d implies ( a <> b & a <> c & c <> b & a <> d & b <> d & c <> d ) )
assume A1:
parallelogram a,b,c,d
; ( a <> b & a <> c & c <> b & a <> d & b <> d & c <> d )
then
not a,b,c are_collinear
;
hence
( a <> b & a <> c & c <> b )
by Th24; ( a <> d & b <> d & c <> d )
A2:
now not a = dassume
a = d
;
contradictionthen
a,
b // c,
a
by A1;
then A3:
a,
b // a,
c
by Th6;
not
a,
b,
c are_collinear
by A1;
hence
contradiction
by A3;
verum end;
assume
( not a <> d or not b <> d or not c <> d )
; contradiction
hence
contradiction
by A2, A6, A4; verum