let S be satisfying_Tarski-model TarskiGeometryStruct ; for a, b, c, d being POINT of S st a,b <= c,d & c,d <= a,b holds
a,b equiv c,d
let a, b, c, d be POINT of S; ( a,b <= c,d & c,d <= a,b implies a,b equiv c,d )
assume A1:
( a,b <= c,d & c,d <= a,b )
; a,b equiv c,d
then consider y being POINT of S such that
A2:
( between c,y,d & a,b equiv c,y )
;
consider p being POINT of S such that
A3:
( between c,d,p & c,p equiv a,b )
by A1, Satz5p5;
consider q being POINT of S such that
A4:
( between a,q,b & c,d equiv a,q )
by A1;
consider r being POINT of S such that
A5:
( between d,c,r & c,r equiv a,b )
by GTARSKI1:def 8;
A6:
( c = y implies a,b equiv c,d )
( c <> y implies a,b equiv c,d )
proof
assume A8:
c <> y
;
a,b equiv c,d
A9:
(
between d,
y,
c &
between p,
d,
c )
by A2, A3, Satz3p2;
A10:
r <> c
A11:
between r,
c,
y
A12:
c <> d
by A2, A8, GTARSKI1:def 10;
A13:
between r,
c,
p
c,
y equiv a,
b
by A2, Satz2p2;
then
y = p
by A3, A10, A11, A13, Satz2p12;
then
(
between d,
p,
c &
between p,
d,
c )
by A2, A3, Satz3p2;
then
p = d
by Satz3p4;
hence
a,
b equiv c,
d
by A3, Satz2p2;
verum
end;
hence
a,b equiv c,d
by A6; verum