let C be non _trivial Cycle-like _Graph; for v being Vertex of C
for P being removeVertex of C,v holds
( P is _finite & P is Path-like )
let v be Vertex of C; for P being removeVertex of C,v holds
( P is _finite & P is Path-like )
let P be removeVertex of C,v; ( P is _finite & P is Path-like )
thus
P is _finite
; P is Path-like
A1:
the_Vertices_of P = (the_Vertices_of C) \ {v}
by GLIB_000:47;
then A3:
P is acyclic
by GLIB_002:def 2;
now for u, w being Vertex of P ex W being Walk of P st W is_Walk_from u,wlet u,
w be
Vertex of
P;
ex W being Walk of P st W is_Walk_from u,wconsider C9 being
Walk of
C such that A4:
C9 is
Cycle-like
by GLIB_002:def 2;
the_Vertices_of P c= the_Vertices_of C
;
then
the_Vertices_of P c= C9 .vertices()
by A4, Th39;
then A5:
(
u in C9 .vertices() &
w in C9 .vertices() )
by TARSKI:def 3;
v in {v}
by TARSKI:def 1;
then
(
u <> v &
w <> v )
by A1, XBOOLE_0:def 5;
then consider W being
Path of
C such that A6:
(
W is_Walk_from u,
w & not
v in W .vertices() )
by A4, A5, Th5;
reconsider W =
W as
Walk of
P by A6, GLIB_001:171;
take W =
W;
W is_Walk_from u,wthus
W is_Walk_from u,
w
by A6, GLIB_001:19;
verum end;
then
P is connected
by GLIB_002:def 1;
hence
P is Tree-like
by A3; GLPACY00:def 1 for v being Vertex of P holds v .degree() c= 2
let u be Vertex of P; u .degree() c= 2
reconsider w = u as Vertex of C by A1, XBOOLE_0:def 5;
u .degree() <= w .degree()
by GLIB_000:81;
then
u .degree() <= 2
by GLIB_016:def 4;
hence
u .degree() c= 2
by FIELD_5:3; verum