let G be _Graph; :: thesis: for W being Walk of G holds
( W is V5() iff ex v being Vertex of G st W = G .walkOf v )

let W be Walk of G; :: thesis: ( W is V5() iff ex v being Vertex of G st W = G .walkOf v )
hereby :: thesis: ( ex v being Vertex of G st W = G .walkOf v implies W is V5() )
assume A1: W is V5() ; :: thesis: ex v being Vertex of G st W = G .walkOf v
take v = W .first() ; :: thesis: W = G .walkOf v
len W = 1 by A1, Lm55;
hence W = G .walkOf v by FINSEQ_1:40; :: thesis: verum
end;
given v being Vertex of G such that A2: W = G .walkOf v ; :: thesis: W is V5()
len W = 1 by A2, FINSEQ_1:39;
hence W is V5() by Lm55; :: thesis: verum