let SAS be Semi_Affine_Space; for a, b being Element of SAS holds congr a,b,a,b
let a, b be Element of SAS; congr a,b,a,b
now ( a <> b implies congr a,b,a,b )assume
a <> b
;
congr a,b,a,bthen consider p,
q being
Element of
SAS such that A1:
parallelogram a,
b,
p,
q
by Lm1;
parallelogram p,
q,
a,
b
by A1, Th43;
hence
congr a,
b,
a,
b
;
verum end;
hence
congr a,b,a,b
; verum