let SAS be Semi_Affine_Space; :: thesis: 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; :: thesis: ( 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 ; :: thesis: ( 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; :: thesis: ( a <> d & b <> d & c <> d )
A2: now :: thesis: not a = dend;
A4: now :: thesis: not c = dend;
A6: now :: thesis: not b = dend;
assume ( not a <> d or not b <> d or not c <> d ) ; :: thesis: contradiction
hence contradiction by A2, A6, A4; :: thesis: verum