:: deftheorem Def3 defines Walk GLIB_001:def 3 :
for G being _Graph
for b2 being FinSequence of (the_Vertices_of G) \/ (the_Edges_of G) holds
( b2 is Walk of G iff ( len b2 is odd & b2 . 1 in the_Vertices_of G & ( for n being odd Element of NAT st n < len b2 holds
b2 . (n + 1) Joins b2 . n,b2 . (n + 2),G ) ) );