let S be non empty satisfying_Tarski-model TarskiGeometryStruct ; for a, b, x, y being POINT of S st a <> b & x <> y & Line (a,b) = Line (x,y) holds
a,b equal_line x,y
let a, b, x, y be POINT of S; ( a <> b & x <> y & Line (a,b) = Line (x,y) implies a,b equal_line x,y )
assume that
A1:
a <> b
and
A1A:
x <> y
and
A2:
Line (a,b) = Line (x,y)
; a,b equal_line x,y
for c being POINT of S holds
( c on_line a,b iff c on_line x,y )
proof
let c be
POINT of
S;
( c on_line a,b iff c on_line x,y )
assume
c on_line x,
y
;
c on_line a,b
then
Collinear x,
y,
c
;
then
c in Line (
a,
b)
by A2;
then
ex
z being
POINT of
S st
(
c = z &
Collinear a,
b,
z )
;
hence
c on_line a,
b
by A1;
verum
end;
hence
a,b equal_line x,y
by A1, A1A; verum