let G be _Graph; :: thesis: for W being Walk of G
for n being Element of NAT holds
( n in dom (W .edgeSeq()) iff 2 * n in dom W )

let W be Walk of G; :: thesis: for n being Element of NAT holds
( n in dom (W .edgeSeq()) iff 2 * n in dom W )

let n be Element of NAT ; :: thesis: ( n in dom (W .edgeSeq()) iff 2 * n in dom W )
hereby :: thesis: ( 2 * n in dom W implies n in dom (W .edgeSeq()) ) end;
assume A3: 2 * n in dom W ; :: thesis: n in dom (W .edgeSeq())
then A4: 2 * n <= len W by FINSEQ_3:25;
1 <= 2 * n by A3, FINSEQ_3:25;
then (2 * n) div 2 in dom (W .edgeSeq()) by A4, Lm40;
hence n in dom (W .edgeSeq()) by NAT_D:20; :: thesis: verum