let A, B, C, G be Point of (TOP-REAL 2); ( A,B,C is_a_triangle & angle (C,B,G) = (angle (C,B,A)) / 3 & angle (G,C,B) = (angle (A,C,B)) / 3 implies C,G,B is_a_triangle )
assume that
A1:
A,B,C is_a_triangle
and
A2:
angle (C,B,G) = (angle (C,B,A)) / 3
and
A3:
angle (G,C,B) = (angle (A,C,B)) / 3
; C,G,B is_a_triangle
A4:
A,B,C are_mutually_distinct
by A1, EUCLID_6:20;
A5:
( angle (A,C,B) <> 0 & angle (C,B,A) <> 0 )
by A1, EUCLID10:30;
now ( C,G,B are_mutually_distinct & not angle (C,G,B) = PI & not angle (G,B,C) = PI & not angle (B,C,G) = PI )thus
C,
G,
B are_mutually_distinct
by A2, A3, A4, A5, Th1;
( not angle (C,G,B) = PI & not angle (G,B,C) = PI & not angle (B,C,G) = PI )hereby ( not angle (G,B,C) = PI & not angle (B,C,G) = PI )
assume
angle (
C,
G,
B)
= PI
;
contradictionthen
(
G in LSeg (
C,
B) &
G <> C )
by A2, A5, Th1, EUCLID_6:11;
then angle (
G,
C,
B) =
angle (
B,
C,
B)
by EUCLID_6:9
.=
0
by Th1
;
hence
contradiction
by A3, A1, EUCLID10:30;
verum
end; end;
hence
C,G,B is_a_triangle
by EUCLID_6:20; verum