let S be satisfying_Tarski-model TarskiGeometryStruct ; :: thesis: for a, b, c being POINT of S st right_angle a,b,c & right_angle a,c,b holds
b = c

let a, b, c be POINT of S; :: thesis: ( right_angle a,b,c & right_angle a,c,b implies b = c )
assume that
A1: right_angle a,b,c and
A2: right_angle a,c,b ; :: thesis: b = c
assume A3: b <> c ; :: thesis: contradiction
set c9 = reflection (b,c);
set a9 = reflection (c,a);
now :: thesis: ( right_angle reflection (c,a),b,c & between a,c, reflection (c,a) )
reflection (c,a),c equiv reflection (c,a), reflection (b,c)
proof end;
hence right_angle reflection (c,a),b,c ; :: thesis: between a,c, reflection (c,a)
Middle a,c, reflection (c,a) by GTARSKI3:def 13;
hence between a,c, reflection (c,a) by GTARSKI3:def 12; :: thesis: verum
end;
hence contradiction by A1, A3, Satz8p6; :: thesis: verum