let FdSp be FanodesSp; :: thesis: for a, b, c, d being Element of FdSp st parallelogram a,b,c,d holds
( a <> b & b <> c & c <> a & a <> d & b <> d & c <> d )

let a, b, c, d be Element of FdSp; :: thesis: ( parallelogram a,b,c,d implies ( a <> b & b <> c & c <> a & a <> d & b <> d & c <> d ) )
assume A1: parallelogram a,b,c,d ; :: thesis: ( a <> b & b <> c & c <> a & a <> d & b <> d & c <> d )
A2: now :: thesis: not a = dend;
A4: now :: thesis: not c = dend;
A6: now :: thesis: not b = dend;
not a,b,c are_collinear by A1;
hence ( a <> b & b <> c & c <> a & a <> d & b <> d & c <> d ) by A2, A6, A4, Th12; :: thesis: verum