let G be _Graph; :: thesis: for W being Walk of G holds
( W is closed iff ex x being set st W is_Walk_from x,x )

let W be Walk of G; :: thesis: ( W is closed iff ex x being set st W is_Walk_from x,x )
hereby :: thesis: ( ex x being set st W is_Walk_from x,x implies W is closed ) end;
given v being set such that A2: W is_Walk_from v,v ; :: thesis: W is closed
( W .first() = v & W .last() = v ) by A2, Def23;
hence W is closed by Def24; :: thesis: verum