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