let P be _finite non _trivial Path-like _Graph; for v being object
for C being addAdjVertexAll of P,v, Endvertices P st not v in the_Vertices_of P holds
( C is simple & C is Cycle-like )
let v be object ; for C being addAdjVertexAll of P,v, Endvertices P st not v in the_Vertices_of P holds
( C is simple & C is Cycle-like )
let C be addAdjVertexAll of P,v, Endvertices P; ( not v in the_Vertices_of P implies ( C is simple & C is Cycle-like ) )
assume A1:
not v in the_Vertices_of P
; ( C is simple & C is Cycle-like )
thus
C is simple
; C is Cycle-like
card (Endvertices P) <> 0
by Th37;
then
Endvertices P <> {}
;
hence
C is connected
; GLPACY00:def 6 ( not C is acyclic & C is 2 -regular )
consider w1, w2 being Vertex of P such that
A2:
( w1 <> w2 & Endvertices P = {w1,w2} )
by Th36;
ex G3 being Component of P ex w1, w2 being Vertex of G3 st
( w1 in Endvertices P & w2 in Endvertices P & w1 <> w2 )
hence
not C is acyclic
by A1, GLIB_007:71; C is 2 -regular
hence
C is 2 -regular
by GLIB_016:def 4; verum