let SAS be Semi_Affine_Space; for a, b, c, d being Element of SAS st parallelogram a,b,c,d holds
parallelogram a,c,b,d
let a, b, c, d be Element of SAS; ( parallelogram a,b,c,d implies parallelogram a,c,b,d )
assume A1:
parallelogram a,b,c,d
; parallelogram a,c,b,d
then A2:
a,c // b,d
by Def3;
( not a,c,b is_collinear & a,b // c,d )
by A1, Def3, Th56;
hence
parallelogram a,c,b,d
by A2, Def3; verum