let G be _Graph; for W being Walk of G
for m, n, i being odd Nat st m <= n & n <= len W & i <= len (W .cut m,n) holds
ex j being odd Nat st
( (W .cut m,n) . i = W . j & j = (m + i) - 1 & j <= len W )
let W be Walk of G; for m, n, i being odd Nat st m <= n & n <= len W & i <= len (W .cut m,n) holds
ex j being odd Nat st
( (W .cut m,n) . i = W . j & j = (m + i) - 1 & j <= len W )
let m, n, i be odd Nat; ( m <= n & n <= len W & i <= len (W .cut m,n) implies ex j being odd Nat st
( (W .cut m,n) . i = W . j & j = (m + i) - 1 & j <= len W ) )
assume that
A1:
m <= n
and
A2:
n <= len W
and
A3:
i <= len (W .cut m,n)
; ex j being odd Nat st
( (W .cut m,n) . i = W . j & j = (m + i) - 1 & j <= len W )
set j = (m + i) - 1;
( m >= 1 & i >= 1 )
by HEYTING3:1;
then
m + i >= 1 + 1
by XREAL_1:9;
then
(m + i) - 1 >= (1 + 1) - 1
by XREAL_1:11;
then
(m + i) - 1 is odd Element of NAT
by INT_1:16;
then reconsider j = (m + i) - 1 as odd Nat ;
take
j
; ( (W .cut m,n) . i = W . j & j = (m + i) - 1 & j <= len W )
reconsider m9 = m, n9 = n as odd Element of NAT by ORDINAL1:def 13;
i >= 1
by HEYTING3:1;
then
i - 1 >= 1 - 1
by XREAL_1:11;
then reconsider i1 = i - 1 as Element of NAT by INT_1:16;
i < (len (W .cut m,n)) + 1
by A3, NAT_1:13;
then A4:
i1 < ((len (W .cut m,n)) + 1) - 1
by XREAL_1:11;
thus (W .cut m,n) . i =
(W .cut m9,n9) . (i1 + 1)
.=
W . (m + i1)
by A1, A2, A4, GLIB_001:37
.=
W . j
; ( j = (m + i) - 1 & j <= len W )
thus
j = (m + i) - 1
; j <= len W
m + i <= (len (W .cut m,n)) + m
by A3, XREAL_1:9;
then
m9 + i <= n9 + 1
by A1, A2, GLIB_001:37;
then
(m + i) - 1 <= (n + 1) - 1
by XREAL_1:11;
hence
j <= len W
by A2, XXREAL_0:2; verum